Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the driver beyond simple SELECT/INSERT/UPDATE/DELETE operations with Oracle Eloqua.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Oracle Eloqua, along with an indication of whether the procedure succeeded or failed.
CData JDBC Driver for Oracle Eloqua 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. |