Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL Statement Shutdown
On Mon, 03 Mar 2003 14:40:47 +0000, Patrice Castet wrote:
> what do you want to shutdown ? the database ? a dispatcher ?
> by the way "shutdown abort" is like you "kill" your database, it has
> to perform a recovery when restarting !
> I advice you to use "shutdown immediate" which stop it cleanly instead
> of "abort". The "abort" option must not be used except for emergency
> issues.
>
Provided you have protected yourself against the loss of your current redo log by appropriate multiplexing and mirroring, there is zero risk in doing shutdown aborts. They are functionally equivalent to shutdown immediates, in the sense that both cause you to lose uncommitted transactions, and both preserve all committed transactions. There is nothing inherently dangerous or naughty about shutdown abort, and they are perfectly OK to use in situations which don't count as an emergency.
Regards
HJR
Received on Mon Mar 03 2003 - 13:11:41 CST
![]() |
![]() |