user_all_tables,user_tables等视图的说明
生活随笔
收集整理的這篇文章主要介紹了
user_all_tables,user_tables等视图的说明
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
dba_tables : 系統里所有的表的信息,需要DBA權限才能查詢
all_tables : 當前用戶有權限的表的信息(只要對某個表有任何權限,即可在此視圖中看到表的相關信息)user_tables: 當前用戶名下的表的信息
所以以上3個視圖中,user_tables的范圍最小,all_tables看到的東西稍多一些,而dba_tables看到最多的信息
========================================================================================================
DBA_TABLES describes all relational tables accessible to the DBA user
DBA_TABLES是DBA用戶所擁有的或有訪問權限的表
?
ALL_TABLES describes all relational tables accessible to the current user
ALL_TABLES是某一用戶所擁有的或有訪問權限的表
USER_TABLES describes all relational tables owned by the current user
USER_TABLES是某一用戶所擁有的表
故DBA_TABLES >= ALL_TABLES >= USER_TABLES
========================================================================================================
總結
以上是生活随笔為你收集整理的user_all_tables,user_tables等视图的说明的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 控制文件中的 MAXDATAFILES
- 下一篇: 设置ORACLE客户端字符集