Database Error Messages

ORA-26676

Table 'table_owner.table_name' has lcr_columns columns in the LCR and repl_columns columns in the replicated site.
  • table_owner: The owner of the replicated table.
  • table_name: The name of the replicated table.
  • lcr_columns: The number of columns found in the LCR record.
  • repl_columns: The number of columns found in the table at the replicated site.

Cause

The number of columns in the logical change record (LCR) is not the same as in the replicated site.


Action

Alter the table structure at the replicated site.