function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Udaya BhaskarUdaya Bhaskar 

Pointers needed on transferring data from SFDC to Oracle in batch mode

Hi All,
 
Can some one help us how to go ahead for transferring data from SFDC to Oracle in batch mode.
Any pointers on this will be really helpful for us.
 
Thanks,
Udaya
SuperfellSuperfell
[Please don't post the same question to multiple forums. I deleted this post in the apex forum].

There's a data integration category on the app exchange
http://www.salesforce.com/appexchange/category_list.jsp?NavCode__c=a0130000006P6IoAAK-73&

The Data Loader (download from setup in the app) also has some support for database connectivity.
RickyGRickyG
Udaya -

You can find a lot of information on Data Loader here, including an article on running Data Loader from the command line.  You can refer to the Data Loader documentation for more details on the configuration parameters necessary to connect to a relational database.

Hope this helps.

- Rick Greenwald
Developer Evangelist
Udaya BhaskarUdaya Bhaskar
Is it possible to do without using Data Loader.  Any other approaches..
SuperfellSuperfell
Use one of the other integration tools listed, or build it all yourself. (see the API docs for getDeleted and getUpdated).
Udaya BhaskarUdaya Bhaskar
Thanks a lot.