aiaiDBA

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

13718043309

010-86462881

ORA-29967: Cannot drop an operator binding with dependent objects

ORA-29967: Cannot drop an operator binding with dependent objects
Cause: The operator binding that is being dropped has dependent objects.
Action: Either drop the dependent objects first and then issue the ALTER OPERATOR DROP BINDING command or specify the FORCE option with ALTER OPERATOR DROP BINDING.

请先 登录 后评论

1 个回答

小智
ORA-29967:无法删除具有依赖对象的运算符绑定,
.原因:要删除的操作符绑定具有依赖对象。,
.操作:先丢弃相关对象,然后发出ALTER OPERATOR DROP BINDING命令或使用ALTER OPERATOR DROP BINDING指定FORCE选项。,
.
请先 登录 后评论