1) sudo -i -u
exp: sudo -i -u oracle
or
2) sudo -su
exp: sudo -su oracle
exp: sudo -i -u oracle
or
2) sudo -su
exp: sudo -su oracle
unzip p16199894_111170_Generic.zip2. 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 opatch3. Verify the existing patches to the Oracle Home by issuing the below command before and after patching.
opatch lsinventory4. 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_java3. 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_FRHome1mv /u9000/app/oracle/product/fmw/Oracle_FRHome1/jdk1.7.0_25 /u9000/app/oracle/product/fmw/Oracle_FRHome1/jdk4. Restart the Services on the Server