8 Agent Parameters

This section defines the following configurable parameters for your Oracle GoldenGate Veridata Agent:

8.1 compare.xmldatatype.format

To use the INDENT/NO INDENT functionality of XMLSerialize, update the compare.xmldatatype.format to either true or false. By default, the comparison is done with INDENT. To select NO INDENT set compare.xmldatatype.format=false.

Syntax

compare.xmldatatype.format=true

Default

true

8.2 network.checksum.level

Supported Value

REJECTED/ACCEPTED/REQUESTED/REQUIRED

Default Value

ACCEPTED

8.3 network.checksum.types

Default Value

SHA1

Example

network.checksum.types= SHA512

8.4 network.encryption.level

Supported Value

REJECTED/ACCEPTED/REQUESTED/REQUIRED

Default Value

ACCEPTED

8.5 network.encryption.types

This property is required to enable Network Encryption.

Example

network.checksum.types= SHA512

8.6 server.number_sort_threads

This parameter specifies the number of threads used to sort input buffers from the Veridata Agent.

Note:

The value of server.number_sort_threads should not be greater than the number of available processes.

Syntax

server.number_sort_threads number

Example

server.number_sort_threads number

Default Value

The maximum of 4 or one quarter of the number of available CPUs.

8.7 rowscn

Use this property if you want to skip initial delta comparison. Only the rows greater than the given SCN value will be compared.

This property is enabled only for Oracle Agent and is useful only when the Delta column is set to ORA_ROWSCN which is the default delta column for all Oracle tables.

Syntax

rowscn=<scn number>