Replicate an XMLTYPE table from an Oracle primary database to an Oracle replicate database.
This statement creates a simple XMLTYPE table with one implicit CLOB column that can be accessed through a default pseudocolumn named XMLDATA:
CREATE TABLE sampletable OF XMLTYPE;
To replicate a table defined by this DDL statement: