aiaiDBA

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

13718043309

010-86462881

ORA-54031: column to be dropped or modified is used in a virtual column expression

ORA-54031: column to be dropped or modified is used in a virtual column expression
Cause: Attempted to drop or modify a column that was used in a virtual column expression.
Action: Drop the virtual column first or change the virtual column expression to eliminate dependency on the column to be dropped.

请先 登录 后评论

1 个回答

小智
ORA-54031:要删除或修改的列用于虚拟列表达式中,
.原因:尝试删除或修改在虚拟列表达式中使用的列。,
.操作:首先删除虚拟列或更改虚拟列表达式以消除对要删除的列的依赖性。,
.
请先 登录 后评论