Database Error Messages

ORA-43404

Invalid identifier: 'string' does not match the table name 'string'.

Cause

The table name specified with the column is different from the table to which the column belongs.


Action

Specify the correct table name and retry. If @ALIAS directive is used then the table name specified with column should be the same as the table alias.