文档解释 ORA-44822: QoS Resource Manager plan does not exist in database “string” Cause: QoS Resource Manager pl
ORA-44822: QoS Resource Manager plan does not exist in database “string”
Cause: QoS Resource Manager plan did not exist in this database.
Action: Rerun CATPROC.sql to create the plan.
1.确认数据库中是否存在QoS资源管理器计划。可以使用如下查询来检查:
SELECT name FROM v$resource_plan WHERE plan_type = ‘QoS’;
2. 如果数据库中不存在QoS资源计划,则可以执行以下语句来创建资源计划:
BEGIN
DBMS_RESOURCE_MANAGER.CREATE_PLAN(‘DEFAULT’,’QoS’, NULL, NULL);
END;
/
--结束END--
本文标题: ORA-44822: QoS Resource Manager plan does not exist in database “string” ORACLE 报错 故障修复
本文链接: https://lsjlt.com/news/536676.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0