Visit Counter

Tuesday, January 5, 2021

Restore Oracle DB & FMW Cloning (Part 3)

 Installation Oracle Forms/Report on Clone Server

==========================================


Install Forms/Reports version 11.1.2.2.0

Unzip the install kits.

unzip ofm_frmrpts_linux_11.1.2.2.0_64_disk1_1of2.zip

unzip ofm_frmrpts_linux_11.1.2.2.0_64_disk1_2of2.zip


Start the installer.

cd Disk1

./runInstaller -jreLoc /u01/app/oracle/product/java_current/jre

Below I have ignored the screens where you can sign up for security updates etc.


Setting the inventory to /u01/app/oracle/oraInventory

Setting the group name to oinstall

Creating the Oracle inventory pointer file (/etc/oraInst.loc)

Changing permissions of /u01/app/oracle/oraInventory to 770.

Changing groupname of /u01/app/oracle/oraInventory to oinstall.

The execution of the script is complete














Type: Oracle Forms and Reports Installation

  Installed Applications

          Forms

          Reports

          Forms Builder

          Reports Builder

  Installed System Components

          OHS

          EM Agent

cd /u01/app/oracle/product/forms112

find . -type f -exec sed -i "s/\/u01\/app\/oracle\/product\/jdk1.7.0_51/\/u01\/app\/oracle\/product\/java_current/g" {} \;

No comments:

Post a Comment