home *** CD-ROM | disk | FTP | other *** search
- #-------------------------------------------------------------------------
- #
- # FILE
- # INSTALL.ORA
- # V2 installation script language interpreter file.
- #
- # DESCRIPTION
- # This is the INSTALL.ORI file for the V6 RDBMS.
- #
- # OWNER
- # Tim Kelley
- #
- # CREATION DATE
- # 06-JUL-89
- #
- # CURRENT DATE
- # 05-NOV-90
- #
- #-------------------------------------------------------------------------
-
- #-------------------------------------------------------------------------
- # Generate symbols for Disk Volume label and Jacket label for disks.
- #-------------------------------------------------------------------------
- .LABELGEN
- i
- V60 RDBMS %i
- RDBMS Disk %i
-
- .FILES -NOCOPY
- INSTALL.ORI 11016
-
- .DISK_USAGE=77
- .PRODUCT_NAME=RDBMS
- .PRODUCT_VERSION=6.0.31.2.2
- .PRODUCT_NUMBER=1
- .SUPP_REQUIRED=6.0.31.2.2
-
- .CHECKREG %PRODUCT_NUMBER%
- PRODUCT
- VERSION
-
- .CHECKREG 34
- SUPPORT
- SUPP_VERSION
-
- .IF (%SUPPORT%=="" || %SUPP_VERSION% < %SUPP_REQUIRED%)
- .MESSAGE
- %WARNING%
-
- You have not installed Required Support Files %SUPP_REQUIRED%.
- Please install Required Support Files %SUPP_REQUIRED% or later
- and then install %PRODUCT_NAME%.
-
- .PAUSE
- .EXIT
- .ENDIF
-
- .<CHECK_INST>
-
- .IF (%INSTALL_CHECKED%!=1)
- .IF (%PRODUCT%=="")
- .IF (%DISK_USAGE% > %FREE_SPACE%)
-
- .SELECTPROMPT
- USER_RESP
- There is insufficient disk space on %ORACLE_DISK% to install
- this product. Would you like to attempt to install anyway?
- <DISK_SPACE_HELP>
- 1 No
- 2 Yes
-
- .IF (%USER_RESP%==999 || %USER_RESP%==1)
- .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%==999 || %USER_RESP%==1)
- .EXIT
- .ENDIF
- .ENDIF
- .ENDIF
-
- .<NEWDBS>
-
- .RDBMS=1
- .SEED=2
- .BOTH=3
-
- .SELECTPROMPT
- USER_RESP
- This install will copy the ORACLE RDBMS software to your hard disk.
- This install can also create a new ORACLE database in
- %ORACLE_HOME%\DBS. This will destroy any existing ORACLE database
- in %ORACLE_HOME%\DBS. You must have already installed the DOS
- Utilities before the new database can be created. Would you like
- to install only the RDBMS, only the initial database, or both?
- <SEEDHELP>
- 1 RDBMS software only
- 2 Initial database only
- 3 Both the RDBMS and the initial database
-
- .IF (%USER_RESP%==999)
- .IF (%INSTALL_CHECKED%!=1 && (%DISK_USAGE%>%FREE_SPACE% || %PRODUCT%!=""))
- .GOTO <CHECK_INST>
- .ELSE
- .EXIT
- .ENDIF
- .ENDIF
-
- .IF (%USER_RESP%==%SEED% || %USER_RESP%==%BOTH%)
- .CHECKREG 26
- UTILITIES
- VERSION
-
- .IF (%UTILITIES%=="" || %VERSION% < "6.0")
- .SELECTPROMPT
- USER_RESP
- You have not installed the ORACLE DOS Utilities disk. The initial
- database will not be installed. Would you like to continue?
- <UTIL_HELP>
- 1 Return to the Install Menu
- 2 Continue, and do not install the initial database
-
- .IF (%USER_RESP%==1)
- .EXIT
- .ENDIF
- .IF (%USER_RESP%==999)
- .GOTO <NEWDBS>
- .ENDIF
- .USER_RESP=%RDBMS%
- .ENDIF
- .ENDIF
-
- .SYSCALL
- %ORACLE_DISK%:
-
- .SYSCALL
- CD %ORACLE_HOME%\DBS
-
- .IF (%USER_RESP%==%RDBMS% || %USER_RESP%==%BOTH%)
- .CLEARSCREEN
-
- .<PASSWD>
- .STRINGPROMPT QUIET 6 32
- PASSWORD1
- Choose a password at least six characters long for DBA authorization.
- <PASSWDHELP>
-
- .IF (%PASSWORD1%=="999")
- .GOTO <NEWDBS>
- .ENDIF
-
- .IF (%PASSWORD1%=="!TOOSHORT")
- .MESSAGE
- %WARNING%
- The password you have chosen is too short. Please enter a password
- at least six characters in length.
-
- .GOTO <PASSWD>
- .ENDIF
-
- .STRINGPROMPT QUIET 6 32
- PASSWORD2
- Enter it again for verification.
- <PASSWDHELP>
-
- .IF (%PASSWORD2%=="999")
- .CLEARSCREEN
- .GOTO <PASSWD>
- .ENDIF
-
- .IF (%PASSWORD1%!=%PASSWORD2%)
- .MESSAGE
- %WARNING%
- The password did not verify.
-
- .GOTO <PASSWD>
- .ENDIF
-
- .ENCRYPT
- %PASSWORD1%
- PASSWORD2
-
- .MODFILE
- %CONFIG%
- DBA_AUTHORIZATION=%PASSWORD1%
-
- .MESSAGE
- %NORMAL%
- The DBA authorization password you chose has been recorded in the
- file %CONFIG%. It will not be necessary to provide
- it every time you wish to STARTUP, SHUTDOWN, or CONNECT INTERNAL.
- If you wish to have greater security, delete the line beginning with
- DBA_AUTHORIZATION= from file %CONFIG%. You will
- then have to provide the DBA authorization password every time you
- wish to STARTUP, SHUTDOWN, or CONNECT INTERNAL. See the Installation
- and User's Guide for more information.
-
- .PAUSE
-
- .MESSAGE
- %NORMAL% Copying the ORACLE kernel into %ORACLE_HOME%\BIN...
-
- .FILES
- DBAPWD.EXE 74794 %ORACLE_HOME%\BIN\DBAPWD.EXE
- ORACLE6.EXE 20107 %ORACLE_HOME%\BIN\ORACLE6.EXE
- ORACLE.PXE 1989118 %ORACLE_HOME%\BIN\ORACLE.PXE
- ORACLE.BAT 405 %ORACLE_HOME%\BIN\ORACLE.BAT
- ORACLE.MAP 138866 %ORACLE_HOME%\BIN\ORACLE.MAP
- TKPROF.EXE 195382 %ORACLE_HOME%\BIN\TKPROF.EXE
- TKPROF.PXE 202577 %ORACLE_HOME%\PBIN\TKPROF.PXE
- DMPFMT.EXE 23732 %ORACLE_HOME%\PBIN\DMPFMT.EXE
-
- .MESSAGE
- %NORMAL% Copying message files into %ORACLE_HOME%\DBS...
-
- .FILES
- PWDUS.MSB 2560 %ORACLE_HOME%\DBS\PWDUS.MSB
-
- .SPAWN -SINGLE -QUIET
- DBAPWD %RDBMS_FILENAME% %PASSWORD2%
-
- .MESSAGE
- %NORMAL% Copying DBA SQL scripts into %ORACLE_HOME%\DBS...
-
- .FILES
- SQL.BSQ 28879 %ORACLE_HOME%\DBS\SQL.BSQ
- BLOCKING.SQL 4081 %ORACLE_HOME%\DBS\BLOCKING.SQL
- BSTAT.SQL 1507 %ORACLE_HOME%\DBS\BSTAT.SQL
- CATALOG.SQL 177063 %ORACLE_HOME%\DBS\CATALOG.SQL
- CATALOG5.SQL 47582 %ORACLE_HOME%\DBS\CATALOG5.SQL
- DBA_SYNO.SQL 2863 %ORACLE_HOME%\DBS\DBA_SYNO.SQL
- DISPIDXS.SQL 1968 %ORACLE_HOME%\DBS\DISPIDXS.SQL
- DROPCAT5.SQL 3029 %ORACLE_HOME%\DBS\DROPCAT5.SQL
- ESTAT.SQL 4792 %ORACLE_HOME%\DBS\ESTAT.SQL
- EXPVEW.SQL 21574 %ORACLE_HOME%\DBS\EXPVEW.SQL
- EXPVEW5.SQL 28004 %ORACLE_HOME%\DBS\EXPVEW5.SQL
- IDXSTAT.SQL 1524 %ORACLE_HOME%\DBS\IDXSTAT.SQL
- LOCKTREE.SQL 5251 %ORACLE_HOME%\DBS\LOCKTREE.SQL
- MONITOR.SQL 1876 %ORACLE_HOME%\DBS\MONITOR.SQL
- ONEIDXS.SQL 8789 %ORACLE_HOME%\DBS\ONEIDXS.SQL
- XPLAINPL.SQL 767 %ORACLE_HOME%\DBS\XPLAINPL.SQL
-
- .ACCESS
- %ORACLE_HOME%\DBS\INIT.ORA
-
- .IF (%ACCESSRET%==0)
- .MESSAGE
- %NORMAL% Copying parameter file into %ORACLE_HOME%\DBS...
-
- .FILES
- INIT.ORA 1389 %ORACLE_HOME%\DBS\INIT.ORA
-
- .ENDIF
- .ENDIF
-
- .IF (%USER_RESP%==%SEED%)
- .CLEARSCREEN
-
- .<PASSWD2>
- .STRINGPROMPT QUIET 6 32
- PASSWORD1
- Enter your DBA authorization password for verification.
- <PASSWDHELP2>
-
- .IF (%PASSWORD1%=="999")
- .GOTO <PASSWD2>
- .ENDIF
-
- .IF (%PASSWORD1%=="!TOOSHORT")
- .MESSAGE
- %WARNING%
- The password you entered is too short. Please enter your DBA
- authorization password.
-
- .GOTO <PASSWD2>
- .ENDIF
- .ENDIF
-
- .IF (%USER_RESP%==%SEED% || %USER_RESP%==%BOTH%)
-
- .MESSAGE
- %NORMAL%
- Installing the initial database...
-
- .FILES
- INIT.ORA 1389 %ORACLE_HOME%\DBS\INIT.ORA
- LOG1.ORA 205312 %ORACLE_HOME%\DBS\LOG1.ORA
- LOG2.ORA 205312 %ORACLE_HOME%\DBS\LOG2.ORA
- DBS1.ORA 2097664 %ORACLE_HOME%\DBS\DBS1.ORA
- USERS1.ORA 77312 %ORACLE_HOME%\DBS\USERS1.ORA
- CONTROL1.ORA 40448 %ORACLE_HOME%\DBS\CONTROL1.ORA
-
- .MESSAGE
- %NORMAL% Expanding the initial database. A record of this process will be
- written to %ORACLE_HOME%\DBS\INSTALL.LOG. Please wait...
-
- .WRITEFILE
- DBS2.ORA
- DUMMY
-
- .SYSCALL -QUIET
- DEL DBS2.ORA
-
- .WRITEFILE
- USERS2.ORA
- DUMMY
-
- .SYSCALL -QUIET
- DEL USERS2.ORA
-
- .WRITEFILE
- INSTALL.SQL
- startup
- connect internal
-
- alter tablespace system
- add datafile '%ORACLE_HOME%\DBS\DBS2.ORA' size 1M;
-
- alter tablespace users
- add datafile '%ORACLE_HOME%\DBS\USERS2.ORA' size 1M;
-
- alter database oracle close;
-
- alter database oracle
- rename file 'DBS1.ORA','USERS1.ORA','LOG1.ORA','LOG2.ORA'
- to '%ORACLE_HOME%\DBS\DBS1.ORA','%ORACLE_HOME%\DBS\USERS1.ORA',
- '%ORACLE_HOME%\DBS\LOG1.ORA','%ORACLE_HOME%\DBS\LOG2.ORA';
-
- disconnect
- shutdown
- exit
-
- .SYSCALL
- SQLPME >INSTALL.LOG
-
- .SYSCALL
- ORACLE6 >>INSTALL.LOG
-
- .SPAWN INSTALL.LOG
- SQLDBA @INSTALL.SQL AUTHORIZATION=%PASSWORD1%
-
- .SYSCALL -QUIET
- REMPME >>INSTALL.LOG
-
- .ENDIF
-
- .IF (%USER_RESP%==%RDBMS% || %USER_RESP%==%BOTH%)
- .MESSAGE
- %NORMAL% Updating product registration information...
-
- .REGISTERFILE
- %PRODUCT_NUMBER% %PRODUCT_NAME%
- %PRODUCT_VERSION%
- <DEINSTALL>
- .ENDIF
-
- .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%
-
- .<SEEDHELP>
- If you choose to install the RDBMS, ORACLE database management software
- will be copied into %ORACLE_HOME%\BIN.
- If you choose to install the initial database, database files, log files,
- and a control file will be copied into %ORACLE_HOME%\DBS. They may be
- copied over any existing database there (if any). In order to install
- this initial database, you must have already installed the DOS Utilities
- disk. If you wish to install the initial database but have not yet
- installed the Utilities, you can hit <ESC> to go back and install the
- RDBMS and initial database later. See your ORACLE RDBMS documentation
- for more information on this initial database.
-
- .<PASSWDHELP>
- You must enter a password at least six characters long which will be used
- in the future to verify your authority to perform certain restricted DBA
- functions (STARTUP, SHUTDOWN, and CONNECT INTERNAL). If you forget this
- password you will have to reinstall the RDBMS before you can perform these
- functions.
-
- .<PASSWDHELP2>
- You must enter the password you chose when you installed the RDBMS. This
- password is needed to start up and expand the initial database.
-
- .<UTIL_HELP>
- The DOS Utilities have not been installed on this machine or the version
- that is installed is not current. The install needs to use SQL*DBA to
- start up and expand the initial database. If you wish to install the
- initial database, return to the install menu and install the utilities
- before attempting the RDBMS install.
-
- .<DEINSTALL>
- %ORACLE_HOME%\DBS\DBS2.ORA
- %ORACLE_HOME%\DBS\USERS2.ORA
- %ORACLE_HOME%\DBS\INSTALL.LOG
-