Problem about port on RAC
taohikoOct 6 2008 — edited Aug 10 2009RAC on windows server 2003 and oracle version 10.2.0.1 no patch.
My problem is RAC that have 2 nodes and when client connect to database with tnsnames.ora via Virtual IP on port 1526 but cannot until the network team use sniffer for capture event and found client connect to database with VIP and port 1526 and database response to client with public IP and port 1521.
The capture log found port 1526 that just use when client connect to database at first time and second time to all session life that connect with port 1521 and public IP alway.
The service on windows appear 2 service about listener there are listener port 1521 that is default listener and listener_<NODENAME> port 1526 if I stop default listener that clients and db server cannot conect to database.
Have any files configure about connection exclude listener.ora and tnsnames.ora?
And last question if I use USE_SHARED_SOCKETthat can fix the problem?
Edited by: taohiko on Oct 6, 2008 4:41 AM