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

Home -> Community -> Usenet -> c.d.o.tools -> Re: standby DB question

Re: standby DB question

From: André Araújo <asaraujo_at_lucent.com>
Date: Wed, 3 Jan 2001 10:24:55 -0200
Message-ID: <92v5mu$e0v@nntpa.cb.lucent.com>

Antony,

    you an set the option AUTORECOVERY to ON before applying the redo logs. Do:

set autorecovery on
recover standby database

    You can automate this task using a script.

     Regards,

André Araújo
Oracle Database Administrator
"Antony Mak" <cheong_at_broadway-ps.com> wrote in message news:3a4d710b_at_newsgate.imsbiz.com...
> Hi all,
>
> I have created a standby DB and scheduled copy the archive log from
 original
> daily. But, everyday I need to apply the archived logs to the standby DB
> manually(as I need to enter "AUTO" after enter the command "recover
 standby
> dateabase"). Can anyone tell me how can I make the recover process
> automatically?
>
> Thanks in advance
>
> Antony
> --
> antony_at_broadway-ps.com
>
>
Received on Wed Jan 03 2001 - 06:24:55 CST

Original text of this message

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