Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to restart oracle 10g on linux
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
![]() |
![]() |