Views with the Prefix DBA (269)
Views with the prefix DBA show a global view of the entire database. Synonyms are
not created for these views, because DBA views should be queried only by
administrators. Therefore, to query the DBA views, administrators must prefix the view
name with its owner, SYS, as in the following:
SELECT owner, object_name, object_type FROM SYS.DBA_OBJECTS;
Oracle recommends that you implement data dictionary protection to prevent users
having the ANY system privileges from using such privileges on the data dictionary. If
you enable dictionary protection (O7_DICTIONARY_ACCESSIBILITY is false), then
access to objects in the SYS schema (dictionary objects) is restricted to users with the
SYS schema. These users are SYS and those who connect as SYSDBA.
DBA字首檢視
1. 以 DBA 為字首的檢視能夠展現整個資料庫的全部內容。不應在這些檢視上建立同義詞,因為以
DBA 為前
綴的檢視只應由管理員查詢
2. Oracle 建議管理員對資料字典的訪問加以控制,防止擁有 ANY
系統許可權的使用者任意訪問資料字典
3. 管理員可以開啟資料字典保護功能(將 O7_DICTIONARY_ACCESSIBILITY 設為
false),則只有能夠訪問
SYS 方案的使用者才能訪問資料字典物件 ,這樣的使用者只有 SYS,及以 SYSDBA 登入的使用者
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-985714/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Views with the Prefix USER (267)View
- Views with the Prefix ALL (268)View
- Find and Fix the Mismatch Between DBA_SEGMENTS and DBA_EXTENTS ViewsView
- E - Prefix Equality
- DML ViewsView
- Prefix Flip (Easy Version)
- Natasha, Sasha and the Prefix Sums
- IP-Prefix List
- 從Lombok到JSR-269LombokJS
- 8.1.1 V$ ViewsView
- 8.1.2 GV$ ViewsView
- Parallel query & viewsParallelView
- External Views (33)View
- Overview of Views (174)View
- 請教如何破解鬥地主 (269字)
- barbajs-ViewsJSView
- Some Dictionary Views For ASMViewASM
- Views and Base Tables (243)View
- How Views are Stored (175)View
- How Views Are Used (176)View
- Mechanics of Views (177)View
- Dependencies and Views (180)View
- Object Views (182)ObjectView
- What is the N prefix in MSSQL all about?SQL
- 1.Prefix字首和【模板】
- Oracle's V$ Views(轉)OracleView
- About Static Data Dictionary ViewsView
- Globalization Support Parameters in Views (178)View
- Updatable Join Views (181)View
- Overview of Materialized Views (184)ViewZed
- Refresh Materialized Views (189)ZedView
- Leetcode Longest Common PrefixLeetCode
- [LeetCode]Longest Common PrefixLeetCode
- Oracle OCP 1Z0 053 Q269Oracle
- [譯]Flutter for Android Developers - ViewsFlutterAndroidDeveloperView
- Whats the difference between the v$sql* viewsSQLView
- Oracle 10G V$ViewsOracle 10gView
- [DW]An article about Materialized Views(zz)ZedView