skip to main content
Quick Start: Progress DataDirect for JDBC for Oracle Sales Cloud Driver : Using Connection Properties
  

Try DataDirect Drivers Now

Using Connection Properties

You can use connection properties to customize the driver for your environment. You can use these connection properties with either the JDBC Driver Manager or a JDBC DataSource. For a Driver Manager connection, a property is expressed as a key value pair and takes the form property=value. For a DataSource connection, a property is expressed as a JDBC method and takes the form setProperty(value). For a complete list of supported properties, refer to "Connection Property Descriptions" in the Progress DataDirect for JDBC for Oracle Sales Cloud Driver User's Guide
The following table summarizes the minimum connection properties required to connect to a database. For a list of properties that affect performance, see "Tuning for Performance."
Note: All connection property names are case-insensitive. For example, Password is the same as password. Required properties are noted as such.
Note: The data type listed for each connection property is the Java data type used for the property value in a JDBC DataSource.
Table 1. Required Properties
Property
Characteristic
ServerName
Specifies the base URL of the Oracle Sales Cloud instance to which the driver is connecting.
Password
Specifies the password used to connect to your Oracle Sales Cloud instance for user ID/password authentication.
User
Specifies the user ID used to connect to your Oracle Sales Cloud instance for user ID/password authentication.