ORA-24152: cannot drop evaluation context string.string with dependents
Cause: The evaluation context still belongs to some rules or rule sets, cannot be dropped
Action: do not drop an evaluation context with dependents without force option
ORA-24152: cannot drop evaluation context string.string with dependents 错误指示无法删除具有依赖关系的SQL上下文环境。
1.使用ALTER SESSION DROP CONTEXT命令停止被依赖的上下文环境。
2.使用下面的语句来删除被依赖的上下文环境:
DROP CONTEXT context_name;
本文标签:ORA-24152 cannot drop evaluation context string.string with dependents
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接