Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: shutdown mmediate gets hung
DA Morgan wrote:
> hpuxrac wrote:
>
>> Sorry I may have lost part of my understanding of this thread. Alan >> seems to recommend fixing problems possibly related to SHUTDOWN ABORT >> with another SHUTDOWN ABORT? hmmmm
I am using following code to shutdown my database every Sunday:
svrmgrl <<eof
connect internal
shutdown abort
startup
shutdown immediate
exit
which is a widely accepted way to bring down an instance by batch.
-- Regards, Frank van BortelReceived on Thu Feb 03 2005 - 02:31:30 CST