Autostart problem [message #360958] |
Mon, 24 November 2008 08:03 |
Sami_Younis
Messages: 49 Registered: February 2008 Location: Egypt
|
Member |
|
|
I have installed oracle (10gR2 under UNIX-HP Itanioum)successfuly but, after installation I wanted to make oracle services autostartable after boot
I made the following:
1)-I edited the oratab file and change N to Y for oracle_sid
/etc/oratab
-----------------------------
2)-I put the script which call dbstart.sql ,dbshut.sql from bin directory in the path
/sbin/init.d
------------------------------
3)-I created a symbolic link for the script using the following commands:
# ln -s /sbin/init.d/dbora /sbin/rc3.d/S990dbora
# ln -s /sbin/init.d/dbora /sbin/rc3.d/K001dbora
-------------------------------
after that I reboot the server but neither Oracel_sid nor the listner was up.
can any one help me???
thank you in advance
regards,
sami younis
|
|
|
|
|
|
|
|