RAC Service doesn't failover after relocating service
Hi,
We have created a service TEST with node1 as preferred and node2 as available. To test session SELECT time failover a test session was started with some select sql running and we performed following steps:
1. Start a sql session with some long running select statement connecting to 'TEST' service running on node1
2. Kill pmon of database instance on node1
3. 'TEST' service failed over so did the session connecting to it
4. It is known fact the now if a session connecting to 'TEST' service running on node2. Now if we kill the session the 'TEST' service doesn't failback to node1 again and it is a manual process.