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: Starting Oracle on Unix Reboot

Re: Starting Oracle on Unix Reboot

From: Candido Dessanti <termy_at_blunet.it>
Date: Fri, 13 Sep 2002 09:34:40 +0200
Message-ID: <3D819510.7000904@blunet.it>

>>Does anyone know what I am missing in my start up script?
>>
>>Any help would be appreciated. Thanks in advance!
>>Audrey

>

can you post the contents
of your oratab file?

the syntax in oratab is

[SID]:[ORACLE HOME PATH]:[DATABASE AUTOSTART] This is an example for an istance with SID TEST9 that would start when dbstart is called

TEST9:/opt/oracle/product/9.2.0.1.0:Y

to determine your sid is quite simple; after you start the database from a shell type

ps -ef | grep pmon

you should get a line like this

oracle 1312 1 0 Sep11 ? 00:00:00 ora_pmon_TEST9

TEST9 is the SID.

Hope it helps Received on Fri Sep 13 2002 - 02:34:40 CDT

Original text of this message

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