文档解释
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;