oracle set autotrace on 报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle set autotrace on 报错相关的知识,希望对你有一定的参考价值。

使用sys 用户登录
username/[email protected]库名 as sysdba;

D:\Oracle11g\app\oracle\product\11.2.0\server\rdbms\admin\utlxplan.sql
D:\Oracle11g\app\oracle\product\11.2.0\server\sqlplus\admin\plustrce.sql

找到如上两个文件

在sqlplus下执行
@D:\Oracle11g\app\oracle\product\11.2.0\server\rdbms\admin\utlxplan.sql;
@D:\Oracle11g\app\oracle\product\11.2.0\server\sqlplus\admin\plustrce.sql;

然后执行:
grant all on plan_table to public; (也可以授权给某一个单独的用户)
grant plustrace to public ;

注意plsqldeveloper 无法使用autotrace

以上是关于oracle set autotrace on 报错的主要内容,如果未能解决你的问题,请参考以下文章

在Oracle中启用AutoTrace查看SQL执行计划

执行计划:SET AUTOTRACE TRACEONLY

plustrace:set autotrace trace exp stat(SP2-0618SP2-0611)

sqlplus的autotrace开关

设置sqlplus的autotrace 执行计划

Oracle中set serveroutput on介绍