小编Pra*_*nth的帖子

Oracle Alter命令重命名现有的列错误环

alter table tablename rename column zl_divn_nbr to div_loc_nbr;
Run Code Online (Sandbox Code Playgroud)

执行以上语句时出错。请帮忙。

SQL Error: ORA-54032: column to be renamed is used in a virtual column expression
54032. 0000 -  "column to be renamed is used in a virtual column expression"
*Cause:    Attempted to rename 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 renamed
Run Code Online (Sandbox Code Playgroud)

oracle alter identity-column

8
推荐指数
2
解决办法
3014
查看次数

标签 统计

alter ×1

identity-column ×1

oracle ×1