码迷,mamicode.com
首页 >  
搜索关键字:plustrce    ( 6个结果
oracle set autotrace on 报错
使用sys用户登录username/password@库名assysdba;D:\Oracle11g\app\oracle\product\11.2.0\server\rdbms\admin\utlxplan.sqlD:\Oracle11g\app\oracle\product\11.2.0\server\sqlplus\admin\plustrce.sql找到如上两个文件在sqlplus下执行@
分类:数据库   时间:2019-06-26 09:26:35    阅读次数:153
set autotrace on 报cannot set autotrace 错误解决方法
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
『ORACLE』授予hr用户查看执行计划权限
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
如何使用SQLPLUS分析SQL语句(查询执行计划跟踪)
方法一: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
SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enabled
今天新建数据库使用hr用户练习的时候,setautotraceon时出现以下错误是因为没有PLUSTRACE权限涉及到@ORACLE_HOME/sqlplus/admin/plustrce.sql文件内容如下--DESCRIPTION --CreatesarolewithaccesstoDynamicPerformanceTables --fortheSQL*PlusSETAUTOTRACE...STATISTICScommand..
分类:其他好文   时间:2015-05-08 15:09:41    阅读次数:118
role 'PLUSTRACE' does not exist
I have created a new user named watson and granted the related priviledges as following: SQL> create user watson identified by watson; SQL> grant resource ,connect,create session to watson;   Ther...
分类:其他好文   时间:2014-06-27 09:25:34    阅读次数:230
6条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!