![]() |
VOOZH | about |
Informatica provides a powerful, elegant means of transporting and transforming your data. By utilizing the CData JDBC Driver for Oracle Eloqua Reporting, you are gaining access to a driver based on industry-proven standards that integrates seamlessly with Informatica's powerful data transportation and manipulation features. This tutorial shows how to transfer and browse Oracle Eloqua Reporting data in Informatica PowerCenter.
To deploy the driver to the Informatica PowerCenter server, copy the CData JAR and .lic file, located in the lib subfolder in the installation directory, to the following folder: Informatica-installation-directory\services\shared\jars\thirdparty.
To work with Oracle Eloqua Reporting data in the Developer tool, you will need to copy the CData JAR and .lic file, located in the lib subfolder in the installation directory, into the following folders:
Follow the steps below to connect from Informatica Developer:
cdata.jdbc.oracleeloquareporting.OracleEloquaReportingDriver
Oracle Eloqua Reporting supports the following authentication methods:
To perform authentication with a user and password, specify these properties:
To authenticate with the OAuth code grant flow, you must set AuthScheme to OAuth and create a custom OAuth application. For information about how to create a custom OAuth application, see the Help documentation.
Then set the following properties:
When you connect, the driver opens Oracle Eloqua Reporting's OAuth endpoint in your default browser. Log in and grant permissions to the application. When the access token expires, the driver refreshes it automatically.
With the OAuth password grant flow, you can use your OAuth application's credentials alongside your user credentials to authenticate without the need to grant permission manually via a browser prompt. You must create an OAuth app (see the Help documentation) to use this authentication method.
Set the following properties:
For assistance in constructing the JDBC URL, use the connection string designer built into the Oracle Eloqua Reporting JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.oracleeloquareporting.jar
Fill in the connection properties and copy the connection string to the clipboard.
๐ Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)A typical connection string is below:
jdbc:oracleeloquareporting:AuthScheme=Basic;User=user;Password=password;Company=MyCompany;
After you have added the driver JAR to the classpath and created a JDBC connection, you can now access Oracle Eloqua Reporting entities in Informatica. Follow the steps below to connect to Oracle Eloqua Reporting and browse Oracle Eloqua Reporting tables:
You can now browse Oracle Eloqua Reporting tables in the Data Viewer: Right-click the node for the table and then click Open. On the Data Viewer view, click Run.
๐ Table data and metadata in the Data Viewer. (Salesforce is shown.)Follow the steps below to add Oracle Eloqua Reporting tables to your project:
Follow the steps below to add the Oracle Eloqua Reporting source to a mapping:
Follow the steps below to map Oracle Eloqua Reporting columns to a flat file:
To transfer Oracle Eloqua Reporting data, right-click in the workspace and then click Run Mapping.
๐ The completed mapping. (Salesforce is shown.)Download a free trial of the Oracle Eloqua Reporting Driver to get started:
Download NowLearn more:
๐ Oracle Eloqua Reporting IconRapidly create and deploy powerful Java applications that integrate with Oracle Eloqua Reporting.