Configuring Second LISTENER for 11.2.0.3 on Multi-HOME Server
AIX 5.3 64 BIT
Installed 11.2.0.3 on multihomed environment - 11.1.0.7 and 10.2.0.2
Using one Listener currently from 11.1 ORACLE_HOME/network/admin
Need to test/move DB's to:
A.) Another LISTENER - LISTENERTEST
B.) Another Port - 1523
C.) Combination of both.
Should I run ./netca -silent
Response file changes:
LOG_FILE=""ORACLE_HOME112/network/tools/log/netca.log""
INSTALLED_COMPONENTS={"server","net8","javavm"}
INSTALL_TYPE=""custom""
LISTENER_NUMBER=2 - Would this allow for the existing listener on 11.1 to remain unchanged?
LISTENER_NAMES={"LISTENERTEST"}
LISTENER_PROTOCOLS={"TCP;1523"}
LISTENER_START=""LISTENERTEST"" - Should I include both Listener names here?
NAMING_METHODS={"TNSNAMES","ONAMES","HOSTNAME"} - How the best way to verify existing and use same settings from 11.1?
0