Database
In addition, ensure that the process used to download and restore the files
has extended parsing enabled:
$ SET PROCESS/PARSE=EXTENDED
Each package is delivered as a number of .ZIP files in order
to ensure that no .ZIP file exceeds 1 Gb in size:
Database
10202_database_OpenVMSItanium_1.zip
10202_database_OpenVMSItanium_2.zip
10202_database_OpenVMSItanium_3.zip
10202_database_OpenVMSItanium_4.zip
Client
10202_client_OpenVMSItanium_1.zip
10202_client_OpenVMSItanium_2.zip
10202_client_OpenVMSItanium_3.zip
10202_client_OpenVMSItanium_4.zip
CRS
10202_crs_OpenVMSItanium_1.zip
10202_crs_OpenVMSItanium_2.zip
CCS
10202_ccd_OpenVMSItanium_1.zip
10202_ccd_OpenVMSItanium_2.zip
Each .ZIP file, when unzipped, will produce a similarly named .BCK file.
All of the .BCK files for a given package should be restored in the same
directory structure. For example:
$ SET DEF DISK$ORACLE10:[CRS]
$ IF "''UNZIP'" .EQS. "" THEN UNZIP :== $SYS$SYSTEM:UNZIP
$ unzip -j 10202_crs_OpenVMSItanium_1.zip
$ unzip -j 10202_crs_OpenVMSItanium_2.zip
$ backup 10202_crs_OpenVMSItanium_1.bck/save_set [...]/owner=parent
$ backup 10202_crs_OpenVMSItanium_2.bck/save_set [...]/owner=parent
The resultant [.DISK1] directory will include RUNINSTALLER.COM and a number
of sub-directories.
Note: The -j switch to unzip will ensure that the .BCK file it contains is
restored to the current directory, rather than into a subdirectory tree
that may have been preserved in the .zip file.
INSTALLATION
------------
Having restored the backup savesets (see above), please refer to the
"Oracle Database Installation Guide 10g Release 2 for hp OpenVMS" for
instructions. Please ensure that all pre-installation checks have been
done before invoking RUNINSTALLER.COM.
Note: Database, CRS and Client packages should be installed in separate
ORACLE_HOMEs. The demos from the CCD package should be installed
in the same ORACLE_HOME as the Database package.