DD_for_Oracle registry subkey - 7.3

Talend Change Data Capture Installation Guide

Version
7.3
Language
English
Product
Talend Change Data Capture
Module
Talend Change Data Capture
Content
Data Governance > Third-party systems > Database components (Integration) > Change Data Capture
Data Quality and Preparation > Third-party systems > Database components (Integration) > Change Data Capture
Design and Development > Third-party systems > Database components (Integration) > Change Data Capture
Last publication date
2023-10-05

For each Oracle instance for which Talend Change Data Capture for Oracle Source has been installed, you get a key below the DD_for_Oracle key. Its name is the Oracle (SQLNet service) instance name.

For example, if you install or add an Oracle instance named ORACLE_DEV2, you will get a subkey named ORACLE_DEV2. This subkey can contain the following parameters specific to the instance indicated in the subkey name.

In this subkey, the following parameters will be applicable for this Oracle instance:

Parameter Description

ActiveSessionInfo

This parameter provides information on the username and session.

In most cases it is not recommended to modify its value. However, it can be useful in case of bidirectional replication.

For more information on how to use this parameter, contact Talend Support team.

ConnectionMode

This parameter activates the type of connection, in trigger mode only:

  • 0 means ODBC
  • 1 means OCI

For more information, contact Talend Support team.

ddMgrOciMode

Connection mode of the Manager:
  • 0=ODBC,
  • 1=OCI.

It is recommended to keep its value to 0.

ddSchedulerOciMode

Connection mode of the Oracle scheduler:
  • 0=ODBC,
  • 1=OCI.

It is recommended to keep its value to 0.

ddSpvOciMode

Connection mode of the Oracle supervisor:
  • 0=ODBC,
  • 1=OCI.

It is recommended to keep its value to 0.

Journal

This parameter configures the name of the journal table in the source database.

MaxCountBeforeRedo

This parameter configures the duration of the break between each reading of the LogMiner.

The default value is set to 100.

If the value is < 0, the value will be set to 100.

OciMode4Engine

Connection mode of the engine:
  • 0 for ODBC mode,
  • 1 for OCI mode.

It is recommended to keep its value to 0.

OraclePort

This parameter configures the port of connection used by Oracle.

ParamPwd

This parameter indicates the database password associated with the username (ParamUid parameter described below) that will be used by the Manager, the scheduler, the supervisor and the source engine to establish the connection to the database.

The default value is the one provided after the installation (see Installing Oracle source).

ParamUid

This parameter indicates the Oracle username that will be used by the Manager, the scheduler, the supervisor and the source engine to establish the connection with Oracle.

The default value is the one provided after the installation (see Installing Oracle source).

SingleByte

This parameter allows to convert the data read to single byte.

  • 0 means the parameter is not activated (this is the default value).
  • 1 means a conversion TO_SINGLE_BYTE is added to the SQL commands.

Used from version 6.13.1.0.

TextMaxLength

Its value contains the maximal length for a text area.

The default value is set to 1000 characters.

UniversalOciMode

It is recommended to keep its value to 0.

WaitBeforeReadLog

Delay before next reading of transactions.

It is only available in trigger mode.

This parameter can reduce the CPU usage when there is no data.

Default value is 100 ms.

WaitBeforeRedo

This parameter configures the duration of the break between each reading of the LogMiner.

The default value is set to 1000 milliseconds, the minimum value is 10ms.

WaitBeforeRedoExt

This parameter configures the duration of the break between each reading of the LogMiner.

The default value is 0: there is no temporization, otherwise the waiting time is of x ms.