Oracle GoldenGate Error Messages

OGG-06621

Cannot replicate table {0} to database version {1} in Direct mode. The minimum required database version is 12.1.0.2.


Cause

Replicat was unable to process a table with DML handlers because the target database was earlier than 12.1.0.2 release.


Action

Use the dbms_apply_adm.set_dml_handler procedure to remove the DML handler by specifying the user_procedure as NULL. For more information, see the "SET_DML_HANDLER Procedure" documentation in the Oracle Database PL/SQL Packages and Types Reference, version 12.1 release.