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
gbacskaigbacskai 

Salesforce query from Oracle (PL/SQL)

Dear All,

You can query/update salseforce.com direct from oracle pl/sql block.

eebpage of the project: http://code.google.com/p/plsqlsoap/

some features:
  • create oracle table on the fly.
  • create unique indexes and prmary keys
  • generic sql from salesforce
  • http communication compression
  • load oracle table from salesforce
  • on salesforce schema changes recreate the oracle schema
  • autocommit possibilities for batches
  • SOAP call support: describeGlobal , describeLayout, describeSObject, describeTabs,getServerTimestamp,getUserInfo,query,queryAll,queryMore
  • http proxy support

If you have any question and/or feature requests do not hesitate contact me

Regards
Gergo
gergo@bacskai.hu