Database Networking (MOSC)

MOSC Banner

listener external procures config in 11.2.0.04

edited Dec 20, 2013 2:03AM in Database Networking (MOSC) 4 commentsAnswered
Hi Team,

we are installating IDM CM in test env on oracle 11.2.0.4 version, I have created a listener with expternal proceducre execution privileages, but still it is throwing below errors, please suggest me the suitable solution for this issue.

             *
ERROR at line 1:
ORA-06520: PL/SQL: Error loading external library
ORA-06522: Permission denied
ORA-06512: at "ICMADMIN.ICMLSPKG", line 10692

==========================
Listener
==========================

LISTENER_ICM_CHECKNT =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = hostname.domain)(PORT = 3572))
        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
      )
    )
  )

SID_LIST_LISTENER_ICM_CHECKNT =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = Exproc)
      (PROGRAM = extproc)
      (ORACLE_HOME = /wload/kl1t/app/oracle/product/11.2.0.4/db11g)   (ENVS="EXTPROC_DLLS=ONLY:/opt/IBM/db2cmv8/lib/ICMPORSP,LIBPATH=/wload/kl1t/app/oracle/product/11.2.0.4/db11g/lib:/usr/lib:$LIBPATH,IBMCMROOT=/opt/IBM/db2cmv8")

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