1. First download the patch from oracle support using your id for login .
2. Copy patch file to E:\Oracle\patches folder and extract it
3. Set the oracle home and JAVA_HOME by
set ORACLE_HOME=E:\Oracle\Middleware
set JAVA_HOME=C:\jdk1.8.0_60
NOTE : JAVA_HOME in lsinventory does not work if it is very inside
4.check do echo %ORACLE_HOME%
5.add JAVA_HOME to the path by
set PATH=%JAVA_HOME%;%PATH%
then change directory to opatch
and type opatch version
and opatch lsinventory -detail
this will give info of all previous patches applied
then type opatch lsinventory -jre %JAVA_HOME%\jre
to verify your jdk installation
then opatch apply
2. Copy patch file to E:\Oracle\patches folder and extract it
3. Set the oracle home and JAVA_HOME by
set ORACLE_HOME=E:\Oracle\Middleware
set JAVA_HOME=C:\jdk1.8.0_60
NOTE : JAVA_HOME in lsinventory does not work if it is very inside
4.check do echo %ORACLE_HOME%
5.add JAVA_HOME to the path by
set PATH=%JAVA_HOME%;%PATH%
then change directory to opatch
and type opatch version
and opatch lsinventory -detail
this will give info of all previous patches applied
then type opatch lsinventory -jre %JAVA_HOME%\jre
to verify your jdk installation
then opatch apply