DBA_VIEWS v15
The DBA_VIEWS
view provides information about all views in the database.
Name | Type | Description |
---|---|---|
owner | TEXT | User name of the view owner. |
schema_name | TEXT | Name of the schema in which the view belongs. |
view_name | TEXT | Name of the view. |
text | TEXT | Text of the SELECT statement that defines the view. |