It turned out, someone implemented DYNAMIC_REGISTRATION_LISTENER = OFF on my source database without putting descriptions regarding what this listener should be handling. As the result, databases services and instances are no longer registered with default port listener as default. The listener ended up running without doing anything.
To fix it. The following description need to be added in order to tell the listener to whom it services.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME= service.company.com)
(ORACLE_HOME=$ORACLE_HOME)
(SID_NAME =somesid )
)
)
No comments:
Post a Comment