Re: SQL Statement SHUTDOWN

From: Frank <fvanbortel_at_netscape.net>
Date: Mon, 03 Mar 2003 19:47:29 +0100
Message-ID: <3E63A341.2060603_at_netscape.net>


James wrote:
> Hi there
> I want to shutdown using a sql statement. The SQL plus statement is SHUTDOWN
> ABORT
> What is the SQL statement for this?
> I thought it was ALTER SYSTEM SHUTDOWN dispatcher_name but it is not working
> for me.
>
> I'm using Oracle 9 on windows
> Cheers
> James
>
>

Just WHAT do you want to shut? your first statement would bring down the instance the hard way. Your second statement has something to do with the listener in an MTS eenvironment? You can't shut a dispatcher; you _can_ stop a listener: C:> lsnrctl stop [listener_name, default: LISTENER]

-- 
Regards, Frank van Bortel
Received on Mon Mar 03 2003 - 19:47:29 CET

Original text of this message