Oracle 11gR1
DBA_VIEWS
describes all views in the database. Its columns are the same as those in ALL_VIEWS
.
· ALL_VIEWS
describes the views accessible to the current user.
· USER_VIEWS
describes the views owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
|
|
| Owner of the view |
|
|
| Name of the view |
|
| | Length of the view text |
|
| | View text |
|
| | 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 a typed view |
|
| | Type of the view if the view is a typed view |
|
| | Name of the superview |
|
| | Reserved for future use |
|
| | Indicates whether the view is read-only ( |
Note:
No comments:
Post a Comment