Tuesday 13 December 2016

Apply one-off patch using opatch utility

Apply one-off patch using opatch utility#

1. Copy the patch on to /u9000/soa_soasuite_shared/source/ and unzip the patch
unzip p16199894_111170_Generic.zip

2. Set Environment Variables, such 
as the Home to be patched and the PATH 

export ORACLE_HOME=/u9000/app/oracle/product/fmw/oracle_common
export PATH=$PATH:$ORACLE_HOME/OPatch
which opatch

3. Verify the existing patches to the Oracle Home by issuing the below 
command before and after patching. 

opatch lsinventory

4. Change the Directory to he PATCH_TOP and apply 
patches to the Oracle Home by issuing the below command 

cd /u9000/soa_soasuite_shared/source/16199894
opatch apply

or

../../OPatch/opatch apply

Upgrade Oracle Forms and Reports JDK to match with Weblogic Server JDK#

1. Shutdown all the Service on the Server 

2. Move the Existing Oracle Forms and Reports JDK to a different name 
mv /u9000/app/oracle/product/fmw/Oracle_FRHome1/jdk /u9000/app/oracle/product/jdk1.7.0_25/old_java

3. Copy the Weblogic JDK to the Oracle Forms and Reports Home 
cp -rp /u9000/app/oracle/product/jdk1.7.0_25 /u9000/app/oracle/product/fmw/Oracle_FRHome1
mv /u9000/app/oracle/product/fmw/Oracle_FRHome1/jdk1.7.0_25 /u9000/app/oracle/product/fmw/Oracle_FRHome1/jdk

4. Restart the Services on the Server 

No comments:

Post a Comment