TAF_policy and load balancing
Hello I am a junior Oracle DBA and just ran into a problem when adding a service using srvctl.
Will the TAF_policy configuration affect RAC load balancing?
We are in a two node RAC environment, with two instances starter1 and starter2
If we specify Preconnect policy, we will need to specify the preferred instance and the available instance
srvctl add service -d starter -s startertest -a "starter2" -r "starter1" -P PRECONNECT
srvctl start service -s startertest -d starter -i starter1
srvctl status service -d starter
Service startertest is running on instance(s) starter1
I see that the service is only running on instance 1