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 restart oracle 10g on linux

Re: how to restart oracle 10g on linux

From: gazzag <gareth_at_jamms.org>
Date: 1 Feb 2007 02:40:31 -0800
Message-ID: <1170326431.894037.151710@a34g2000cwb.googlegroups.com>


On 30 Jan, 20:17, ms.pa..._at_gmail.com wrote:
> hi thank you so much for your response but unfortunately it says
> "bash : sqlplus : Command not found"
>
> In windows, we used to do it using services/Administrative tools . So
> in linux do we have such kind of utility?
>
> Thank you
>
> Regards
> Parul

When logged in as the Oracle software owner ("oracle" presumably), type:

$ . oraenv

And respond to the ORACLE_SID prompt. If the SID exists in /etc/ oratab, your ORACLE_HOME and PATH environment variables will then be set accordingly. Then, simply:

$ sqlplus / as sysdba

SQL> startup;

HTH -g Received on Thu Feb 01 2007 - 04:40:31 CST

Original text of this message

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