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

Re: schedule shutdown

From: s.kapitza <skapitza_at_volcanomail.com>
Date: 14 Nov 2001 13:41:48 -0800
Message-ID: <26703915.0111141341.42323309@posting.google.com>


anlommel_at_gmx.de (Andreas Lommel) wrote in message news:<3bf10fbb.17662817_at_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 ?

hi,

had the same problem (under w2k)
solution on my problem was :
changed user which runs the scheduled
task (scheduler usually runs under Nt
as system)

hope this helps

s.kapitza Received on Wed Nov 14 2001 - 15:41:48 CST

Original text of this message

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