TDV Adapter for Oracle Eloqua

Build 22.0.8462

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the adapter beyond simple SELECT/INSERT/UPDATE/DELETE operations with Oracle Eloqua.

Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from Oracle Eloqua, along with an indication of whether the procedure succeeded or failed.

Oracle Eloqua Adapter Stored Procedures

Name Description
ClearImportDefinitions Clears all open import definitions on a given table.
CreateExportDefinition Returns the token needed to retrieve data from a bulk export request.
DeleteExportData Delete the data stored on the Eloqua server from a bulk query request.
GetExportDefinition Retrieves the current state of the bulk export process on the server.
GetOAuthAccessToken Gets an authentication token from Eloqua.
GetOAuthAuthorizationUrl Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps.
GetSyncLogs retrieve a sync's logs.
RefreshOAuthAccessToken Refreshes the OAuth access token used for authentication with Eloqua.
SubscribeContacts Subscribes a list of contacts to Email Groups.
UnsubscribeContacts Unsubscribes a list of contacts to Email Groups.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462