Build Data Flows from Oracle Eloqua Reporting to SQL Server using SSIS

Jerod Johnson
Jerod Johnson
Senior Technology Evangelist
Easily back up Oracle Eloqua Reporting data to SQL Server using the SSIS components for Oracle Eloqua Reporting.

Using SQL Server as a backup for critical business data provides an essential safety net against loss. Backing up data to SQL Server enables business users to more easily connect that data with features like reporting, analytics, and more.

This example demonstrates how to use the CData SSIS Tasks for Oracle Eloqua Reporting inside of a SQL Server SSIS workflow to transfer Oracle Eloqua Reporting data into a Microsoft SQL Server database.

Add the Components

To get started, add a new Oracle Eloqua Reporting source and SQL Server ADO.NET destination to a new data flow task.

Create a New Connection Manager

Follow the steps below to save Oracle Eloqua Reporting connection properties in a connection manager.

  1. In the Connection Manager window, right-click and then click New Connection. The Add SSIS Connection Manager dialog is displayed.
  2. In the Connection Manager type menu, select OracleEloquaReporting. The CData Oracle Eloqua Reporting Connection Manager is displayed.
  3. Configure connection properties.

    Oracle Eloqua Reporting supports the following authentication methods:

    • Basic authentication (User and Password)
    • OAuth 2.0 code grant flow
    • OAuth 2.0 password grant flow

    Basic Authentication (User and Password)

    To perform authentication with a user and password, specify these properties:

    • AuthScheme: Basic.
    • Company: The company name associated with your Oracle Eloqua Reporting account.
    • User: Your login account name.
    • Password: Your login password.

    OAuth Authentication (Code Grant Flow)

    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:

    • InitiateOAuth: GETANDREFRESH. Used to automatically get and refresh the OAuthAccessToken.
    • OAuthClientId: The client Id assigned when you registered your application.
    • OAuthClientSecret: The client secret that was assigned when you registered your application.
    • CallbackURL: The redirect URI that was defined when you registered your application.

    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.

    OAuth Authentication (Password Grant Flow)

    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:

    • AuthScheme: OAuthPassword
    • Company: The company's unique identifier.
    • User: Your login account name.
    • Password: Your login password.
    • OAuthClientId: The client Id assigned when you registered your custom OAuth application.
    • OAuthClientSecret: The client secret assigned when you registered your custom OAuth application.

Configure the Oracle Eloqua Reporting Source

Follow the steps below to specify the query to be used to extract Oracle Eloqua Reporting data.

  1. Double-click the Oracle Eloqua Reporting source to open the source component editor.
  2. In the Connection Manager menu, select the connection manager previously created.
  3. Specify the query to use for the data extraction. For example:
    SELECT ,  FROM  WHERE  = ''
    
  4. Close the Oracle Eloqua Reporting Source control and connect it to the ADO.NET Destination.

Configure the SQL Server Destination

Follow the steps below to specify the SQL server table to load the Oracle Eloqua Reporting data into.

  1. Open the ADO.NET Destination and add a New Connection. Enter your server and database information here.
  2. In the Data access mode menu, select "table or view".
  3. In the Table Or View menu, select the table or view to populate.
  4. Configure any properties you wish to on the Mappings screen.

Run the Project

You can now run the project. After the SSIS Task has finished executing, your database will be populated with Oracle Eloqua Reporting data.

Ready to get started?

Download a free trial of the Oracle Eloqua Reporting SSIS Component to get started:

 Download Now

Learn more:

Oracle Eloqua Reporting Icon Oracle Eloqua Reporting SSIS Components

Powerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Oracle Eloqua Reporting through SSIS Workflows.

Use the Oracle Eloqua Reporting Data Flow Components to synchronize with Oracle Eloqua Reporting 0, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!