Oracle Solution for Error ora-38907

Solution for Oracle Error ORA-38907

ORA-38907: DML error logging is not supported for FILE column "string

"

What triggered the Error:

A DML Error Logging operation was attempted on a table which has a BFILE column and the Error Logging table referred to the specified column.

What should we do to fix it:

Either don't use DML Error Logging on such table or remove the offending column from the error logging table. The scalar columns can be logged, but not BFILE column types.