3.142 ALL_VIEWS_AE
ALL_VIEWS_AE describes the views (across all editions) accessible to the current user.
               
Related Views
- 
                        DBA_VIEWS_AEdescribes all views (across all editions) in the database.
- 
                        USER_VIEWS_AEdescribes the views (across all editions) owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the view | 
| 
 | 
 | 
 | Name of the view | 
| 
 | 
 | 
 | Length of the view text | 
| 
 | 
 | 
 | View text. The  | 
| 
 | 
 | 
 | View text. This column may truncate the view text. The  | 
| 
 | 
 | 
 | Length of the type clause of the typed view | 
| 
 | 
 | 
 | Type clause of the typed view | 
| 
 | 
 | 
 | Length of the  | 
| 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | Owner of the type of the view if the view is an typed view | 
| 
 | 
 | 
 | Type of the view if the view is a typed view | 
| 
 | 
 | 
 | Name of the superview, if the view is a subview | 
| 
 | 
 | 
 | Indicates whether the view is an editioning view ( | 
| 
 | 
 | 
 | Indicates whether the view is read-only ( | 
| 
 | 
 | 
 | Name of the application edition where the object is defined | 
| 
 | 
 | 
 | Indicates whether the view contains container-specific data. Possible values: 
 | 
| 
 | 
 | 
 | Possible values: 
 For more information about the syntax and semantics of the  | 
| 
 | 
 | 
 | The ID of the container where the data originates. Possible values include: 
 | 
| 
 | 
 | 
 | Default collation for the view | 
| 
 | 
 | 
 | Indicates whether the view is enabled for  | 
| 
 | 
 | 
 | Indicates whether the view is enabled for use with the  | 
| 
 | 
 | 
 | Indicates whether the view is enabled for fetching an extended data link from the root ( | 
| 
 | 
 | 
 | For internal use only | 
Note:
- 
                              TEXT_VC
- 
                              ORIGIN_CON_ID
- 
                              DEFAULT_COLLATION
- 
                              CONTAINERS_DEFAULT
- 
                              CONTAINER_MAP
- 
                              EXTENDED_DATA_LINK
- 
                              EXTENDED_DATA_LINK_MAP
See Also: