Using Doc ID 1453883.1 and IPC Protocol
Hi, we are using Windows 64 bit Version 11.2.0.3.0 Standard Edition and I am using Doc Id 1453883.1 to set COST restriction using the IPC protocol. I updated the listener.ora as follows. Basically, I added the SECURE_REGISTER_LISTENER = (IPC) string to the member.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = \oracle\product\11.2.0\dbhome_1)
(PROGRAM = extproc)
(ENVS = "EXTPROC_DLLS=ONLY:D:\oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll")
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = <HOSTNAME>.central-insurance.com)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
)
SECURE_REGISTER_LISTENER = (IPC)
ADR_BASE_LISTENER = \oracle
After restarting the listener, I updated local_listener parameter as instructed. Here is the display: