Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Standby Database - convert working standby to primary

Re: Standby Database - convert working standby to primary

From: Steve Howard <stevedhoward_at_gmail.com>
Date: 16 May 2006 06:14:06 -0700
Message-ID: <1147785246.290395.285230@v46g2000cwv.googlegroups.com>


Yes,

Disable the secondary destination to which the primary is propagating its redo (check the protection_mode in v$database to ensure it is not maximum protection/availablity)

On the standby...

alter database activate standby database;

Regards,

Steve Received on Tue May 16 2006 - 08:14:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US