The USER_VIEWS view provides the information about all views owned by the current user.
| Parameter | Type | Description |
|---|---|---|
| schema_name | TEXT | The name of the schema to which the view belongs. |
| view_name | TEXT | The name of the view. |
| text | TEXT | The SELECT statement that defines the view. |