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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: dataguard / applying archive logs

Re: dataguard / applying archive logs

From: jungwolf <spatenau_at_gmail.com>
Date: Fri, 29 Jul 2005 09:42:55 -0500
Message-ID: <10644b9e0507290742741ae56e@mail.gmail.com>


On 7/29/05, David Sharples <davidsharples_at_gmail.com> wrote:
> When we put the standby into managed recovery can we say only apply up
> to sequence 1 for each thread? It should be possible if someone was
> watching the logs being applied and cancelling managed recovery but
> that is dangerous and prone to failure.
>
> Anyway this can be done automatically

David,

I haven't used it myself, but doesn't this command do what you want? ALTER DATABASE RECOVER MANAGED STANDBY DATABASE [ THROUGH ARCHIVELOG [ THREAD n ] SEQUENCE n ] ] (from chapter 13 of the dataguard manual)

Actually, the syntax diagram has only "through all archivelog [...]" but the following command description has a line for "through archivelog [...]" that looks to do exactly what you want.

HTH or points you in the right direction.

Steven

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jul 29 2005 - 09:44:53 CDT

Original text of this message

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