aiaiDBA

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

13718043309

010-86462881

ORA-38903: DML error logging is not supported for abstract column "string"

ORA-38903: DML error logging is not supported for abstract column "string"
Cause: A DML Error Logging operation was attempted on a table which has an ADT, REF, VARRAY, or nested table column type, and the error logging table referred to the specified column.
Action: Either do not use DML Error Logging on such a table or remove the offending column from the error logging table. The scalar columns can be logged, but not abstract column types.

请先 登录 后评论

1 个回答

小智
ORA-38903:抽象列“ string ” 不支持DML错误日志记录,
.原因:对具有ADT,REF,VARRAY或嵌套表列类型的表以及引用到指定列的错误日志记录表尝试了DML错误记录操作。,
.操作:不要在此类表上使用DML错误日志记录,或从错误日志记录表中删除违规列。标量列可以记录,但不是抽象列类型。,
.
请先 登录 后评论