Configure multiple 11g listeners.
I want to create two oracle homes on the same server with the same
oracle_base (Solaris 10). I'm confused by what I have read on the
subject. I presume that I need to create a listener.ora file in each
home on different ports. Can someone provide examples of the separate
listener.ora and tnsnames.ora that need to be configured for the two
separate homes so I can get the syntax right?
ex.
listener.ora home1
LISTENER_DEV = ......
SID_LIST_LISTENER_DEV = ........
ADR_BASE_LISTENER_DEV = (oracle base here)
listener.ora home2
LISTENER_STG = ......
SID_LIST_LISTENER_STG = ........
ADR_BASE_LISTENER_STG = (oracle base here)
ex.
listener.ora home1
LISTENER_DEV = ......
SID_LIST_LISTENER_DEV = ........
ADR_BASE_LISTENER_DEV = (oracle base here)
listener.ora home2
LISTENER_STG = ......
SID_LIST_LISTENER_STG = ........
ADR_BASE_LISTENER_STG = (oracle base here)
0