User`s guide

Installing the Oracle Database Software
Oracle Database Installation and Deinstallation 3-15
# chown -R oracle_sw_owner:oracle_installation_group /mount_point/app/oracle_sw_
owner
# chmod -R 775 /mount_point/app/oracle_sw_owner
For example:
# mkdir -p /u01/app/orac1120
# chown -R orac1120:oracle /u01/app/orac1120
# chmod -R 775 /u01/app/orac1120
3.4 Installing the Oracle Database Software
The Oracle Database 11g Release 2 software is available in a zipped LMS library.
Complete the following steps to install the Oracle Database software:
1. The software must be copied to a temporary location on a Windows or UNIX
system that has FTP access to the BS2000 system where you are to install the
software.
Download the installation files from Oracle Software Delivery Cloud
(
https://edelivery.oracle.com/
) and move the zip file to this Windows or
UNIX system.
2. Unzip the zip file with a zip utility, such as WinZip, into a temporary location on
this system. The following files should be created:
welcome.htm:
Starting point for accessing the documentation.
doc/:
Contains the platform specific documentation for Oracle Database on
BS2000/OSD.
And the installation files for one of the following platforms:
ora11202.s390.lib:
Staging library for Fujitsu BS2000/OSD (S Series)
ora11202.sq.lib
: Staging library for Fujitsu BS2000/OSD (SQ Series)
3. Transfer the staging library with FTP binary into a user ID on the BS2000 system.
This can either be the Oracle installation user ID, for example,
ORAC1120
, or any
other user ID. Before the transfer, if you are using BS2000 FTP, preallocate the file
by using the following FTP file command:
file ora11202.s390.lib,fcbtype=pam,blkctrl=no,blksize=(std,2),space=820000
Use the following command if you are using FTP on the platform where you had
unzipped the file:
quote file
ora11202.s390.lib,fcbtype=pam,blkctrl=no,blksize=(std,2),space=820000
4. If you have transferred the staging library to a user ID not equal to the Oracle
installation user ID, then you must grant access to the staging library for all users,
with the following command:
/MODIFY-FILE-ATTRIBUTES ORA11202.S390.LIB,USER-ACCESS=*ALL-USERS
5. Log in to the installation user ID, for example,
ORAC1120
.
6. If the staging library resides in the installation user ID, then call the Oracle
installation procedure as follows:
/CALL-PROCEDURE (ORA11202.S390.LIB,ORAINST.PRC)