文档解释 ORA-13829: sql profile named string already exists Cause: A SQL profile already exists with the name specified. Act
ORA-13829: sql profile named string already exists
Cause: A SQL profile already exists with the name specified.
Action: Specify a different name or drop the existing SQL profile.
ORA-13829错误意味着您正在尝试创建的SQL概要名称已存在。
ORA-13829:SQL概要名称”string”已经存在。
当您尝试为已存在的SQL语句创建SQL概要时,就会出现ORA-13829错误。
要修正ORA-13829错误,只需删除或重命名现有SQL概要,然后再次尝试创建SQL概要。你可以使用以下步骤来做:
1.使用以下SQL查询来检查现有的SQL概要:
SELECT name, compatible, accepted
FROM V$SQL_PLAN_BASELINE;
2.查找您有意创建的SQL概要的名称,然后使用以下命令来删除它:
EXEC DBMS_SPM.DROP_SQL_PLAN_BASELINE(name => ”);
3.尝试再次使用不同名称创建SQL概要
--结束END--
本文标题: ORA-13829: SQL profile named string already exists ORACLE 报错 故障修复 远程处理
本文链接: https://lsjlt.com/news/540808.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0