aiaiDBA

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

13718043309

010-86462881

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

ORA-38907: DML error logging is not supported for FILE column "string"
Cause: 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.
Action: 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.

请先 登录 后评论

1 个回答

小智
ORA-38907:FILE列“ string ” 不支持DML错误日志记录,
.原因:对具有BFILE列和引用指定列的错误日志记录表的表尝试了DML错误记录操作。,
.操作:不要在此类表上使用DML错误日志记录,或从错误日志记录表中删除违规列。标量列可以记录,但不能记录BFILE列类型。,
.
请先 登录 后评论