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: i can't shutdown oracle instance in immediate mode

Re: i can't shutdown oracle instance in immediate mode

From: MarkP28665 <markp28665_at_aol.com>
Date: 1997/05/28
Message-ID: <19970528214400.RAA19039@ladder02.news.aol.com>#1/1

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

Original text of this message

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