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: startup and shutdown.....

Re: startup and shutdown.....

From: Wayne Linton <lintonw_at_cadvision.com>
Date: 1997/07/05
Message-ID: <33BE70B4.3573@cadvision.com>#1/1

Anbazhagan.G wrote:
>
> Hi ,
> Replace shutdown immediate with shutdown abort
> This will immediately shutdown the database irrespective of whether users
> are logged in or not.
>
> Regards
> Anbu

Shutdown immediate will kill all connected users and rollback their uncommited changes. If you use ABORT, you leave the database in a state that will leave transactions in limbo and you will probably be facing a minor recovery upon startup. Use ABORT only when nothing else will work. If the immediate is taking a long time, it is probably cleaning up and rolling back transactions - give it some time and be patient.

Wayne Linton
Shell Canada Ltd. Received on Sat Jul 05 1997 - 00:00:00 CDT

Original text of this message

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