Action
|
Permissions
|
Description
|
Explore the schema and tables associated with the data source
|
WebUI (8)
ViewDataSource (2)
SQLEditorWebUI (10)
|
To begin, a data source must be selected from the Select a Data Source dropdown. To view schema tables, click the a schema carrot in the Schema Tree panel. Click on a table to view the details of a table in the Table Details panel. Views and procedures that reside in the schema may also be listed.
|
Execute a SQL statement against the data source
|
WebUI (8)
ViewDataSource (2)
SQLEditorWebUI (10)
At least one of the following query permissions:
UseDataSourceWithJDBC (5)
UseDataSourceWithODBC (6)
UseDataSourceWithOData (7)
|
To begin, a data source must be selected from the Select a Data Source dropdown. To run a query against the data source, enter the SQL statement in the field provided in the Editor panel. Then click Execute to run the query. SQL query results will be returned in the Results panel.
Note: Queries made via the SQL Editor view time out after 6 minutes. Therefore, to validate a data source connection, you should execute queries that require less processing time. For large queries, only the first 200 results are shown.
|