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: Jonathan Gennick <gennick_at_worldnet.att.net>
Date: 29 Nov 1998 19:12:30 GMT
Message-ID: <366aeeac.13202208@netnews.worldnet.att.net>


On Thu, 26 Nov 1998 11:31:32 +0100, "G.G. Kor" <gkor_at_rdw.nl> wrote:

>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.

You need to put your server manager commands in an SQL file, and start server manager like this:

        SVRMGR23 @your_file_name

The ampersand sign is important. It tells server manager to execute the commands contained in the file.

Hope this helps.

Jonathan Received on Sun Nov 29 1998 - 13:12:30 CST

Original text of this message

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