Re: unable to start oracle's lsnrctl' at system bootup [message #97096] |
Thu, 29 November 2001 16:01 |
Thach Hoang Viet
Messages: 1 Registered: November 2001
|
Junior Member |
|
|
Could you tell me fix it??
I also have problem with start listener at boot up.
I use Sun Solaris 8 for Intel, Oracle 817. I create a script dbora in /etc/init.d/ with content:
case $1:
'start')
/usr/bin/su - oracle -c /export/home/oracle/app/oracle/product/817/bin/dbstart &
/usr/bin/su - oracle -c /export/home/oracle/app/oracle/product/817/bin/lsnrctl start
;;
'stop')
....
;;
esac
# end
And I create link such as:
#ln -s /etc/init.d/ /etc/rc2.d/K10dbora
But when boot up database start is OK and listener start fail?
Could you help me??
----------------------------------------------------------------------
|
|
|