DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Data guard Switchover on 10G

  1. #1
    Join Date
    Mar 2006
    Posts
    176

    Data guard Switchover on 10G

    when I tried to switch over to standby DB by issuing the command:

    SQL>alter database commit to switchover to physical standby with session shutdown wait;

    I got error:


    *
    ERROR at line 1:
    ORA-16416: Switchover target is not synchronized with the primary



    The question is how can I ensure or check to be sure both standby and primary are in sync the switch over? If it's not in sync, is there a command for me to run to sync up the two?

    Thanks,

  2. #2
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    you can check the switchover status from v$database view.

    select switchover_status from v$database will tell you whether switchover is allowed or not.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

  3. #3
    Join Date
    Mar 2006
    Posts
    176
    I already did, and both of the database (primary/stand by) are both active which I don't understand.

    thanks

  4. #4
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    can you post the output of

    select switchover_status from v$database from the DB which you are trying to switch over?

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width