Database - RAC/Scalability (MOSC)

MOSC Banner

Discussions

Rac Services used for fail over.

edited Oct 6, 2011 4:33AM in Database - RAC/Scalability (MOSC) 9 commentsAnswered
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,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center