Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Stop/Start Oracle 7.3 on NT from remote NT machine
Hi!
I'm trying to Stop/Start Oracle 7.3 on NT from a remote NT machine.
What I do is:
\\servername\e$\orant\bin\svrmgr23.exe @shutdown
In the shutdown script I have:
connect internal/oracle
shutdown
exit
The script works when I execute it on the server, but not from the remote machine.
I get an error message stating the "OracleService (SID) has not been started"
I gather that this means I'm not running Oracle on the remote machine - That is, even though I executed svrmgr23.exe on the Oracle Server, it still looks to the machine I executed it from for Oracle.
Is there a way around this?
Is there a better way?
This is part of a backup script using Arcserve.
Thanks...Geoff Received on Mon Nov 23 1998 - 10:14:11 CST
![]() |
![]() |