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 -> schedule shutdown

schedule shutdown

From: Andreas Lommel <anlommel_at_gmx.de>
Date: Tue, 13 Nov 2001 12:26:38 GMT
Message-ID: <3bf10fbb.17662817@news.btx.dtag.de>


Hi! I want to shutdown my instance with the schedule service on windows nt. The script works, but when it is executed the instance will not shutdown.

(1.bat)

@echo off
set oracle_sid=abc
C:\orant\bin\svrmgr30 @shutdown_db_abc.sql exit

(shutdown_db_abc.sql)

connect internal/abcps_at_abc as sysdba
shutdown abort
exit
Who can help ? Received on Tue Nov 13 2001 - 06:26:38 CST

Original text of this message

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