我的编程空间,编程开发者的网络收藏夹
学习永远不晚

ORA-13754: “SQL Tuning Set” “string” does not exist for user “string&#

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

ORA-13754: “SQL Tuning Set” “string” does not exist for user “string&#

文档解释

ORA-13754: “SQL Tuning Set” “string” does not exist for user “string”.

Cause: The user attempted to access a SQL Tuning Set that does not exist.

Action: Check the speelling of the SQL Tuning Set name and retry the operation.

Oracle 在执行 SQL Tuning Set 时抛出 ORA-13754 错误,这表示用户指定的 SQL Tuning Set 不存在。

官方解释

常见情况:当 SQL Tuning Set 不存在时,会出现该错误。

正常处理方法及步骤

1.确认用户指定的 SQL Tuning Set 是否存在,SQL如下:

SELECT NAME FROM DBA_SQLTUNE_SETS;

2.如果指定的 SQL Tuning Set 不存在,可以创建该 SQL Tuning Set:

SQL> EXECUTE DBMS_SQLTUNE.create_sqlset(sqlset_name =>’TEST_SET’,description => ‘TEST SET’);

3.然后将要查询的 SQL 语句添加到测试的 SQL Tuning Set 中:

SQL> EXEC DBMS_SQLTUNE.load_sqlset(sqlset_name=>’TEST_SET’, sql_text=>’select job, department_id,avg (salary) from HR.EMPLOYEES group by job, department_id’);

4.最后可以运行一个建议来优化 SQL Tuning Set:

SQL> EXECUTE DBMS_SQLTUNE.CREATE_SQLSET(SQLSET_NAME=>’MY_SQLSET’);

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

ORA-13754: “SQL Tuning Set” “string” does not exist for user “string&#

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

ORA-13754: “SQL Tuning Set” “string” does not exist for user “string&#

文档解释ORA-13754: SQL Tuning Set string does not exist for user string.Cause: The user attempted to access a SQL
ORA-13754: “SQL Tuning Set” “string” does not exist for user “string&#
2023-11-05

ORA-13753: “SQL Tuning Set” “string” already exists for user “string&#

文档解释ORA-13753: SQL Tuning Set string already exists for user string.Cause: The user attempted to create a SQL
ORA-13753: “SQL Tuning Set” “string” already exists for user “string&#
2023-11-05

ORA-13758: “SQL Tuning Set” “string” owned by user “string” is i

文档解释ORA-13758: SQL Tuning Set string owned by user string is in use.Cause: The user attempted to modify a SQL
ORA-13758: “SQL Tuning Set” “string” owned by user “string” is i
2023-11-05

ORA-13757: “SQL Tuning Set” “string” owned by user “string” is a

文档解释ORA-13757: SQL Tuning Set string owned by user string is active.Cause: The user attempted to update an active
ORA-13757: “SQL Tuning Set” “string” owned by user “string” is a
2023-11-05

ORA-13772: unexpected deadlock on “SQL Tuning Set” “string” owned by user &#

文档解释ORA-13772: unexpected deadlock on SQL Tuning Set string owned by user stringCause: Unexpected error from
ORA-13772: unexpected deadlock on “SQL Tuning Set” “string” owned by user &#
2023-11-05

ORA-15011: failure group “string” does not exist in diskgroup “string” ORACL

文档解释ORA-15011: failure group string does not exist in diskgroup stringCause: The specified name did not match the
ORA-15011: failure group “string” does not exist in diskgroup “string” ORACL
2023-11-04

ORA-13771: cannot obtain exclusive lock string on “SQL Tuning Set” “string”

文档解释ORA-13771: cannot obtain exclusive lock string on SQL Tuning Set string owned by user stringCause: Unexpected
ORA-13771: cannot obtain exclusive lock string on “SQL Tuning Set” “string”
2023-11-05

ORA-26744: string capture process “string” does not support “string”.”

文档解释ORA-26744: string capture process string does not support string.string because of the following reason:
ORA-26744: string capture process “string” does not support “string”.”
2023-11-05

ORA-13664: A task-managed “SQL Tuning Set” already exists for task “string”.

文档解释ORA-13664: A task-managed SQL Tuning Set already exists for task string.Cause: An attempt was made to create a
ORA-13664: A task-managed “SQL Tuning Set” already exists for task “string”.
2023-11-05

ORA-23395: object “string”.”string” of type “string” does not ex

文档解释ORA-23395: object string.string of type string does not exist or is invalidCause: The given name was null or
ORA-23395: object “string”.”string” of type “string” does not ex
2023-11-05

