10.2.2 Configuring cman.ora File for Oracle Connection Manager in Traffic Director Mode
You can set up Oracle Connection Manager in Traffic Director Mode using the TDM=YES setting in the cman.ora configuration file.
Oracle Connection Manager (CMAN) is the standard Oracle Net proxy for both Oracle Real Application Clusters (Oracle RAC) and non-RAC databases. To configure CMAN to act as Oracle Connection Manager in Traffic Director Mode, you must add the tdm and tdm_threading_model parameters in the cman.ora file.
The databases that Oracle Connection Manager in Traffic Director Mode connects to must have a user, for example, tdm with the CONNECT THROUGH privilege granted to connect as application users. Oracle Connection Manager in Traffic Director Mode uses proxy authentication and connects as this user.
cman.ora configuration for Oracle Connection Manager in Traffic Director Mode
CMAN_1=
(CONFIGURATION=
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=tcp)(HOST=TDMHOST)(PORT=1522))
)
(RULE_LIST=
(RULE=(SRC=*)(DST=*)(SRV=*)(ACT=accept))
)
(PARAMETER_LIST=
(TDM=YES)
(TDM_THREADING_MODE=DEDICATED)
(MAX_GATEWAY_PROCESSES=8)
(MIN_GATEWAY_PROCESSSES=3)
)
)
wallet_location =
(SOURCE=
(METHOD=File)
(METHOD_DATA=
(DIRECTORY=wallet_location)
)
)
SQLNET.WALLET_OVERRIDE = TRUE
Note:
The parameterWALLET_LOCATION is deprecated for
use with Oracle AI Database 26ai for the Oracle Database server. It is not
deprecated for use with the Oracle Database client or listener.For Oracle Database server, Oracle recommends that you use the
WALLET_ROOT system parameter instead of using
WALLET_LOCATION.