Home » RDBMS Server » Networking and Gateways » multiple listeners (Oracle 9i on HP-UX)
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
|
|
|
|
Goto Forum:
Current Time: Sat Mar 08 17:34:55 CST 2025
|