| Connection Parameter | Description |
|---|---|
| Use Alias from IBM Client or Generic JDBC Configuration | If you choose to use the alias from the IBM client, select the appropriate alias name. Otherwise, choose Generic JDBC Configuration and enter the connection parameters, as specified. |
| Schema ID | Optional. The name of the database schema. |
| Function Path | Optional. Enter an ordered list of schema names to restrict the search scope for unqualified function invocations. |
| Security Credentials | The log on information required by SQL Query Tuner to connect to the data source. |
| Auto Connect | Automatically attempts to connect to the data source when selected in Data Source Explorer, without prompting the user for connection information. |
| JDBC Driver (Advanced) | The name of the JDBC Driver utilized by SQL Query Tuner to initiate a JDBC standard access connection. |
| Connection URL (Advanced) | Used by the JDBC Driver to connect with a data source. Often contains host and port numbers, as well as the name of the data source to which it connects. For example: jdbc:postgresql://host:port/database |
| Custom JDBC Driver Properties (Advanced) | The name and property value of any custom JDBC drivers associated with the data source. |
|