Extract the Software

Extract the installation software.

Ensure you are logged in to the UNIX operating system as non-root user to extract the software.
To extract the software:
  1. Download the unzip utility (OS-specific) unzip_<os>.zip and copy it in Binary mode to the directory included in your PATH variable.
    If you already have an unzip utility to extract the contents of the downloaded archive, skip this step. Uncompress the unzip installer file:
    uncompress unzip_<os>.zip

    Note:

    If you encounter the error uncompress: not found [No such file or directory], contact your UNIX administrator.
  2. Assign execute (751) to the file: chmod 751 unzip_<OS>
    For example: chmod 751 unzip_sparc
  3. Extract the contents of the Application Pack Release 8.1.2.0.0 installer archive file in the download directory:
    unzip OFS_AAAI_PACK.zipUnzip <name of the file to be unzipped>.zip
  4. Navigate to the download directory and assign execute permission to the installer directory:
    chmod -R 750 OFS_AAAI_Packchmod –R 755 OFS_LRS_PACK

    Note:

    For Solaris OS, download, extract and apply the one-off patch 31509494 from My Oracle Support. See the Readme packaged with the patch for further instructions on how to install the patch.
  5. Give execute permission to the archive file. Navigate to the path where the directory OFS_LRS_PACK exists and execute the command:chmod –R 755 OFS_LRS_PACK
  6. Execute the user .profile file.
  7. Navigate to the /OFS_LRS_PACK/schema_creator/conf directory and modify the OFS_LRS_SCHEMA_IN.xml file by providing the existing values to the parameters JDBC_URL, JDBC_DRIVER, Host, Setupinfo name, schema names (config and atomic), password, default tablespace, Infodom, Quota as per the previous version.
  8. Navigate to the /OFS_LRS_PACK/schema_creator/bin directory and execute the osc.sh file using the following command: ./osc.sh -s

    Note:

    Steps 7 and 8 are required to generate the OFS_LRS_SCHEMA_OUTPUT.xml file.
After assigning the required permissions, proceed with the Installation Tasks.