Replication Agent does not support the replication of data stored in ANYDATA columns under some circumstances.
The replicate database table column is not of type ANYDATA. An attempt to replicate data stored in an ANYDATA column to a column that is not of the ANYDATA type causes the Replication Server Data Server Interface (DSI) thread to fail.
The size of the data stored in an ANYDATA column exceeds the maximum size of the Replication Server opaque datatype, which is 16K.
Replication Agent does not replicate data of these Oracle datatypes or structures stored in a column of type ANYDATA:
The pdb_ignore_unsupported_anydata configuration parameter determines how Replication Agent handles data of unsupported datatypes stored in columns of type ANYDATA.
See the Replication Server Reference Manual for information on replication definitions and create replication definition.
See the Oracle SQL Reference guide for a complete list of Oracle-supplied types.
See the Replication Agent Reference Manual for information on pdb_ignore_unsupported_anydata.