使用普通使用者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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20210114]理解DBMS_SESSION.set_identifier.txtSessionIDE
- Oracle autotrace 報 SP2-0618 PLUSTRACE role 問題解決Oracle
- SQL2012報錯:cannot find one or more cpmponentsSQL
- 使用req.session.xxx時出現 Cannot set property ‘xxxx‘ of undefinedSessionUndefined
- Vue啟動報錯 Cannot find module 'webpack/bin/config-yargs'VueWeb
- CentOS7中使用yum安裝時報cannot find a valid baseurl for repo錯誤CentOS
- 使用set autotrace on 檢視資料庫執行計劃資料庫
- 開啟 Word 文件報錯: Cannot find the Word document template:WordToRgm.dot
- 解決cannot find module providing package或cannot find main modulePackageAI
- mysql find_in_set()函式的使用MySql函式
- AndroidStudio之自定義輸出包名報錯 Cannot set the value of read-only property 'outputFile' forAndroid
- Java更新資料庫報錯:Data truncation: Cannot create a JSON value from a string with CHARACTER SETJava資料庫JSON
- webstorm vue3+ts報錯:Cannot find module ‘@/views/xxx.vue‘ or its corresponding type declarationsWebORMVueView
- allowedOrigins cannot contain the gateway 報錯AIGateway
- Cannot set property 'innerHTML' of nullHTMLNull
- 完美解決SqlServer2012啟動報錯(cannot find one or more components.Please reinstall the application。)SQLServerAPP
- /usr/bin/ld: cannot find -lopenblas
- gateway 報錯 allowedOrigins cannot contain the specialGatewayAI
- 3.1.1 普通使用者和本地使用者
- Cannot set property ‘type‘ of null(vue)NullVue
- Session store not set on request.Session
- Laravel - Session store not set on requestLaravelSession
- MapStruct-plus cannot find converter fromStruct
- Cannot find package module sap/cds/commonPackage
- Error: Cannot find configuration directory: /etc/hadoopErrorHadoop
- 使用普通使用者執行 dockerDocker
- 關閉tomcat報錯Cannot allocate memoryTomcat
- 前端報錯:cannot read property length of undefined前端Undefined
- BUG——AngularJS:Cannot set property ‘pic‘ of undefinedAngularJSUndefined
- eslint --fix 報錯 can't not find modulesEsLint
- mongodb find報錯怎麼解決MongoDB
- linux 普通使用者提權Linux
- 遇到的cannot find module 'xxx' 問題
- Vue Router Cannot find module 'XXX.vue'Vue
- cannot find trajectory file at ./examples/trajectory.txt
- 使用root使用者啟動hadoop報錯Hadoop
- linux 禁止普通使用者su到root使用者Linux
- Python 錯誤 SyntaxError: invalid character in identifierPythonErrorIDE
- [20180302]使用find命令小錯誤.txt