Re: auto start a data guard physical standby Oracle 11.2

From: Don Seiler <don_at_seiler.us>
Date: Mon, 10 Jun 2013 16:23:23 -0500
Message-ID: <CAHJZqBCjaYNATP7ExVfgYaiNC+_jGAEqtnbhSa1TcvyTn1izqA_at_mail.gmail.com>



As far as I've seen, dataguard broker is the only "official" way to have recovery automatically started after database startup. Otherwise you could try various custom scripts in cron to check if recovery is running and start recovery if not.
Don.

On Thu, Jun 6, 2013 at 1:55 PM, Ls Cheng <exriscer_at_gmail.com> wrote:

> the line
> alter database recover managed standby database using current logfile;
>
> should be
>
>
> alter database recover managed standby database using current logfile
> disconnect from session;
>
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

-- 
Don Seiler
http://www.seiler.us


--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jun 10 2013 - 23:23:23 CEST

Original text of this message