aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-38909: DML Error logging is not supported with BATCH ERROR mode

ORA-38909: DML Error logging is not supported with BATCH ERROR mode
Cause: A DML Error Logging operation was attempted on a table which has BATCH ERROR mode also specified.
Action: Refrain from using both DML Error Logging and BATCH ERROR mode on the same table.

请先 登录 后评论

1 个回答

小智
ORA-38909:BML错误日志记录不支持BATCH ERROR模式,
.原因:尝试对同时指定了BATCH ERROR模式的表执行DML错误记录操作。,
.操作:避免在同一个表上同时使用DML错误日志记录和BATCH错误模式。,
.
请先 登录 后评论