Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: oracle.jdbc.driver.OracleConnection

Re: oracle.jdbc.driver.OracleConnection

From: <chris.colclough_at_jhuapl.edu>
Date: Mon, 21 Jan 2002 15:20:01 -0500
Message-ID: <3C4C77F1.1E5DA33C@jhuapl.edu>


There is no reason that it *should not* be possible. If a database can be shutdown via sqlplus, it's reasonable that it could be shutdown from another tool. It's possible to automate a shutdown today using Java or another 3gl to make an o/s call to sqlplus to start and stop the database. It happens every day using shell scripts. The goal is to make that process more reliable and seamless through the use of objects. Using Java would also make it less o/s specific.

Your thoughts...

Sybrand Bakker wrote:

> On Mon, 21 Jan 2002 08:53:19 -0500, chris.colclough_at_jhuapl.edu wrote:
>
> >Has anyone used the startup and shutdown methods of the
> >oracle.jdbc.driver.OracleConnection class? At first blush, it appears
> >that these methods could be used to start/stop the database. A clean
> >method of performing a database shutdown and startup using Java is
> >sought.
> >
> > Any information on performing an Oracle startup or shutdown from Java
> >will be appreciated.
> >
> >Thanks,
> >
> >Chris
>
> That shouldn't be possible. PERIOD.
>
> Sybrand Bakker, Senior Oracle DBA
>
> To reply remove -verwijderdit from my e-mail address
Received on Mon Jan 21 2002 - 14:20:01 CST

Original text of this message

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