Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> the script to start listener in /etc/rc3.d/ failed...

the script to start listener in /etc/rc3.d/ failed...

From: zdk <nx2zdk_at_gmail.com>
Date: 6 Dec 2006 01:30:49 -0800
Message-ID: <1165397449.417983.143140@j44g2000cwa.googlegroups.com>


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 - 03:30:49 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US