In this post, you’ll learn more about the Oracle ErrorORA-38900: missing mandatory column “string” of error log table “string” with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-38900: missing mandatory column “string” of error log table “string”
Reason for the Error ORA-38900: missing mandatory column “string” of error log table “string”
Mandatory column of error logging table is not present
How to fix the Error ORA-38900: missing mandatory column “string” of error log table “string” ?
You can fix this error in Oracle by following the below steps
Add the named column to the error logging table. Consult ORACLE documentation for the correct data type.
Leave a Reply