listener PROTOCOL =IPC
DB version: 10.2.0.4
Five nodes RAC on Linux 5.5
few weeks ago - on one of the node, the listener was not responding, I tried to restart the listener but it the process just hung....Before rebooting the server, we realized that the listener was consuming 100% of the CPU before we rebooted the server. after reading some oracle notes, I added the following to our listener.
(*Previous "font" information removed for clarity)
How does the IPC protocol helped? Is there any issue with adding this to listener?
Added to listener.ora (ADDRESS = (PROTOCOL = IPC)(KEY = dsprod01_ipc))
OLD LISTENER FILE:
LISTENER_DSPROD01 =
Five nodes RAC on Linux 5.5
few weeks ago - on one of the node, the listener was not responding, I tried to restart the listener but it the process just hung....Before rebooting the server, we realized that the listener was consuming 100% of the CPU before we rebooted the server. after reading some oracle notes, I added the following to our listener.
(*Previous "font" information removed for clarity)
How does the IPC protocol helped? Is there any issue with adding this to listener?
Added to listener.ora (ADDRESS = (PROTOCOL = IPC)(KEY = dsprod01_ipc))
OLD LISTENER FILE:
LISTENER_DSPROD01 =
0