The following views display information about views, synonyms, and sequences:
| View | Description | 
|---|---|
| DBA_VIEWS
 
 | DBAview describes all views in the database.ALLview is restricted to views accessible to the current user.USERview is restricted to views owned by the current user. | 
| DBA_SYNONYMS
 
 | These views describe synonyms. | 
| DBA_SEQUENCES
 
 | These views describe sequences. | 
| DBA_UPDATABLE_COLUMNS
 
 | These views describe all columns in join views that are updatable. | 
See Also:
Oracle Database Reference for complete descriptions of these views