Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Startup via SQL Embedded
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
![]() |
![]() |