Oracle Error ORA-22322: error table “string”.”string” has incorrect structure

Oracle Error Message

ORA-22322: error table “string”.”string” has incorrect structure

Reason for the Error

The specified error table does not have the expected table structure.

Solution

Execute the DBMS_UTILITY.CREATE_ALTER_TYPE_ERROR_TABLE procedure to create an error table, then resubmit the statement using the new error table.