1、首先以sys用户登录,然后执行以下脚本: @?/sqlplus/admin/plustrce.sql (创建plustrace角色并授权) @?/rdbms/admin/utlxplan.sql (创建执行计划的表) 2、授予权限: grant all on plan_table to publ ...
分类:
其他好文 时间:
2018-07-01 17:44:20
阅读次数:
144
--开启执行计划: set autotrace on SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enabled 找不到会话标识符,启用检查SP2-0611: Error enabling STATIST ...
分类:
其他好文 时间:
2017-10-27 20:37:50
阅读次数:
191
1、报错:当前用户不能使用autotrace获得执行计划 1 SQL> set autotrace trace exp stat; 2 3 SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enabled 4 ...
分类:
其他好文 时间:
2017-06-21 18:27:11
阅读次数:
170
SQL>@?/sqlplus/admin/plustrce.sql SYS@EZreal hey~J->drop role plustrace; Role dropped. SYS@EZreal hey~J->create role plustrace; Role created. SYS@EZre ...
分类:
数据库 时间:
2017-04-23 22:27:28
阅读次数:
272
方法一:autotrace1, connect sys/密码 as sysdba,在sys用户下运行$ORACLE_HOME/sqlplus/admin/plustrce.sql这段sql的实际内容如下:set echo ondrop role plustrace;create role plust
分类:
数据库 时间:
2016-03-11 15:21:35
阅读次数:
193
普通用户在SQL*Plus中开启AUTOTRACE报告时,遇到SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enabled错误。如下所示: SQL> SQL> set autotrace on; SP2-0...
分类:
数据库 时间:
2015-11-28 12:06:39
阅读次数:
231
I have created a new user named watson and granted the related priviledges as following:SQL> create user watson identified by watson;SQL> grant resour...
分类:
其他好文 时间:
2015-09-09 21:11:28
阅读次数:
182
SQL>SETAUTOTRACEONSP2-0618:CannotfindtheSessionIdentifier.CheckPLUSTRACEroleisenabledSP2-0611:ErrorenablingSTATISTICSreportSQL>connsystem/oracleConnected.SQL>grantPLUSTRACEtoadela;grantPLUSTRACEtoadela*ERRORatline1:ORA-01919:role‘PLUSTRACE‘doesnote..
分类:
数据库 时间:
2015-08-02 06:31:47
阅读次数:
229
今天在新安装的oracle11g上边查看执行计划突然出现错误:SP2-0618: 无法找到会话标识符。启用检查 PLUSTRACE 角色SP2-0611: 启用 STATISTICS 报告时出错解决方案:在sqlplus中执行oracle中的这个文件:@E:\app\haha\product\11....
分类:
数据库 时间:
2015-07-25 16:34:02
阅读次数:
141
通过oracle普通用户想打开setauotrace功能发现报如下错误SP2-0618:CannotfindtheSessionIdentifier.CheckPLUSTRACEroleisenabledSP2-0611:ErrorenablingSTATISTICSreportSQL>connscott/tigerConnected.SQL>setautotraceon;SP2-0618:CannotfindtheSessionIdentifier.Check..
分类:
其他好文 时间:
2015-05-31 18:37:00
阅读次数:
113