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: shutdown immediate or abort for cold-backup?

Re: shutdown immediate or abort for cold-backup?

From: Gerard H. Pille <ghp_at_skynet.be>
Date: Sat, 18 Aug 2001 23:45:44 +0200
Message-ID: <3B7EE208.BDDA8DAE@skynet.be>


Heinz-Georg Bergerhausen wrote:

> Hello,
>
> what are your experiences for the shutdown-strategy of an ORACLE
> database for cold backup?
>
> our dba has changed the strategy from
>
> 1.) shutdown abort - startup restricted - shutdown immediate
>
> to
>
> 2.) shutdown immediate
>
> we have now the problem with a longrunning batch-application causing the
> shutdown immediate never take effect, so that the database is not
> available in the morning for the online-users.
>
> I searched already on metalink, but the answers of the oracle
> consultants are contradictory :
> One says "if the shutdown immediate hangs use shutdown abort". Another
> one says "do not trust in a backup after shutdown abort" - but what if
> you restart - cleanup by that and "shutdown immediate" afterwards?
>
> The DBA tells it depends on the version and is most probably solved in
> 8.1.7.
>
> But that's what they always say ;-)
> and to switch to 8.1.7 would be again a major testing issue i wanted to
> avoid and switch directly to 9i (say, in about a year, if it is uable
> for production ;-))
>
> The database is ORACLE 8.1.6.3.1 on HP-UX11.
>
> Do we need to change this longrunning application (efforts!) or is it
> recommended for the DBA to switch to the shutdown-strategy of before? -
> Of course, we don't want to have unusable backups either.
>
> Any practical experiences?
>
> Thanks a lot.
>
> Greetings
> Henry

I have the same situation. Before running the "shutdown immediate", I kill all connections on unix-level, now "shutdown immediate" never hangs, but may need some time rolling back.

You should definitely synchronize your longrunning application with the cold backup. Send it a signal from the backup-procedure, so that it stops out of itself before more harm is done. Received on Sat Aug 18 2001 - 16:45:44 CDT

Original text of this message

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