Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: i can't shutdown oracle instance in immediate mode
Problem is 'shutdown immediate' is hanging on VMS alpha OSF1 system
Try writing an sql script to generate
"alter system kill session 'sid,serial#'; " using the v$session table,
and
run this script immediately before issuing the shutdown. This might help.
Mark Powell -- The only advise that counts is the advise that you follow so follow your own advise Received on Wed May 28 1997 - 00:00:00 CDT
![]() |
![]() |