Database Error Messages

ORA-16292

Cannot replicate ALTER TABLE ADD COLUMN with sequence default value

Cause

The logical standby database is attempting to replicate an unsupported DDL statement. The DDL added a column with a sequence as the default with compatibility set to a release earlier than 12.2.0.2.0.


Action

The table must be re-instantiated from the primary database using DBMS_LOGSTDBY.INSTANTIATE_TABLE().