R12 RAC local and remote listener
Hi,
Has anyone got an example of what the local and remote listener in R12 RAC using SCAN listener should look like, mine look like the following
local_listener string (DESCRIPTION=(ADDRESS_LIST=(AD
DRESS=(PROTOCOL=TCP)(HOST=test1-vip)(PORT=1521))))
remote_listener string test-scan:1521
The local listener is registered with the default port, I plan to move it to another port because the default port is used for my scan listener. should the remote listener be the scan listener?