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
Blade RunnerBlade Runner 

Getting Data out of SFDC and into Oracle

I'm  new to SFDC so please forgive me if this has been asked and answered.

 

I need to get data out of SFDC and into an Oracle database where I can run quires to combine the data from SFDC with other sources (like SAP). I also want to set up the data extraction from SFDC so that it is done on a daily basis without human intervention. I have in mind getting something like a flat file from SFDC that I can read into Oracle using PL/SQL. If there is a way to connect directly to SFDC from Oracle that would be great.

 

So my question is what is the best way to accomplish what I am describing above. How do I get data from SFDC and into an Oracle table? How do I schedule this process so it runs once each day?

 

Thanks for you help!

sales4cesales4ce

You can setup data extraction to occur every night using Data laoder from command line.Below is the link.

 

http://wiki.developerforce.com/index.php/Using_Data_Loader_from_the_command_line

 

After you have the data extraction you can then run a job to load this information to your oracle database.

 

Let me know if this helped.

 

Thanks,

Sales4ce

dkadordkador

Depending on the amount of data in your salesforce organization, you may want to reach out to a salesforce partner like IBM for an integration tool that can simplify this process.

Blade RunnerBlade Runner

I think SFDC Data Loader might be what I am look for and I have been looking at the documentation. The one thing I have not found is how do you tell the Data Loader which data you want to down load? Is it possible to down load data between to given dates? Do you know of a link to documentations that explains these details. Thanks again for the help.