Hi Team,
Linux : Oracle Linux 6.6
DB : Oracle DB 11.2.0.4 (64bits)
Recently I have download p24436346_112040_Linux-x86-64 patch(Patch 24436346 - Combo of OJVM Component 11.2.0.4.161018 DB PSU + GI PSU 11.2.0.4.161018 (Oct2016)) from oracle support.
when I using in as root and run "./opatch auto /24436346 -ocmrf /u01/app/11.2.0/grid/OPatch/ocm/bin/emocmrsp"
my Grid is patched successfully but DB Home fail due to following error:
Patching component oracle.rdbms.rsf, 11.2.0.4.0...
Applying sub-patch '24006111' to OH '/u01/app/oracle/product/11.2.0/dbhome_1'
Patching component oracle.sqlplus.ic, 11.2.0.4.0...
Patching component oracle.sqlplus, 11.2.0.4.0...
Patching component oracle.rdbms.rsf, 11.2.0.4.0...
Patching component oracle.rdbms, 11.2.0.4.0...
Patching component oracle.rdbms.dbscripts, 11.2.0.4.0...
Make failed to invoke "/usr/bin/make -f ins_rdbms.mk jox_refresh_knlopt ioracle ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1"....'/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib//libknlopt.a(jox.o): In function `joxcsys':
jox.c:(.text+0x2af70): undefined reference to `ioe_release_string'
/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib//libknlopt.a(jox.o): In function `jox_check_release':
jox.c:(.text+0x672ee): undefined reference to `ioe_release_string'
collect2: ld returned 1 exit status
make: *** [/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/oracle] Error 1
'
Make failed to invoke "/usr/bin/make -f ins_rdbms.mk patchset_opt_all jox_refresh_knlopt ioracle ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1"....'/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib//libknlopt.a(jox.o): In function `joxcsys':
jox.c:(.text+0x2af70): undefined reference to `ioe_release_string'
/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib//libknlopt.a(jox.o): In function `jox_check_release':
jox.c:(.text+0x672ee): undefined reference to `ioe_release_string'
collect2: ld returned 1 exit status
make: *** [/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/oracle] Error 1
'
The following make actions have failed :
Re-link fails on target "jox_refresh_knlopt ioracle".
Re-link fails on target "patchset_opt_all jox_refresh_knlopt ioracle".
Did you guy face this issue before?
Thanks and regards