ODBCTRACE

Valid For

Extract and Replicat

Description

You can enable ODBC tracing, without modifying the $ODBCINI file, by specifying the ODBCTRACE parameter in the Extract/Replicat parameter file.

When ODBCTRACE is added in the parameter file, a trace file with the name reptrace_pid_seq.log where pid is process ID of the Extract or Replicat process for which ODBCTRACE is enabled, and seq is the sequence number of the trace file.

For example, an ODBC trace file with the pid 1679483 and sequence number (seq) 01 would be generated with the name reptrace_1679483_01.log.

Default

None

Syntax

ODBC

Example

The following example shows the ODBCTRACE parameter used in a Replicat parameter file:

REPLICAT repinit
TARGETDB USERIDALIAS tgt_alias
ODBCTRACE
MAP public.*, TARGET public.*;