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 -> Startup via SQL Embedded

Startup via SQL Embedded

From: Renato Fabiano <renatofabiano_at_hotmail.com>
Date: 15 Oct 2001 14:20:10 -0700
Message-ID: <2358ca76.0110151320.29413c1b@posting.google.com>


Hi,

I've been developing an application that access the Oracle DB Server via Pro*C.

My difficulty is that this application needs to perform the startup of an Oracle instance.

I'd like to know if it's possible to perform the startup and shutdown of Oracle DB Server instance from an application developed locally,
instead of using tools developed by Oracle Corporation (sqlplus, svrmgrl or OEM).

My preferences are SQL Embedded and Pro*C, but I could use OCI too. Or any other suggestion.

Till know, the only way I've found to do that is performing a "system()" call to script "dbstart" from the C program.

Do you have other idea?

Thanks in advance,

Renato Fabiano Received on Mon Oct 15 2001 - 16:20:10 CDT

Original text of this message

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