Failed to auto-start Oracle Net Listener
September 5, 2011 Leave a comment
Error : Failed to auto-start Oracle Net Listener using /ade/vikrkuma_new/oracle/bin/tnslsnr
Cause: This is due to a hard coded path in the dbstart
script.
Solution:
In $ORACLE_HOME/bin/dbstart script replace
ORACLE_HOME_LISTNER=/ade/vikrkuma_new/oracle
with
ORACLE_HOME_LISTNER=$ORACLE_HOME
The
dbstart
script shold now start the listener as expected.