multiple listeners [message #479713] |
Mon, 18 October 2010 16:22 |
caprikar
Messages: 226 Registered: March 2007
|
Senior Member |
|
|
Hi,
I have oracle 9i running on HP-UX, but sporadically i see multiple listeners running and its going away by itself. Because of this we see problem connecting to the database from the application. I have the following entry in the listener.ora file.
Can someone tell me what could be the problem?
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.230.215.15)(PORT = 1521))
)
)
(DESCRIPTION =
(PROTOCOL_STACK =
(PRESENTATION = GIOP)
(SESSION = RAW)
)
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.230.215.15)(PORT = 2481))
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /oracle/product/9.2)
(PROGRAM = extproc)
)
(SID_DESC =
(SID_NAME = GRA1)
(ORACLE_HOME = /oracle/product/9.2)
)
)
Thanks
|
|
|
Re: multiple listeners [message #479716 is a reply to message #479713] |
Mon, 18 October 2010 17:12 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
>Can someone tell me what could be the problem?
I would make sure that no gremlins reside in the Server room & messing with the systems.
|
|
|