You can use connection properties to customize the driver for your environment. You can use these connection properties with either the JDBC DriverManager or a JDBC DataSource. For a DriverManager 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 Eloqua 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
Company
Specifies the company identifier issued by Oracle Eloqua during the registration process.
Password
Specifies the password used to connect to your Oracle Eloqua instance for user ID/password authentication.
User
Specifies the user ID used to connect to your Oracle Eloqua instance for user ID/password authentication.