aiaiDBA

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

13718043309

010-86462881

ORA-25003: cannot change NEW values for this column type in trigger

ORA-25003: cannot change NEW values for this column type in trigger
Cause: Attempt to change NEW trigger variables of datatype object, REF, nested table, VARRAY or LOB datatype which is not supported.
Action: Do not change the NEW trigger variables in the trigger body.

请先 登录 后评论

1 个回答

小智
ORA-25003:无法在触发器中更改此列类型的NEW值,
.原因:尝试更改不支持的数据类型对象,REF,嵌套表,VARRAY或LOB数据类型的新触发器变量。,
.操作:不要更改触发器主体中的新触发变量。,
.
请先 登录 后评论