aiaiDBA

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

13718043309

010-86462881

ORA-54023: Virtual column expression cannot be changed because a constraint is defined on column

ORA-54023: Virtual column expression cannot be changed because a constraint is defined on column
Cause: Attempted to change the expression of a virtual column that had a constraint defined on it.
Action: Drop constraint and then change expression.

请先 登录 后评论

1 个回答

小智
ORA-54023:无法更改虚拟列表达式,因为在列上定义了约束,
.原因:尝试更改已定义了约束的虚拟列的表达式。,
.操作:删除约束,然后更改表达式。,
.
请先 登录 后评论