startup/shutdown

Hi,
I'd like to know if I could use DOA components to shutdown.startup my Oracle DataBase.
TOracleScript component can do such a thing ???
I just tried...but only could connect with the command : connect internal/*****
And then, impossible to use shutdown...

Any idea of how to do a shutdown immediate/startup ???

Thanks in advance,
Laurent
 
Shutdown and startup are not really SQL statements. You will have to launch SQL*Plus or the Oracle Server Manager with an appropriate command line and script to perform these operations, or you need to start the corresponding Windows Services through the Windows StartService function.

------------------
Marco Kalter
Allround Automations
 
Back
Top