RAC TNS-12521: TNS:listener does not currently know of instance requested in connect descriptor
Hello,
I have RAC cluster and problem with my web application. It looks that web portal still uses node that is down.
I made simple tests
srvctl status service -d orcl
Service orclservice is running on instances(s) orcl1, orcl2
So next I'm stopping instance orcl2 by
srvctl stop instance -db orcl -i orcl2 -failover -f
srvctl status service -d orcl
Service orclservice is running on instances(s) orcl1
Unfortunately at web application i get "TNS:listener does not currently know of instance requested in connect descriptor"
Listener logs indicate that we application is still use instance orcl2
(INSTANCE_NAME=orcl2))