Configuring the listener.ora file for a dedicated Content Manager Enterprise Edition Oracle listener
View the listener_ecm template file to create a new listener entry, which is exclusive to Content Manager Enterprise Edition, that configures the necessary extproc and environment variables settings. If you plan to install the library server and resource manager on separate machines, create one listener on the library server and one listener on the resource manager.
Before you begin
Requirement: Make sure that:
- You understand how an Oracle listener works. For more information, see the Oracle documentation.
- You have the patches that are required for your version of Oracle. For more information, see Hardware and software requirements for Content Manager Enterprise Edition.
About this task
Procedure
Example
Linux, AIX
LISTENER_ECM =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = ICMLSEXTPROC))
(ADDRESS = (PROTOCOL = TCP)(HOST = host.mydomain.com)(PORT = 1522))
)
)
SID_LIST_LISTENER_ECM =
(SID_LIST =
(SID_DESC =
(SID_NAME = ICMLSExtProc)
(ORACLE_HOME = /opt/app/oracle/product/12.2.0/dbhome_1)
(PROGRAM = extproc)
(ENVS="EXTPROC_DLLS=ONLY:/opt/IBM/db2cmv8/lib/ICMPORSP:
/opt/IBM/db2cmv8/lib/ICMPORSV,IBMCMROOT=/opt/IBM/db2cmv8,LD_LIBRARY_PATH=
/opt/app/oracle/product/12.2.0/dbhome_1/lib:/opt/IBM/db2cmv8/icc64/lib64:
$LD_LIBRARY_PATH")Windows
LISTENER_ECM =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = ICMLSEXTPROC))
(ADDRESS = (PROTOCOL = TCP)(HOST = winhost.mydomain.com)(PORT = 1522))
)
)
SID_LIST_LISTENER_ECM =
(SID_LIST =
(SID_DESC =
(SID_NAME = ICMLSExtProc)
(ORACLE_HOME = C:\oracle\product\12.2.0\db)
(PROGRAM = extproc)
(ENVS="EXTPROC_DLLS=ONLY:C:\Program Files\IBM\db2cmv8\lib\
ICMPORSP.dll:C:\Program Files\IBM\db2cmv8\lib\ICMPORSV.dll,IBMCMROOT=
C:\Program Files\IBM\db2cmv8,PATH=%IBMCMROOT%\icc64\lib64;%PATH%")
)
)The following lines show what the modified listener.ora file entry for a resource manager must look like.
LISTENER_ECM =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = myhost.mydomain.com)(PORT = 1522))
)
)
SID_LIST_LISTENER_ECM =
(SID_LIST =
)