ORA-19377: no “SQL Tuning Set” with name like “string” exists for owner like

文档解释ORA-19377: no SQL Tuning Set with name like string exists for owner like stringCause: The user specified a
ORA-19377: no “SQL Tuning Set” with name like “string” exists for owner like
2023-11-05

ORA-19387: “SQL Tuning Set” “string” belongs to another tuning task ORACLE 报

文档解释ORA-19387: SQL Tuning Set string belongs to another tuning taskCause: The user attempted to tune a task-managed
ORA-19387: “SQL Tuning Set” “string” belongs to another tuning task ORACLE 报
2023-11-05

ORA-12068: updatable mview log for mview “string”.”string” does not exist OR

文档解释ORA-12068: updatable mview log for mview string.string does not existCause: The updatable materialized view was
ORA-12068: updatable mview log for mview “string”.”string” does not exist OR
2023-11-05

ORA-23398: user name “string” at database link “string” does not match local

文档解释ORA-23398: user name string at database link string does not match local user name stringCause: the user name
ORA-23398: user name “string” at database link “string” does not match local
2023-11-05

ORA-15740: parameter “string” not set for SQL Performance Analyzer task “string

文档解释ORA-15740: parameter string not set for SQL Performance Analyzer task stringCause: Could not find the specified
ORA-15740: parameter “string” not set for SQL Performance Analyzer task “string
2023-11-05

ORA-22892: scoped table “string” does not exist in schema “string” ORACLE 报错

文档解释ORA-22892: scoped table string does not exist in schema stringCause: The scoped table specified for a REF
ORA-22892: scoped table “string” does not exist in schema “string” ORACLE 报错
2023-11-05

ORA-15701: All “SQL Tuning Set(s)” with name like “string” and owner like &#

文档解释ORA-15701: All SQL Tuning Set(s) with name like string and owner like string are emptyCause: An attempt was
ORA-15701: All “SQL Tuning Set(s)” with name like “string” and owner like &#
2023-11-05

ORA-13786: missing SQL text of statement object “string” for tuning task “string&#

文档解释ORA-13786: missing SQL text of statement object string for tuning task stringCause: The user attempted to
ORA-13786: missing SQL text of statement object “string” for tuning task “string&#
2023-11-05

ORA-42028: materialized view log “string”.”string” does not exist ORACLE 报错

文档解释ORA-42028: materialized view log string.string does not existCause: An attempt was made to register a
ORA-42028: materialized view log “string”.”string” does not exist ORACLE 报错
2023-11-05

ORA-13787: missing SQL profile for statement object “string” for tuning task “stri

文档解释ORA-13787: missing SQL profile for statement object string for tuning task stringCause: The user attempted to
ORA-13787: missing SQL profile for statement object “string” for tuning task “stri
2023-11-05

编程热搜

  • Python 学习之路 - Python
    一、安装Python34Windows在Python官网(https://www.python.org/downloads/)下载安装包并安装。Python的默认安装路径是:C:\Python34配置环境变量:【右键计算机】--》【属性】-
    Python 学习之路 - Python
  • chatgpt的中文全称是什么
    chatgpt的中文全称是生成型预训练变换模型。ChatGPT是什么ChatGPT是美国人工智能研究实验室OpenAI开发的一种全新聊天机器人模型,它能够通过学习和理解人类的语言来进行对话,还能根据聊天的上下文进行互动,并协助人类完成一系列
    chatgpt的中文全称是什么
  • C/C++中extern函数使用详解
  • C/C++可变参数的使用
    可变参数的使用方法远远不止以下几种,不过在C,C++中使用可变参数时要小心,在使用printf()等函数时传入的参数个数一定不能比前面的格式化字符串中的’%’符号个数少,否则会产生访问越界,运气不好的话还会导致程序崩溃
    C/C++可变参数的使用
  • css样式文件该放在哪里
  • php中数组下标必须是连续的吗
  • Python 3 教程
    Python 3 教程 Python 的 3.0 版本,常被称为 Python 3000,或简称 Py3k。相对于 Python 的早期版本,这是一个较大的升级。为了不带入过多的累赘,Python 3.0 在设计的时候没有考虑向下兼容。 Python
    Python 3 教程
  • Python pip包管理
    一、前言    在Python中, 安装第三方模块是通过 setuptools 这个工具完成的。 Python有两个封装了 setuptools的包管理工具: easy_install  和  pip , 目前官方推荐使用 pip。    
    Python pip包管理
  • ubuntu如何重新编译内核
  • 改善Java代码之慎用java动态编译

目录