亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

Oracle的基本操作-數據字典和動態性能視圖的介紹

發布時間:2020-06-30 15:17:28 來源:網絡 閱讀:347 作者:forest馮宋林 欄目:關系型數據庫


三、數據字典和動態性能視圖的介紹

1. 數據庫的數據字典

 (1) DBA_   全庫所有的某種對象的數據字典
       只有系統用戶才有權限查詢
 (2) ALL_   當前用戶創建的對象 + 其他用戶授予當前用戶使用的對象
       當前用戶
 (3) USER_  當前用戶創建的對象
       當前用戶

操作實例:
解鎖一個用戶hr并改密碼
SQL> alter user hr account unlock;

User altered.

SQL> alter user hr identified by hr;

User altered.

在scott用戶下,查看hr用戶下的表
SQL> conn scott/scott;
Connected.
SQL> select * from hr.jobs;
select * from hr.jobs
                 *
ERROR at line 1:
ORA-00942: table or view does not exist        --報錯,表或視圖不存在

SQL> conn hr/hr
Connected.
SQL> grant select on jobs to scott;        --授予select權限

Grant succeeded.

SQL> insert into hr.jobs values('HR_REP','asdfasd',1232,5545);
insert into hr.jobs values('HR_REP','asdfasd',1232,5545)
               *
ERROR at line 1:
ORA-01031: insufficient privileges


在某個用戶下:以下語句是等效的:
select * from user_objects where object_type='TABLE';

=select * from user_tables;

2. 動態性能視圖

select * from v$session;
select * from v$process;


練習:在SYS用戶下查詢DBA_OBJECTS,但是在scott用戶下查不到的,授權查詢給scott,使scott能夠查詢這個數據字典

SQL> conn scott/scott;
Connected.
SQL> select * from dba_objects;
select * from dba_objects
              *
ERROR at line 1:
ORA-00942: table or view does not exist


SQL> conn /as sysdba
Connected.

SQL> grant select on dba_objects to scott;
Grant succeeded.


向AI問一下細節

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

AI

鲁甸县| 谷城县| 庐江县| 社会| 桐乡市| 涞水县| 大名县| 囊谦县| 北碚区| 方正县| 尚志市| 玛曲县| 溧水县| 四会市| 财经| 中方县| 卢龙县| 东宁县| 长寿区| 射洪县| 博乐市| 嘉禾县| 望谟县| 筠连县| 靖宇县| 临潭县| 游戏| 天水市| 湟中县| 东乌珠穆沁旗| 微山县| 合山市| 咸阳市| 四会市| 石渠县| 静宁县| 万安县| 乌拉特前旗| 高邮市| 东方市| 房山区|