Home » RDBMS Server » Networking and Gateways » clients connections failed intermittently (Oracle 11.2.0.2.0 on RHEL 5)
|
|
Re: clients connections failed intermittently [message #561895 is a reply to message #560751] |
Thu, 26 July 2012 03:04  |
nqtrung
Messages: 25 Registered: April 2007
|
Junior Member |
|
|
You try configure listener.ora:
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = $ORACLE_SID)
(ORACLE_HOME = $ORACLE_HOME)
(SID_NAME = $ORACLE_SID)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = <hostname>)(PORT = 1521))
)
)
Good luck
|
|
|
Goto Forum:
Current Time: Sat May 03 16:55:30 CDT 2025
|