ISSUE: Unsatisfied code symbol 'xsNotify' when starting the Database
After Applying patch and when trying to start the DB.
SQL> startup nomount
ORA-32004: obsolete and/or deprecated parameter(s) specified
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'xsNotify' in load module '/oracle/product/9.2.0.7/TESTDEV/bin/oracle'.
ORA-03113: end-of-file on communication channel
SQL>
FIX: cd $ORACLE_HOME
symfind -i xsnotify
2) set the path :
export PATH=/usr/ccs/bin:$PATH
3) Rollback the PATCH
4) relink the oracle
5) Apply the patch.
Issue got Fixed.
After Applying patch and when trying to start the DB.
SQL> startup nomount
ORA-32004: obsolete and/or deprecated parameter(s) specified
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'xsNotify' in load module '/oracle/product/9.2.0.7/TESTDEV/bin/oracle'.
ORA-03113: end-of-file on communication channel
SQL>
FIX: cd $ORACLE_HOME
symfind -i xsnotify
2) set the path :
export PATH=/usr/ccs/bin:$PATH
3) Rollback the PATCH
4) relink the oracle
5) Apply the patch.
Issue got Fixed.