2.72 ALL_CATALOG
ALL_CATALOG displays the tables, clusters, views, synonyms, and sequences accessible to the current user.
               
Related Views
- 
                        DBA_CATALOGdisplays all tables, clusters, views, synonyms, and sequences in the entire database.
- 
                        USER_CATALOGdisplays the tables, clusters, views, synonyms, and sequences in the current user's schema. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the  | 
| 
 | 
 | 
 | Name of the  | 
| 
 | 
 | 
 | Type of the  | 
See Also: