91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enabled

發布時間:2020-09-29 19:02:03 來源:網絡 閱讀:631 作者:sugar黑黑 欄目:關系型數據庫

今天新建數據庫使用hr用戶練習的時候,set autotrace on時出現以下錯誤

SP2-0618: Cannot find the Session Identifier.  Check PLUSTRACE role is enabled

是因為沒有PLUSTRACE權限

涉及到@ORACLE_HOME/sqlplus/admin/plustrce.sql文件

內容如下

-- DESCRIPTION
--   Creates a role with access to Dynamic Performance Tables
--   for the SQL*Plus SET AUTOTRACE ... STATISTICS command.
--   After this script has been run, each user requiring access to
--   the AUTOTRACE feature should be granted the PLUSTRACE role by
--   the DBA.
--
-- USAGE
--   sqlplus "sys/knl_test7 as sysdba" @plustrce
--
--   Catalog.sql must have been run before this file is run.
--   This file must be run while connected to a DBA schema.

set echo on

drop role plustrace;
create role plustrace;

grant select on v_$sesstat to plustrace;
grant select on v_$statname to plustrace;
grant select on v_$mystat to plustrace;
grant plustrace to dba with admin option;

set echo off

1.  查找數據庫中是否有該角色

SQL> select * from dba_roles where role='PLUSTRACE';  

no rows selected

 2.建立角色  (使用sys用戶)

SQL> @?/sqlplus/admin/plustrce.sql
SQL> 
SQL> drop role plustrace;
drop role plustrace
          *
ERROR at line 1:
ORA-01919: role 'PLUSTRACE' does not exist


SQL> create role plustrace;

Role created.

SQL> 
SQL> grant select on v_$sesstat to plustrace;

Grant succeeded.

SQL> grant select on v_$statname to plustrace;

Grant succeeded.

SQL> grant select on v_$mystat to plustrace;

Grant succeeded.

SQL> grant plustrace to dba with admin option;

Grant succeeded.

SQL> 
SQL> set echo off

3.查詢數據庫

SQL> select * from dba_roles where role='PLUSTRACE';

ROLE			       PASSWORD AUTHENTICAT
------------------------------ -------- -----------
PLUSTRACE		       NO	NONE

4.授予操作用戶改權限

SQL> grant plustrace to hr;

Grant succeeded.

5.使用hr用戶測試是否成功

SQL> conn hr/hr
Connected.
SQL> 
SQL> set autotrace on


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

河曲县| 剑川县| 波密县| 靖江市| 泰州市| 新兴县| 长汀县| 泌阳县| 保定市| 巍山| 阳新县| 通海县| 贵德县| 内江市| 来安县| 泸定县| 仪陇县| 双城市| 龙门县| 台湾省| 龙岩市| 西畴县| 绥芬河市| 黎平县| 中西区| 青阳县| 六盘水市| 专栏| 舒城县| 上犹县| 马鞍山市| 丹阳市| 仪征市| 海宁市| 如皋市| 武夷山市| 诸暨市| 安新县| 门源| 阳谷县| 盘锦市|