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: Oracle Shutdown

Re: Oracle Shutdown

From: Hans Forbrich <forbrich_at_yahoo.net>
Date: Fri, 09 Jul 2004 12:50:47 GMT
Message-ID: <HwwHc.12780$Rf.5151@edtnps84>


y wrote:

> 9i is the version of oracle.
> "Hans Forbrich" <forbrich_at_yahoo.net> wrote in message
> news:44nHc.9895$Rf.4028_at_edtnps84...

>> y wrote:
>>
>> > Can someone tell me how to shutdown oracle on Solaris box.
>>
>> Version of Oracle?

  1. from user that instaled the database
        sqlplus /nolog
        connect / as sysdba
        shutdown [normal | immediate | abort]

2) read the appropriate section in the DB Administration manual at http://docs.oracle.com (>> Oracle9i >> View Library >> List of books) to understand the [normal | immediate | abort] options. Received on Fri Jul 09 2004 - 07:50:47 CDT

Original text of this message

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