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

Re: Startup via SQL Embedded

From: Renato Fabiano <renatofabiano_at_hotmail.com>
Date: 16 Oct 2001 13:00:21 -0700
Message-ID: <2358ca76.0110161200.48f5423d@posting.google.com>


> > Hi guys,
> >
> > I want to know if it is possible to start an Oracle db instance
> > via an C application (Pro*C), without using a "system()" call
> > to "svrmgrl".
> <snip>
>

...

> Your application will need a dba right?

In order to startup an Oracle instance an user must have the Oracle DBA role; or to be part of O.S. group named "dba", to perform an 'connect internal'.
My application can have this permissions.

> That person will be able to startup both your app and the database?

Yes, if it was possible to start the database instance from the application, the application would start the Oracle instance too.

> Indeed they will be able to script that using cron or whatever.

I've configured my Oracle db instance to start automatically during Solaris boot using script "/etc/init.d/dbora".

Moreover, I want to ensure that when the application is started, it looks for an active Oracle instance and, if there isn't, it attempts to startup a new instance.

> Why on earth is that not acceptable?

Actually, It's acceptable.

I just want to know if there is another way to start db instance, mainly via a Pro*C program, without using sqlplus or svrmgrl. Is there?

Thanks,

Renato Fabiano Received on Tue Oct 16 2001 - 15:00:21 CDT

Original text of this message

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