Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Starting Oracle on Unix Reboot
>>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