Views with the Prefix ALL (268)
Views with the prefix ALL refer to the user’s overall perspective of the database. These
views return information about schema objects to which the user has access through
public or explicit grants of privileges and roles, in addition to schema objects that the
user owns. For example, the following query returns information about all the objects
to which you have access:
SELECT owner, object_name, object_type FROM ALL_OBJECTS;
ALL字首檢視
以 ALL為字首的檢視反映了某個使用者所能看到的全部資料庫內容。其中除了包含使用者所擁有的方案物件之外,還包
含了使用者可訪問的公共物件,以及透過授予許可權或角色而能夠訪問的方案物件
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-985494/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Views with the Prefix USER (267)View
- Views with the Prefix DBA (269)View
- What is the N prefix in MSSQL all about?SQL
- 無法使用make prefix=/usr/local/git allGit
- E - Prefix Equality
- DML ViewsView
- Prefix Flip (Easy Version)
- Natasha, Sasha and the Prefix Sums
- IP-Prefix List
- Codeforces Round #268 (Div. 2)
- 8.1.1 V$ ViewsView
- 8.1.2 GV$ ViewsView
- Parallel query & viewsParallelView
- External Views (33)View
- Overview of Views (174)View
- 工作268:uni--選單頁面
- 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
- 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 11G OCP 1Z0-053 268Oracle
- [譯]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