Home » RDBMS Server » Networking and Gateways » Listener failed to start
Listener failed to start [message #66884] Thu, 27 February 2003 12:33 Go to next message
Avon Hsu
Messages: 2
Registered: February 2003
Junior Member
System Configuration:
OS: SunOS acheron 5.8 Generic_108528-18 sun4u sparc SUNW,UltraAX-i2
Oracle: Solaris, Version 9.0.1.0.0

The installation went successfully. And we have successfully created 2 databases, started the listener, and did all kinds of work on it after the installation. But once we reboot the system, the listener failed to start (database are started successfully). The error message is:

TNSLSNR for Solaris: Version 9.0.1.0.0 - Production
System parameter file is /oracle/oraProg/OraHome1/network/admin/listener.ora
Log messages written to /oracle/oraProg/OraHome1/network/log/listener.log
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Solaris Error: 2: No such file or directory

Listener failed to start. See the error message(s) above...

I am pretty sure that this problem has something to do with the system configuration. Because the other machine went through the same installation and configuration, it doesn't have any problems on starting listener after rebooting the machine. I have no clue on how to track down this missing file/directory as the error message indicated.

Any help is highly appreciated.

Regards,
Avon
Re: Listener failed to start [message #66885 is a reply to message #66884] Thu, 27 February 2003 15:01 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
did u configure the listeners for autostart?
post your listner.ora!
are u planning to have the same listener for both database or individual listeners?
Re: Listener failed to start [message #66887 is a reply to message #66884] Thu, 27 February 2003 15:55 Go to previous messageGo to next message
Avon Hsu
Messages: 2
Registered: February 2003
Junior Member
I did configure the listeners for autostart. But it doesn't mater in this case because the listener fails to start manually, either.

I am having the same listener for both databases. Here is my listener.ora.

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = acheron.tahoenetworks.com)(PORT = 1521
))
)
)
)

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /oracle/oraProg/OraHome1)
(PROGRAM = extproc)
)

(SID_DESC =
(GLOBAL_DBNAME = dwhdb)
(ORACLE_HOME = /oracle/oraProg/OraHome1)
(SID_NAME = dwhdb)
)
(SID_DESC =
(GLOBAL_DBNAME = oltpdb)
(ORACLE_HOME = /oracle/oraProg/OraHome1)
(SID_NAME = oltpdb)
)
)
Re: Listener failed to start [message #66892 is a reply to message #66884] Mon, 03 March 2003 06:11 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
sory...thats a typo..
check this out in listener.ora...
Previous Topic: tnsnames and listeners
Next Topic: Oracle 8 lib file
Goto Forum:
  


Current Time: Thu Apr 18 17:13:14 CDT 2024