3.1 About Static Data Dictionary Views
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. -
A
DBA_
view displays all relevant information in the entire database.DBA_
views are intended only for administrators. They can be queried only by users with theSYSDBA
system privilege orSELECT ANY DICTIONARY
privilege, orSELECT_CATALOG_ROLE
role, or by users with direct privileges granted to them. TheSELECT ANY DICTIONARY
privilege is assigned to theDBA
role when the system is initially installed. -
A
USER_
view displays all the information from the schema of the current user. No special privileges are required to query these views.
The columns of the ALL_
, DBA_
, and USER_
views corresponding to a single data dictionary table are usually nearly identical. Therefore, these views are described in full only once in this chapter, at their first occurrence alphabetically, and are listed without full descriptions at their other occurrences.
See Also:
"Static Data Dictionary View Descriptions" introduces the alphabetical listing of view descriptions that are documented in this manual