pdb_ignore_unsupported_anydata

Determines whether or not Replication Agent ignores data of unsupported datatypes stored in columns of type ANYDATA.

NoteThis parameter is available only for Oracle.

Default

false

Values

true – Replication Agent ignores data of unsupported datatypes stored in columns of type ANYDATA, sending no data for these columns to Replication Server.

false – Replication Agent sends the string type not supported to Replication Server for data of unsupported datatypes stored in columns of type ANYDATA. This causes Replication Server failure, after which corrections must be made at Replication Server or the replicate database for each table row containing unsupported data.

Comments