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 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.jpgReceived on Tue Jan 30 2007 - 13:20:29 CST