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

Home -> Community -> Usenet -> c.d.o.server -> Re: how to startup ORACLE DB under unix

Re: how to startup ORACLE DB under unix

From: David Fitzjarrell <oratune_at_aol.com>
Date: Fri, 12 Jan 2001 19:50:32 GMT
Message-ID: <93nn63$us6$1@nnrp1.deja.com>

In our last gripping episode ouaatchane76_at_my-deja.com wrote:
> i have done this but i can't find svrmgrl
> i don't have any manuel to read, where can i find the documention
> thanks
>
> In article <93ngd0$o54$1_at_nnrp1.deja.com>,
> David Fitzjarrell <oratune_at_aol.com> wrote:
> > In our last gripping episode ouaatchane76_at_my-deja.com wrote:
> > > how do access to server manager (srvmgrl) in order to execute the
> > > startup command (i use oracle 8.0.4 under SCO Openserver 5).
> > > thanks
> > >
> > > Sent via Deja.com
> > > http://www.deja.com/
> > >
> >
> > Apparently you have an aversion to reading the manuals.
> >
> > You need to set up your environment to point to $ORACLE_HOME/bin so
 the
> > shell can find svrmgrl. You also need to be connected as 'oracle'
 so
> > you have the requisite permissions to start the database.
> >
> > Read the documentation. It's there for a reason.
> >
> > --
> > David Fitzjarrell
> > Oracle Certified DBA
> >
> > Sent via Deja.com
> > http://www.deja.com/
> >
>
> Sent via Deja.com
> http://www.deja.com/
>

The svrmgrl program is in $ORACLE_HOME/bin. If you have more than one Oracle product installed you may have more than one ORACLE_HOME. Since you are running under UNIX or a variant thereof you should be able to use the following commands to find svrmgrl:

$ which svrmgrl

or

$ whereis svrmgrl

Either will find the program. The first will find it if you have a path to it. The second will find it regardless and should provide a full path to the program.

--
David Fitzjarrell
Oracle Certified DBA


Sent via Deja.com
http://www.deja.com/
Received on Fri Jan 12 2001 - 13:50:32 CST

Original text of this message

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