码迷,mamicode.com
首页 > 其他好文 > 详细

set autotrace on 报cannot set autotrace 错误解决方法

时间:2018-07-01 17:44:20      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:span   archive   color   bms   href   develop   cannot   授权   plsql   

1、首先以sys用户登录,然后执行以下脚本:

  @?/sqlplus/admin/plustrce.sql  (创建plustrace角色并授权)

  @?/rdbms/admin/utlxplan.sql  (创建执行计划的表)

2、授予权限:

  grant all on plan_table to public; (也可以授权给某一个单独的用户)

  grant plustrace to public ;

 这个命令只能在sqlplus中运行,在plsql developer等工具中不能运行。

https://www.cnblogs.com/cangos/archive/2011/12/19/2293935.html

set autotrace on 报cannot set autotrace 错误解决方法

标签:span   archive   color   bms   href   develop   cannot   授权   plsql   

原文地址:https://www.cnblogs.com/ls11736/p/9250535.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!