Passing the connection URL
- Last Updated: October 24, 2017
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Eloqua 6.0
- Documentation
After setting the class path, the required connection information needs to be passed in the form of a connection URL. The connection URL takes the form:
jdbc:datadirect:eloqua:Company=company_id;
User=user_id;Password=password[;property=value[;...]]
where:
- company_id
-
specifies the company identifier issued by Oracle Eloqua during the registration process.
- user_id
-
specifies the user name that used to connect to the Oracle Eloqua instance.
- password
-
specifies the password for the specified
User.
- property=value
- specifies additional connection property settings.
The following is an example of a connection URL to an Oracle Eloqua instance.
jdbc:datadirect:eloqua:Company=ABCcorp;User=123@abccorp.com;Password=secret