I have two Oracle servers, old and new. The plan is to swap their IP addresses to use the new Oracle. After swapped the IP addresses, the Listener was not working.
The error was:
===========
[root@171db...
2
Resolved: ORACLE_HOME_LISTNER is not set
I had the above error message when I tried to run dbstart, the problem is the dbstart script.
Edit $ORACLE_HOME/bin/dbstart, and found below lines:
ORACLE_HOME_LISTNER=$1if [ ! $ORACLE_HOME_LISTNER...