How do i update the listener.ora file with a parameter. [message #252681] |
Thu, 19 July 2007 11:19 |
aidi-h
Messages: 45 Registered: November 2005
|
Member |
|
|
I had a problem earlier today where non Oracle applications, were not able to connect to the DB. It was found that the problem was due to an Oracle bug that activates a second listener process. (see metalink 4518443 for further information)
A further error, 'WARNING: Subscription for node down event still pending', occured in the listener log file.
The fix for this was to set the following parameter in the listener.ora file.
'SUBSCRIBE_FOR_NODE_DOWN_EVENT_<listener_name>=OFF'
Can you advise where the parameter should be in the following listener.ora file.
***************************************
# listener.ora Network Configuration File: /u/app/oracle/product/10.1.0/Db_1/net
work/admin/listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /u/app/oracle/product/10.1.0/Db_1)
(PROGRAM = extproc)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = summit)(PORT = 1521))
)
)
)
***************************************
I haven't update this before and just want to confirm that this is right.
Can you insert the parameter in the above lines and I will then update the file onsite and then stop and restart the listener?
|
|
|
|
|
|