About Static Data Dictionary Views
Data dictionary tables are not directly accessible, but you can access information in them through data dictionary views. To list the data dictionary views available to you, query the view DICTIONARY.
資料字典不能夠直接訪問,但是你能夠透過資料字典檢視得到裡面的資訊。 透過查詢資料字典檢視,列出各類資訊
Many data dictionary tables have three corresponding views:
許多資料字典表有三張對應的檢視。
An ALL_ view displays all the information accessible to the current user, including information from the current user's schema as well as information from objects in other schemas, if the current user has access to those objects by way of grants of privileges or roles.
一種是以ALL_開頭的,包含了當前使用者所有能夠訪問到的資訊。包括當前使用者的 schemas也包括其它的 schemas:允許當前使用者有權訪問的那些物件或者
A DBA_ view displays all relevant information in the entire database. DBA_ views are intended only for administrators. They can be accessed only by users with the SELECT ANY TABLE privilege. This privilege is assigned to the DBA role when the system is initially installed.
一種是以DBA_開頭的,包含了整個資料庫相關的資訊,DBA_開頭的檢視一般只給adminiistator 管理員使用者使用,它們只能被透過獲得了SELECT ANY TABLE 許可權的使用者查詢到, 這種許可權在建立資料庫的時候會指定給dba 這個角色。
A USER_ view displays all the information from the schema of the current user. No special privileges are required to query these views.
一種是以USER_開頭的,所有的資訊都是來自與當前使用者的schema,當前使用者查詢這些檢視不需要特殊的許可權
The columns of the ALL_, DBA_, and USER_ views corresponding to a single data dictionary table are usually nearly identical.
ALL_ ,DBA_ 和USER_ 這些檢視通常列出的結果是一個非常相似的資料。
About Dynamic Performance Views
DBA_ / USER_ / ALL_ views are built on the data dictionary - they're not available if the database is not mounted and opened.
V$_.. views are dynamic performance dirctionary views, where as user_.., all_.. and dba_.. view are static performance dirctionary views. i.e. V$ views are get updated from control files and memory but to update dictionary information for user_, all_ and dba_ view you may need to analyze the object.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26764973/viewspace-741923/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Public Synonyms for Data Dictionary Views (263)View
- Structure of the Data Dictionary : User-Accessible Views (259)StructView
- Step 9: Run Scripts to Build Data Dictionary Views (67)UIView
- note of Beginning Oracle SQL-Oracle Data Dictionary ViewsOracleSQLView
- Some Dictionary Views For ASMViewASM
- Oracle 19c Concepts(06):Data Dictionary and Dynamic Performance ViewsOracleORMView
- [DW]An article about Materialized Views(zz)ZedView
- data dictionary(資料字典)
- Structure of the Data Dictionary : Base Tables (258)Struct
- Materialized Views in data warehouse environment (185)ZedView
- How Oracle Uses the Data Dictionary (262)Oracle
- Cache the Data Dictionary for Fast Access (264)AST
- Materialized Views in data distributed environment (186)ZedView
- How to get ORACLE_HOME from data dictionaryOracle
- Keeping the Data Dictionary Cache Hit Ratio at or above 95 Percent
- school dictionary, kids dictionary, children dictionary
- Oracle Data Guard Broker and Static Service Registration (文件 ID 1387859.1)Oracle
- Oracle10g資料字典(Data Dictionary for Oracle 10g)-ztOracle 10g
- DML ViewsView
- About HTMLHTML
- About interviewView
- About Personality
- About IndexDBIndex
- about bapiAPI
- about me
- 8.1.1 V$ ViewsView
- 8.1.2 GV$ ViewsView
- Parallel query & viewsParallelView
- External Views (33)View
- Overview of Views (174)View
- ARABIC-ENGLISH DICTIONARY: THE HANS WEHR DICTIONARY OF MODERN WRITTEN ARABIC
- dataGridView繫結Dictionary |Dictionary繫結到DataGridViewView
- about datapump parallelParallel
- About Oracle WITH clauseOracle
- About Oracle LockOracle
- About post and get
- about histogram(2)Histogram
- about histogram(1)Histogram