oracleListViews
Lists the views in the database.
Required Parameters
| conn | The connection string or database URL | |
| user | The database username | |
| password | The database password |
Optional Parameters
| driver | The JDBC driver class name, by default the Microsoft driver class name is used. |
Output Attributes
| ora:name | The name of the view. | |
| ora:status | The current status of the view. | |
| ora:temporary | Indicates if this is a temporary view. |