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: dataguard protection mode...

Re: dataguard protection mode...

From: Volker Hetzer <volker.hetzer_at_ieee.org>
Date: Wed, 27 Oct 2004 12:57:38 +0200
Message-ID: <clnuv2$3jt$1@nntp.fujitsu-siemens.com>

"Yong Huang" <yong321_at_yahoo.com> schrieb im Newsbeitrag news:b3cb12d6.0410261101.428f2f0f_at_posting.google.com...

> "Volker Hetzer" <volker.hetzer_at_ieee.org> wrote in message news:<cljm2i$spk$1_at_nntp.fujitsu-siemens.com>...

> > Hi!
> > I'm trying to switch from maximum performance to maximum availability mode
> > on 9.2.0.4.
> >
> > I did do standby redologs on the standby database:
> > GROUP# STATUS TYPE MEMBER
> > ---------- ------- ------- --------------------------------------------------------------------------------
> > 1 ONLINE /home/oracle/admin/NOBBY/DBFILES_LINKDIR/RedoLogs1/Redo1.rdo
> ...

> > 6 STANDBY /home/oracle/admin/NOBBY/DBFILES_LINKDIR/StbRedoLogs1/StbRedo1.rdo
> ...

> > And I did configure the Transport service (using dgmgrl):
> > log_archive_dest_3 string service="NOBBY_ORACLE3", LGWR NOAFFIRM delay=0 OPTIONAL max_failure=0 reopen=300 async=2048
register
> >
> > Yet, when I "alter configuration set protection mode as maxavailability"
> > I get an ORA-16627.
>
> Hi, Volker,
>
> Change NOAFFIRM to AFFIRM and change async=2048 to SYNC in your
> log_archive_dest_3. Look at Table 5-2 in "Oracle Data Guard Concepts
> and Administration" in 9i documentation. The Data Guard Broker
> documentation doesn't seem to be complete.
I guess that's it. I always thought SYNC, ASYNC and ARCH were the proper modes, but after I opened a TAR support pointed out to me that I need to set it to SYNC even for maxavailability.

Lots of Thanks nevertheless!
Volker Received on Wed Oct 27 2004 - 05:57:38 CDT

Original text of this message

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