Discussions
Rac Services used for fail over.
Hi all,How to check if any failed over services are running on other node instead of original node.How I can check on which date it got failed over to other node?
Please let me know the command or sql which can list time of failed over services.
I tried srvctl service status -d db
I also tried:
COLUMN instance_name FORMAT a13
COLUMN host_name FORMAT a9
COLUMN failover_method FORMAT a15
COLUMN failed_over FORMAT a11
SELECT DISTINCT
v.instance_name AS instance_name,
v.host_name AS host_name,
s.failover_type AS failover_type,
s.failover_method AS failover_method,
Please let me know the command or sql which can list time of failed over services.
I tried srvctl service status -d db
I also tried:
COLUMN instance_name FORMAT a13
COLUMN host_name FORMAT a9
COLUMN failover_method FORMAT a15
COLUMN failed_over FORMAT a11
SELECT DISTINCT
v.instance_name AS instance_name,
v.host_name AS host_name,
s.failover_type AS failover_type,
s.failover_method AS failover_method,
0