High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

Switchover status on standby database is NOT ALLOWED

I am trying to switchover pimary and standby databases and I ran

select switchover_status from v$database;

on both. On current primary the switchover status is "TO STANDBY", but on standby it is "NOT ALLOWED".

I ran

select max(sequence#) from v$archived_log;

on primary, and

select max(sequence#) from v$log_history;

on standby and both display the same number.

Can someone help me figure out what is going on with my standby?

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.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center