Oracle Error ORA-38901: column “string” of table “string” must be one of the first “string” columns

Oracle Error Message

ORA-38901: column “string” of table “string” must be one of the first “string” columns

Reason for the Error

Mandatory information column of error logging table is present, but must be at the beginning of the row.

Solution

Create the error logging table correctly. Consult ORACLE documentation for the correct format of an error logging table.