Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: standby DB question
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
![]() |
![]() |