Know if the database was activated by tilting or passage to the

Hello

I would like to know if the backup database has been activated by a failover or a failover

I would test triggering one after startup, so access to the database views available in Mount only.

If you have an idea...

Reason: a configuration of Golden on both and the resynchonization process gate is different after failover or passing.

Kind regards

Franck.

Just a quick note, you have probably already discovered, you are looking max on channel...

You probably mean something like this:

Select end_of_redo_type from

(

Select row_number() over (order by stamp desc) rnum,

end_of_redo_type

v $ archived_log

where end_of_redo = 'YES '.

) where rnum = 1;

Also V$ DATAGUARD_STATUS should contain messages (at the backup site) such as "Terminal recovery:...» "during the FAILOVER. But I don't know if this should be taken as reliable information, it "might" be changed in future releases.

Edited: * the related information to the "Terminal recovery:" is based on my own tests * "."

Kind regards

Ivica Arsov

Tags: Database

Similar Questions

Maybe you are looking for