aiaiDBA

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

13718043309

010-86462881

ORA-29884: domain index is defined on the column to be dropped

ORA-29884: domain index is defined on the column to be dropped
Cause: An ALTER TABLE DROP COLUMN was issued on a column on which a domain index exists.
Action: Drop the domain index before attempting to drop the column.

请先 登录 后评论

1 个回答

小智
ORA-29884:域索引在要删除的列上定义,
.原因:在存在域索引的列上发出了ALTER TABLE DROP COLUMN。,
.操作:尝试删除列之前删除域索引。,
.
请先 登录 后评论