文档解释 ORA-29363: plan directive string, string is mandatory and cannot be modified or deleted Cause: An attempt was made
ORA-29363: plan directive string, string is mandatory and cannot be modified or deleted
Cause: An attempt was made to modify a mandatory plan directive.
Action: Do not attempt to modify mandatory plan directives because they are required by the Resource Manager and cannot be modified.
ORA-29363错误指的是当你尝试在PL/sql中使用一个修改或删除必须的计划指令时,会导致ORA-29363错误。这个错误是属于oracle数据库错误。
ORA-29363错误可能发生,如果你尝试使用ALTER_PLAN_DIRECTIVE或者其他修改计划指令的SQL语句,但是指令不允许被修改或删除。
假设,你想使用下面的SQL语句来修改一些计划指令,但是有些指令是不可以被修改或者删除的,这会导致ORA-29363错误:
ALTER_PLAN_DIRECTIVE(‘directivename’,’modifedvalue’);
1. 确认报错的是哪个Oracle数据库对象。
2. 确认是否有可以被修改或者删除的计划指令。
3. 如果有可修改或删除的计划指令,使用ALTER_PLAN_DIRECTIVE或者相应的SQL语句进行修改或删除。
4. 如果没有可修改或删除的计划指令,请修改PL/SQL程序,使之不再使用修改或删除必须的计划指令。
--结束END--
本文标题: ORA-29363: plan directive string, string is mandatory and cannot be modified or deleted ORACLE 报错 故障
本文链接: https://lsjlt.com/news/529619.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0