home *** CD-ROM | disk | FTP | other *** search
- #-------------------------------------------------------------------------
- #
- # FILE
- # INSTALL.ORI
- # V2 installation script language interpreter file.
- #
- # DESCRIPTION
- # Installation file for the SQL*Forms disk.
- #
- # MODIFIED
- # MRMILLER
- #
- #-------------------------------------------------------------------------
-
- #-------------------------------------------------------------------------
- # Generate symbols for Disk Volume label and Jacket label for disks.
- #-------------------------------------------------------------------------
- .LABELGEN
- u
- V60 FORM %u
- SQL*Forms Disk %u
-
- .FILES -NOCOPY
- INSTALL.ORI 14174
-
- .DISK_USAGE=74
- .PRODUCT_NAME=SQL*Forms
- .PRODUCT_VERSION=3.0.16.4.1
- .PRODUCT_NUMBER=5
- .UTIL_REQUIRED=1.0.9.0.2
-
- .CHECKREG %PRODUCT_NUMBER%
- PRODUCT
- VERSION
-
- .CHECKREG 2
- UTILS
- UTIL_VERSION
-
- .IF (%UTILS%=="" || %UTIL_VERSION% < %UTIL_REQUIRED%)
- .MESSAGE
- %WARNING%
-
- You have not installed Tools Utilities %UTIL_REQUIRED%.
- Please install Tools Utilities %UTIL_REQUIRED% or later
- and then install %PRODUCT_NAME%.
-
- .PAUSE
- .EXIT
- .ENDIF
-
- .CHECKREG 1
- RDBMS
- RDBMS_VERSION
-
- .<CHECK_INST>
-
- .IF (%INSTALL_CHECKED%!=1)
- .IF (%PRODUCT%=="")
- .IF (%DISK_USAGE% > %FREE_SPACE%)
-
- .SELECTPROMPT
- USER_RESP
- There is insufficient disk space on drive %ORACLE_DISK%: to install this product.
- Would you like to attempt to install anyway?
- <DISK_SPACE_HELP>
- 1 No
- 2 Yes
-
- .IF (%USER_RESP%==1 || %USER_RESP%==999)
- .EXIT
- .ENDIF
- .ENDIF
-
- .ELSE
- .SELECTPROMPT
- USER_RESP
- %PRODUCT_NAME% has already been installed.
- Would you like to reinstall it?
- <REINSTALL_HELP>
- 1 No
- 2 Yes
-
- .IF (%USER_RESP%==1 || %USER_RESP%==999)
- .EXIT
- .ENDIF
- .ENDIF
- .ENDIF
-
- .<APPBUILDL>
- .SELECTPROMPT
- APPLIC
- This procedure installs SQL*Forms, which can be used to both generate
- and utilize sophisticated data entry forms. Operators only using
- existing forms for data entry/query do not require all SQL*Forms
- software. If you plan to design forms and develop applications, you
- will need to install SQL*Forms application-building software.
- <HELP1>
- 1 Install SQL*Forms application-building software
- 2 Do NOT install application-building software
-
- .IF (%APPLIC%==999)
- .IF (%INSTALL_CHECKED%!=1 && (%DISK_USAGE%>%FREE_SPACE% || %PRODUCT%!=""))
- .GOTO <CHECK_INST>
- .ELSE
- .EXIT
- .ENDIF
- .ENDIF
-
- .IF (%APPLIC%==1)
- .SELECTPROMPT
- RUNEXIT
- Included with the application-building software are files necessary
- to build a customized RUNFORM.EXE containing user exits, which may
- be written in C, FORTRAN or COBOL.
- <RUNEXITHELP>
- 1 Install support for user exits
- 2 Do not install user exit support
-
- .IF (%RUNEXIT%==999)
- .GOTO <APPBUILDL>
- .ENDIF
-
- .<APPLTABSL>
- .APPLTABS=0
- .IF (%RDBMS%!="" && %RDBMS_VERSION%>=6)
- .CLEARSCREEN
- .MESSAGE
- %NORMAL% SQL*Forms requires that special tables be added to your database
- if you will be designing forms and developing applications. If
- you have previously installed SQL*Forms and these tables already
- exist in your database, they may need to be upgraded to work with
- this version of SQL*Forms.
-
- If you are installing SQL*Forms with a local ORACLE database, and
- the local ORACLE database has already been installed on this
- machine, this installation process can automatically add or
- modify these tables as necessary.
-
- If you would like to add these tables yourself, or if you are
- accessing a remote ORACLE database using SQL*Net, please see the
- section on SQL*Forms in the User's Guide.
-
- .PAUSE
- .SELECTPROMPT
- APPLTABS
- Do you want this installation procedure to automatically update or
- add the tables to your database?
- <APPLTABSHELP>
- 1 Update / Add the tables to the database
- 2 Do NOT add the tables to the database
-
- .IF (%APPLTABS%==999)
- .GOTO <RUNEXITL>
- .ENDIF
- .ENDIF
- .ENDIF
-
- .CLEARSCREEN
-
- .MESSAGE
- %NORMAL% Copying SQL*Forms protected-mode executables into %ORACLE_HOME%\PBIN...
-
- .FILES
- CONVERT.PXE 295147 %ORACLE_HOME%\PBIN\CONVERT.PXE
- GENERATE.PXE 1035801 %ORACLE_HOME%\PBIN\GENERATE.PXE
- RUNFORM.PXE 1069391 %ORACLE_HOME%\PBIN\RUNFORM.PXE
-
- .SYSCALL -QUIET
- COPY %ORACLE_HOME%\PBIN\PLOADR.COM %ORACLE_HOME%\PBIN\CONVERT.COM >NUL
-
- .SYSCALL -QUIET
- COPY %ORACLE_HOME%\PBIN\PLOADR.COM %ORACLE_HOME%\PBIN\GENERATE.COM >NUL
-
- .SYSCALL -QUIET
- COPY %ORACLE_HOME%\PBIN\PLOADR.COM %ORACLE_HOME%\PBIN\RUNFORM.COM >NUL
-
- .IF (%APPLIC%==1)
-
- .FILES
- SQLFORMS.PXE 2081515 %ORACLE_HOME%\PBIN\SQLFORMS.PXE
-
- .SYSCALL -QUIET
- COPY %ORACLE_HOME%\PBIN\PLOADR.COM %ORACLE_HOME%\PBIN\SQLFORMS.COM >NUL
-
- .ENDIF
-
- .MESSAGE
- %NORMAL% Copying Demo forms into %ORACLE_HOME%\DBS...
-
- .FILES
- CHAPTER3.INP 31869 %ORACLE_HOME%\DBS\CHAPTER3.INP
- CHAPTER4.INP 36233 %ORACLE_HOME%\DBS\CHAPTER4.INP
- CHAPTER5.INP 36548 %ORACLE_HOME%\DBS\CHAPTER5.INP
- CHAPTER6.INP 40516 %ORACLE_HOME%\DBS\CHAPTER6.INP
- ORDER.INP 48925 %ORACLE_HOME%\DBS\ORDER.INP
- ORDER.FRM 24012 %ORACLE_HOME%\DBS\ORDER.FRM
-
- .MESSAGE
- %NORMAL% Copying Message files and SQL scripts into %ORACLE_HOME%\DBS...
-
- .FILES
- IACUS.MSB 6144 %ORACLE_HOME%\DBS\IACUS.MSB
- IAGUS.MSB 9216 %ORACLE_HOME%\DBS\IAGUS.MSB
- IADDROP.SQL 1356 %ORACLE_HOME%\DBS\IADDROP.SQL
- IADGRANT.SQL 2408 %ORACLE_HOME%\DBS\IADGRANT.SQL
- IADINDEX.SQL 1948 %ORACLE_HOME%\DBS\IADINDEX.SQL
- IADTABLE.SQL 5496 %ORACLE_HOME%\DBS\IADTABLE.SQL
- IADVIEW.SQL 4491 %ORACLE_HOME%\DBS\IADVIEW.SQL
- IADUPG.SQL 2661 %ORACLE_HOME%\DBS\IADUPG.SQL
-
- .WRITEFILE
- %ORACLE_HOME%\BIN\FORMINS.BAT
- ECHO OFF
- ECHO
- rem
- rem Usage: FORMINS SYSTEM SYSTEM_PASSWORD
- rem
- IF NOT .%%1 == . GOTO FORMINS
- ECHO Usage: FORMINS SYSTEM SYSTEM_Password
- GOTO EXIT
- :FORMINS
- ECHO Loading the SQL*Forms extended data dictionary. This will take
- ECHO approximately five minutes. Please wait...
- ECHO
-
- INSTLOAD %%1/%%2 %ORACLE_HOME%\DBS\IADTABLE.SQL %ORACLE_HOME%\DBS\IADTABLE.LOG
- INSTLOAD %%1/%%2 %ORACLE_HOME%\DBS\IADINDEX.SQL %ORACLE_HOME%\DBS\IADINDEX.LOG
- INSTLOAD %%1/%%2 %ORACLE_HOME%\DBS\IADVIEW.SQL %ORACLE_HOME%\DBS\IADVIEW.LOG
- INSTLOAD %%1/%%2 %ORACLE_HOME%\DBS\IADGRANT.SQL %ORACLE_HOME%\DBS\IADGRANT.LOG
-
- ECHO SQL*Forms extended data Dictionary is successfully installed.
- :EXIT
-
- .IF (%APPLIC%==1)
- .FILES
- IADUS.MSB 28160 %ORACLE_HOME%\DBS\IADUS.MSB
- IADHLPUS.R 483328 %ORACLE_HOME%\DBS\IADHLPUS.R
-
- .IF (%RUNEXIT%==1)
- .MESSAGE
- %HILITE% Making directory %ORACLE_HOME%\PRO...
-
- .MKDIR
- %ORACLE_HOME%\PRO
-
- .MKDIR
- %ORACLE_HOME%\PRO\LIB
-
- .MKDIR
- %ORACLE_HOME%\PRO\EXIT
-
- .MESSAGE
- %NORMAL% Copying User Exit Software into %ORACLE_HOME%\PRO...
-
- .FILES
- IAPCAL.H 787 %ORACLE_HOME%\PRO\C\IAPCAL.H
- IAPUXW.H 4400 %ORACLE_HOME%\PRO\C\IAPUXW.H
- IFUSER.H 2522 %ORACLE_HOME%\PRO\C\IFUSER.H
- IFPDMY.LIB 4629 %ORACLE_HOME%\PRO\LIB\IFPDMY.LIB
- IFPLIB.LIB 73137 %ORACLE_HOME%\PRO\LIB\IFPLIB.LIB
- IAPDRV.OBJ 292 %ORACLE_HOME%\PRO\LIB\IAPDRV.OBJ
- IFMDMF.OBJ 732 %ORACLE_HOME%\PRO\LIB\IFMDMF.OBJ
- IFPLUT.OBJ 787 %ORACLE_HOME%\PRO\LIB\IFPLUT.OBJ
- IAPSUPM.LIB 47139 %ORACLE_HOME%\PRO\LIB\IAPSUPM.LIB
-
- .ENDIF
-
- .IF (%APPLTABS%==1)
- .CLEARSCREEN
- .DBA_FOUND=1
-
- .TRANSLATE
- %DBA_AUTHORIZATION%
- DBA_AUTHORIZATION
-
- .IF (%DBA_AUTHORIZATION%=="")
-
- .DBA_FOUND=0
- .<DBAL>
- .STRINGPROMPT QUIET 6 32
- DBA_AUTHORIZATION
- Please enter your DBA authorization password.
- <DBA_HELP>
-
- .IF (%DBA_AUTHORIZATION%=="999")
- .GOTO <DBAL>
- .ENDIF
- .IF (%DBA_AUTHORIZATION%=="!TOOSHORT")
- .MESSAGE
- %WARNING%
- Error - password must be at least six characters.
-
- .GOTO <DBAL>
- .ENDIF
- .ENDIF
-
- .MESSAGE
- %HILITE%
- Starting up the database...
-
- .SYSCALL -QUIET
- SQLPME >NUL
-
- .SYSCALL -QUIET
- ORACLE6 >NUL
-
- .SPAWN
- SQLDBA STARTUP AUTHORIZATION=%DBA_AUTHORIZATION%
-
- .IF (%SPAWNRET%!=0)
- .MESSAGE
- %HILITE% Error - unable to start the ORACLE database using SQLDBA.
- SQL*Forms application tables will NOT be installed.
-
- .SYSCALL -QUIET
- REMPME >NUL
-
- .PAUSE
- .EXIT
- .ENDIF
-
-
- # OK so far; make sure we have the right password.
-
- .PASSWD=MANAGER
-
- .<LOOP>
- .SPAWN
- CHKALL -FORMS SYSTEM %PASSWD%
- .IF (%SPAWNRET%<0)
- .MESSAGE
- %HILITE% Error - unable to spawn CHKALL.
- SQL*Forms application tables will NOT be installed.
-
- .SYSCALL -QUIET
- REMPME >NUL
-
- .PAUSE
- .GOTO <INSTEND>
- .ENDIF
- # Since we don't have a logical AND, we figure out the flags manually...
-
- .IF (%SPAWNRET%>=128)
- .UNKNOWN_ERR=1
- .SPAWNRET=%SPAWNRET%-128
- .ELSE
- .UNKNOWN_ERR=0
- .ENDIF
-
- .IF (%SPAWNRET%>=64)
- .DB_DOWN=1
- .SPAWNRET=%SPAWNRET%-64
- .ELSE
- .DB_DOWN=0
- .ENDIF
-
- .IF (%SPAWNRET%>=32)
- .USAGE_ERR=1
- .SPAWNRET=%SPAWNRET%-32
- .ELSE
- .USAGE_ERR=0
- .ENDIF
-
- .IF (%SPAWNRET%>=16)
- .NEED_CAT=1
- .SPAWNRET=%SPAWNRET%-16
- .ELSE
- .NEED_CAT=0
- .ENDIF
-
- .IF (%SPAWNRET%>=8)
- .FORMS_23=1
- .SPAWNRET=%SPAWNRET%-8
- .ELSE
- .FORMS_23=0
- .ENDIF
-
- .IF (%SPAWNRET%>=4)
- .FULL=1
- .SPAWNRET=%SPAWNRET%-4
- .ELSE
- .FULL=0
- .ENDIF
-
- .IF (%SPAWNRET%>=2)
- .PARTIAL=1
- .SPAWNRET=%SPAWNRET%-2
- .ELSE
- .PARTIAL=0
- .ENDIF
-
- .IF (%SPAWNRET%==1)
- .USER_GOOD=1
- .ELSE
- .USER_GOOD=0
- .ENDIF
-
- # Now, evaluate codes
-
- .IF (%USER_GOOD%==0)
- .CLEARSCREEN
- .<PASSWDL>
- .STRINGPROMPT
- PASSWD
- Please enter the current password for the SYSTEM account.
- <PASSWDHELP>
- %PASSWD%
-
- .IF %PASSWD%=="999"
- .GOTO <PASSWDL>
- .ENDIF
- .GOTO <LOOP>
- .ENDIF
-
- .CORRECT_PARTIAL=0
- .IF (%PARTIAL%==1)
- .STRINGPROMPT
- CORRECT_PARTIAL
- It appears that the SQL*Forms Designer tables have been partially
- installed in this database sometime in the past. Do you wish to
- remove these tables and install the complete set? Any applications
- stored in these tables will be lost.
- <PARTIAL_HELP>
- 1 Remove current tables and reinstall complete set
- 2 Leave tables as they are
-
- .IF (%CORRECT_PARTIAL%==1)
- .GOTO <FULL_JUMP>
- .ENDIF
-
- .ELSE
-
- .IF (%FULL%==0)
- .<FULL_JUMP>
- .CLEARSCREEN
- .MESSAGE
- %NORMAL% Adding SQL*Forms Designer tables to the database...
-
- .SPAWN
- INSTLOAD SYSTEM/%PASSWD% %ORACLE_HOME%\DBS\IADTABLE.SQL %ORACLE_HOME%\DBS\IADTABLE.LOG
- .IF (%SPAWNRET%!=0)
- .GOTO <NOINTERACT>
- .ENDIF
-
- .SPAWN
- INSTLOAD SYSTEM/%PASSWD% %ORACLE_HOME%\DBS\IADINDEX.SQL %ORACLE_HOME%\DBS\IADINDEX.LOG
- .IF (%SPAWNRET%!=0)
- .GOTO <NOINTERACT>
- .ENDIF
-
- .SPAWN
- INSTLOAD SYSTEM/%PASSWD% %ORACLE_HOME%\DBS\IADVIEW.SQL %ORACLE_HOME%\DBS\IADVIEW.LOG
- .IF (%SPAWNRET%!=0)
- .GOTO <NOINTERACT>
- .ENDIF
-
- .SPAWN
- INSTLOAD SYSTEM/%PASSWD% %ORACLE_HOME%\DBS\IADGRANT.SQL %ORACLE_HOME%\DBS\IADGRANT.LOG
- .IF (%SPAWNRET%!=0)
- .GOTO <NOINTERACT>
- .ENDIF
-
- .ELSE
- .MESSAGE
- %NORMAL% SQL*Forms Designer tables present and verified.
-
- .ENDIF
- .ENDIF
-
- .MESSAGE
- %HILITE% Shutting down the database...
-
- .SYSCALL -QUIET
- SQLDBA SHUTDOWN AUTHORIZATION=%DBA_AUTHORIZATION% >NUL
-
- .ENDIF
- .ENDIF
-
- .SYSCALL
- REMPME >NUL
-
- .<INSTEND>
- .MESSAGE
- %NORMAL% Updating registration information...
-
- .REGISTERFILE
- %PRODUCT_NUMBER% %PRODUCT_NAME%
- %PRODUCT_VERSION%
- <DEINSTALL>
-
- .EXIT
-
- .<DISK_SPACE_HELP>
- %PRODUCT_NAME% requires %DISK_USAGE%00K to install. There is %FREE_SPACE%00K free on drive
- %ORACLE_DISK%:. You may try to proceed anyway. Unless you plan to install only a
- portion of it or you are reinstalling after an unsuccessful installation,
- ORAINST will probably terminate abnormally.
-
- .<REINSTALL_HELP>
- %PRODUCT_NAME% has an entry in REGISTER.ORA, indicating that it has
- been installed previously. You may either abort this installation and save
- the version you have already installed, or you may reinstall and overwrite
- the existing version. Entry in REGISTER.ORA follows.
-
- Product: %PRODUCT%
- Version: %VERSION%
-
- .<HELP1>
- Certain files are required in order to create your own applications.
- If you answer Yes, this install will automatically copy the files
- needed to create both SQL*Forms applications and programs that can
- be called by those applications (user exits). It will also create
- the files you need to add the application generation tables to your
- ORACLE database.
-
- .<RUNEXITHELP>
- If you have a C compiler you can create programs which can be called by
- your SQL*Forms applications. You must install the corresponding ORACLE
- precompiler in order to compile and link these programs successfully.
- You can still build and run complex forms without the use of
- user exits.
-
- .<APPLTABSHELP>
- In order to design forms, you must have certain tables installed in your
- ORACLE database. If you have already installed a local database, this
- install can automatically create these tables (or update them if they are
- from an older version of SQL*Forms). Choose Yes if you would like these
- tables to be automatically created/updated. If you do not have a local
- database installed, or would like to create the tables at a later time,
- choose No.
-
- .<PASSWDHELP>
- This installation procedure needs to know the SYSTEM account's password
- in order to install the designer tables.
-
- .<PARTIAL_HELP>
- Some, but not all, of the tables required by the SQL*Forms designer are
- present in your database. The designer will not work unless all of them
- are present. If you wish to correct this, this install can remove the
- tables currently present and replace them with a full set. Any data in
- the tables will be lost. Alternatively, you can run FORMINS.CMD.
-
- .<DEINSTALL>
- %ORACLE_HOME%\PBIN\CONVERT.COM
- %ORACLE_HOME%\PBIN\GENERATE.COM
- %ORACLE_HOME%\PBIN\RUNFORM.COM
- %ORACLE_HOME%\PBIN\SQLFORMS.COM
- %ORACLE_HOME%\DBS\IADTABLE.LOG
- %ORACLE_HOME%\DBS\IADINDEX.LOG
- %ORACLE_HOME%\DBS\IADVIEW.LOG
- %ORACLE_HOME%\DBS\IADGRANT.LOG
-