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 not going , backup fail

Re: shutdown immediate not going , backup fail

From: yls177 <yls177_at_hotmail.com>
Date: 7 Apr 2004 21:16:02 -0700
Message-ID: <c06e4d68.0404072016.8089e60@posting.google.com>


Brian Peasland <dba_at_remove_spam.peasland.com> wrote in message news:<40742081.68DFA53_at_remove_spam.peasland.com>...
> SHUTDOWN IMMEDIATE can take some time to complete. So many people code
> their shutdowns as follows:
>
> SHUTDOWN ABORT
> STARTUP RESTRICT
> SHUTDOWN IMMEDIATE
>
> The SHUTDOWN ABORT kills all active sessions and transactions. But the
> database needs some recovery, so the database is started and recovery is
> performed. The RESTRICT option ensures that no other sessions are
> started (provided you haven't granted RESTRICTED SESSION to non-DBA
> accounts). Then SHUTDOWN IMMEDIATE is performed to cleanly shutdown the
> database in preparation for your cold backup.
>
> HTH,
> Brian
>
>
> --
> ===================================================================
>
> Brian Peasland
> dba_at_remove_spam.peasland.com
>
> Remove the "remove_spam." from the email address to email me.
>
>
> "I can give it to you cheap, quick, and good. Now pick two out of
> the three"

hi, i am on sap. so i triggered offline backup from one of the transaction codes. what happens is that the system will issue shutdown immediate and its not possible for me to intervene manually..

any help?

thanks Received on Wed Apr 07 2004 - 23:16:02 CDT

Original text of this message

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