Database Networking (MOSC)

MOSC Banner

Using Doc ID 1453883.1 and IPC Protocol

edited Sep 11, 2014 5:01AM in Database Networking (MOSC) 1 commentAnswered

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:

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center