How to fix the Oracle error ORA-38909: DML Error logging is not supported with BATCH ERROR mode?
In this post, you’ll learn more about the Oracle ErrorORA-38909: DML Error logging is not supported with BATCH ERROR mode with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-38909: DML Error logging is not supported with BATCH ERROR mode
Reason for the Error ORA-38909: DML Error logging is not supported with BATCH ERROR mode
A DML Error Logging operation was attempted on a table which has BATCH ERROR mode also specified.
How to fix the Error ORA-38909: DML Error logging is not supported with BATCH ERROR mode ?
You can fix this error in Oracle by following the below steps
Refrain from using both DML Error Logging and BATCH ERROR mode on the same table.
Leave Your Comment