Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: the script to start listener in /etc/rc3.d/ failed...
OK , Thanks everyone.
I figure out how to solve it now.
zdk wrote:
> Hi folk,
> I've written the bash script in /etc/rc3.d ( dbstart script starts
> successfully at rc2.d )
> this is my script :
> ---------------------------
> echo "Starting Listener ..."
>
> PATH=$PATH:/usr/dt/bin:/usr/bin:/usr/sbin:/usr/ucb:/etc:/export/home/oracle/product/9i/bin:.
> export PATH
>
> su - oracle -c "/export/home/oracle/product/9i/bin/lsnrctl start "
> su - oracle -c "/export/home/oracle/product/9i/bin/lsnrctl start
> LISTENER_MSMMIC"
> -------------------------------
> ,and I've got this error :
> -----------------------------------
> LSNRCTL for Solaris: Version 9.2.0.1.0 - Production on 06-DEC-2006
> 15:42:32
>
> Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
>
> Message 1070 not found; No message file for product=network,
> facility=TNSTNS-12545: Message 12545 not found; No message file for
> product=network, facility=TNS
> TNS-12560: Message 12560 not found; No message file for
> product=network, facility=TNS
> TNS-00515: Message 515 not found; No message file for
> product=network, facility=TNS
> Solaris Error: 2: No such file or directory
>
> LSNRCTL for Solaris: Version 9.2.0.1.0 - Production on 06-DEC-2006
> 15:42:33
>
> Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
>
> Message 1070 not found; No message file for product=network,
> facility=TNSTNS-12545: Message 12545 not found; No message file for
> product=network, facility=TNS
> TNS-12560: Message 12560 not found; No message file for
> product=network, facility=TNS
> TNS-00515: Message 515 not found; No message file for
> product=network, facility=TNS
> Solaris Error: 2: No such file or directory
> ---------------------------------------
>
> I stuck at this error for a long time..
> Could anyone tell me or suggest.
> I'm greatly appreciated for your help.
> Thank you very much.
>
> Best Regards,
> Warachet S.
Received on Wed Dec 06 2006 - 04:24:44 CST