Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Solaris 10 System Boot and Database Startup
Hi,
You can't startup listener in this way.
You muset set environment varible.
case "$1" in
'start')
su - $ORA_OWNER -c $ORA_HOME/bin/dbstart 2>&1 >
$LOGDIR/dbstart.log
su - $ORA_OWNER -c "$ORA_HOME/bin/your_listener.sh " 2>&1 >
$LOGDIR/lsnrstrt.log
------------------your_listener.sh
----------------end;---------------------Received on Sun Aug 06 2006 - 10:46:20 CDT
![]() |
![]() |