Connection ParameterDescription
Connect StringUsed by the JDBC Driver to connect with a database. Often contains host and port numbers, as well as the name of the database to which it connects.
For example:
jdbc:postgresql://host:port/database
jdbc:derby://host:port/database
Data Source NameThe name of the data source to which you want SQL Query Tuner to connect.