SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enable
SP2-0618: Cannot find the Session Identifier.??Check PLUSTRACE role is enable
?
以前一直用?SYS?用戶使用?autotrace,?今天用其它用戶使用?autotrace?來獲得執行計劃報如下錯誤
SQL> set autotrace on
SP2-0618: Cannot find the Session Identifier.??Check PLUSTRACE role is enabled
SP2-0611: Error enabling STATISTICS repor
第一反應是授予用用戶?plustrace?角色
SQL> conn / as sysdba
Connected.
SQL>??grant plustrace to oak;
??grant plustrace to oak
???????*
ERROR at line 1:
ORA-01919: role 'PLUSTRACE' does not exist
報角色不存在錯誤
plustrace?角色在數據庫?創建時并不會創建
這個角色可通過運行下面的?sql?來創建
$ORACLE_HOME/sqlplus/admin/plustrce.sql
授予用戶?plustrace?角色
SQL> grant plustrace to oak;
?
Grant succeeded.
啟用?autotrace
SQL> set autotrace on
至此問題解決
總結
以上是生活随笔為你收集整理的SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enable的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: plsql学习范例--使用utl_fil
- 下一篇: OracleTimesten使用方法总结