You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Connection ParameterDescription
Use Network Library ConfigurationIf the data source utilizes a network library, select this parameter. The corresponding connection parameter fields become available. Otherwise, choose Generic JDBC Configuration and enter the connection parameters, as specified. 
Host/Instance (JDBC Configuration)The name of the data source. 
Port (JDBC Configuration)Optional. The listening port used in TCP/IP communications between SQL Query Tuner and the data source. 
Protocol (JDBC Configuration)The communication mechanism between SQL Query Tuner and the data source. Choose TCP/IP or Named Pipes. 
Default Database (Optional)The default SQL database name, as defined by the schema. 
Security CredentialsThe log on information required by SQL Query Tuner to connect to the data source. 
Auto ConnectAutomatically attempts to connect to the data source when selected in Data Source Explorer, without prompting the user for connection information. 
Allow Trusted ConnectionsEnables trusted connections to the data source from SQL Query Tuner. 
JDBC Driver (Advanced)The name of the JDBC Driver utilized by SQL Query Tuner to connect and communicate with the database. 
Connection URL (Advanced)

Used 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

Custom JDBC Driver Properties (Advanced)The name and property value of any custom JDBC drivers associated with the data source. 
  • No labels