I think you're trying yo implement TAF. What you've done is sufficient for initial connection but would not help you for changing over mid-session.
You need to create a service which would be same for all your RAC instances.
You then need to run DBMS_SERVICE_ADD_SERVICE package as follows:
Note: service_alias value of NETWORK_NAME parameter must be defined in tnsnames.ora on all participating instances.
Main Topics
Browse All Topics





by: markgeerPosted on 2009-08-20 at 05:46:29ID: 25141738
In our RAC system, we have "YES" instead of "on" for two of those parameters, so where you have: =on) R=YES)
(load_balance=on)(FAILOVER
we have:
(load_balance=YES)(FAILOVE
I'm not sure if "YES" and "on" are both supported there, or not.