Oracle primary datatype translation issues

The Replication Agent allows you to control how it sends Oracle DATE column values to the Replication Server. There are two options:

The value of the Replication Agent pdb_convert_datetime configuration parameter determines how the Replication Agent handles temporal datatypes.

If you set the pdb_convert_datetime parameter to true, all corresponding datatypes in a replication definition for DATE columns are converted to the Sybase datetime datatype.

If you set the pdb_convert_datetime parameter to false, the datatype in a replication definition for a DATE column must be either:

The character (char or varchar) datatype specified in a replication definition for for a DATE column must have sufficient length to accommodate the column’s default display length.

For a full description of the pdb_convert_datetime parameter and a complete list of datatype mapping for Oracle datatypes, see the Replication Agent Administration Guide. For more information on UDDs and their use, see the Replication Server Administration Guide.