使用普通使用者set autotrace on報錯SP2-0618: Cannot find the Session Identifier
普通使用者使用 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
至此問題解決
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29135257/viewspace-1814867/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SP2-0618: Cannot find the Session IdentifierSessionIDE
- SP2-0618: Cannot find the Session Identifier.Check PLUSTRACE role is enabledSessionIDE
- SP2-0618:Cannot find the Session Identifier.SP2-0611SessionIDE
- SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enabledSessionIDE
- SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enabledSessionIDE
- 以scott使用者執行set autotrace 出錯
- set autotrace on時報SP2-0618錯誤的問題解決案例
- 設定AUTOTRACE以及SP2-0618錯誤
- PHP報錯:?configure: error: Cannot find libmysqlclientPHPErrorIBMMySqlclient
- Python django報錯ImportError: cannot import name find_specPythonDjangoImportError
- 【ERROR】非DBA使用者要使用autotrace功能,報錯(SP2-0618:和SP2-0611:和ORA-01919)Error
- SQL2012報錯:cannot find one or more cpmponentsSQL
- set autotrace on 時報SP2-0618、SP2-0611的解決方法
- set autotrace in SQL*PlusSQL
- su - oracle報錯su: cannot set user id: Resource temporarily unavailableOracleAI
- Oracle autotrace 報 SP2-0618 PLUSTRACE role 問題解決Oracle
- set autotrace on [configure]
- Vue啟動報錯 Cannot find module 'webpack/bin/config-yargs'VueWeb
- [20210114]理解DBMS_SESSION.set_identifier.txtSessionIDE
- Set autotrace命令及解釋
- mysql find_in_set()函式的使用MySql函式
- set autotrace的選項和計劃報告的屬性
- 使用者autotrace 無法使用解決
- 【優化】ORACLE set autotrace in SQL*Plus優化OracleSQL
- 解決cannot find module providing package或cannot find main modulePackageAI
- Oracle 開啟SQL跟蹤執行SET AUTOTRACE ON命令時出錯OracleSQL
- Cannot find folder "Maintenance Plans".AINaN
- 使用set autotrace on 檢視資料庫執行計劃資料庫
- 使用req.session.xxx時出現 Cannot set property ‘xxxx‘ of undefinedSessionUndefined
- Linux系統yum安裝報錯Cannot find a valid baseurl for repo的解決方法Linux
- 開啟執行計劃set autotrace on
- 設定autotrace的報錯問題解決
- alter session setSession
- Cannot set property 'innerHTML' of nullHTMLNull
- 解決 Cannot find OpenSSL's
- /usr/bin/ld: cannot find -lopenblas
- CentOS7中使用yum安裝時報cannot find a valid baseurl for repo錯誤CentOS
- 使用find_in_set()函式的注意事項函式