Prepare the Installer

- Prepare the Installer

Checkbox

Extract the contents of the OHF media pack to any OCI VM instance or to ODI VM instance itself.

Checkbox

Make a new directory OHF installation home -<OHF_INSTALL_HOME>.

Checkbox

Copy the OHF media pack to <OHF_INSTALL_HOME>/.

Checkbox

Unzip the OHF_822_Linux-x64.zip file where you want to launch the installer using the following command:

unzip -a OHF_822_Linux-x64.zip

Checkbox

Open the Disk1/stage/Components/oracle.hsgbu.hc.datamodel/8.2.2.0.0/1/DataFiles/Expanded/filegroup1 folder.

There are two zip files in this folder:

  • master_install.zip
  • ODB_Loaders.zip

Checkbox

Copy the master_install.zip file to OHF installation home.

cp master_install.zip <OHF_INSTALL_HOME>/

Checkbox

Unzip master_install.zip in the <OHF_INSTALL_HOME>/master_install folder.

unzip -a master_install.zip

Checkbox

Change the protection on files as follows:

chmod 755 *

Checkbox

Update user parameters with the OHF pre-created schema in the <OHF_INSTALL_HOME>/master_install/ohf_dm_installer.sh script.

  • db_conn (ADW service name)
  • hdi_schema
  • hdm_schema
  • hcd_schema
  • cdm_schema
  • odb_schema
  • enterprise_schema
  • job_schema
  • svcs_schema
  • cga_schema

The remaining parameters have fixed values and Oracle recommends that you do not change these values. Schema passwords are prompted while running the script.

Checkbox

Before running the installer, make sure that the ORACLE_HOME, PATH and LD_LIBRARY_PATH environment variables are setup in your session.

For example:

export ORACLE_HOME=/u01/app/oracle/product/122010 
export PATH=$PATH:$ORACLE_HOME/bin 
export LD_LIBRARY_PATH=$ORACLE_HOME/lib

Checkbox

Verify the database connectivity through the ADW service name. For example:

sqlplus admin/<admin_pwd>@<ADW-servicename>