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: joel garry <joel-garry_at_home.com>
Date: 30 Jan 2007 11:20:29 -0800
Message-ID: <1170184829.025235.159660@j27g2000cwj.googlegroups.com>


On Jan 30, 10:46 am, ms.pa..._at_gmail.com wrote:
> hello everyone,
>
> I'm new to linux as well as oracle 10g. Yesterday I installed 10g on
> my virtual machine. Everything was working fine but when I restarted
> my machine, I dont know how to start the database now. Can anybody
> help me in this regard? Thank you so much.
>
> Regards
> Parul

See metalink Note:222813.1 for some ideas on how to automate oracle startup on linux. Some people don't like to automate the startup.

For simply starting up Oracle, log in as the oracle owner and type in:

sqlplus "/ as sysdba"
startup
exit

lsnrctl startup

Poke around on oracle.com for Oracle By Example, and check the docs for 2-Day DBA.

Also see http://www.dbaoracle.net/readme-cdos.htm

jg

--
@home.com is bogus.
http://www.dba-oracle.com/images/motivational_leadership.jpg
Received on Tue Jan 30 2007 - 13:20:29 CST

Original text of this message

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