aiaiDBA

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

13718043309

010-86462881

ORA-04093: references to columns of type LONG are not allowed in triggers

ORA-04093: references to columns of type LONG are not allowed in triggers
Cause: A trigger attempted to reference a long column in the triggering table.
Action: Do not reference the long column.

请先 登录 后评论

1 个回答

小智
ORA-04093:在触发器中不允许引用LONG类型的列,
.原因:触发器尝试引用触发表中的长列。,
.操作:不要引用长列。,
.
请先 登录 后评论