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: stop database via server manager

Re: stop database via server manager

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Fri, 27 Nov 1998 00:25:06 +0100
Message-ID: <365DE351.E5B6E232@sybrandb.demon.nl>


Hi mr Kor,

Two different solutions

one liner
oradim73 -shutdown -sid <your sid> -usrpwd <the internal password> -shuttype srvc,inst -shutmode i
or put
CONNECT INTERNAL/PASSWORD
SHUTDOWN IMMEDIATE
EXIT
in a script called shutdown.sql

and svrmgr23 @shutdown

Hth,

Sybrand Bakker, Oracle DBA

"G.G. Kor" wrote:

> HI oracle.world
>
> When i am trying to stop the database via svrmgr23
> in a command script (on NT)
>
> SVRMGR23
> CONNECT INTERNAL/PASSWORD
> SHUTDOWN IMMEDIATE
> EXIT
>
> the following problem occurs
>
> After the call of svrmgr23 the server manager starts, but after
> that nothing happens. It seems as if the server manager waits for
> input. (there is input as you can see above)
>
> thanks in advance
> gkor_at_rdw.nl


Received on Thu Nov 26 1998 - 17:25:06 CST

Original text of this message

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