Edo Bezemer wrote:

Has somebody already experience to load date from an Oracle database (Or MSQL, DB2) to SAPDB? Is it be done by XML? Oracle can handle XML output and SAPDB is able to insert XML Data format. Or is there an other more easier way to load Oracle date to SAPDB.

I guess it depends on what you consider to be "easy". 8^)
I wrote a python script that reads data from an Oracle database and writes to an SAPDB database; since it uses the dbapi, it should work against any source database where there's a python dbapi module. The only data type which needed special handling was "date", and dbapi has methods to handle this easily. I'm willing to share the script if you're interested.
--
=================================================
[EMAIL PROTECTED] Stephen Semeniuk
Sentai Advanced Research Corporation


If you're not part of the solution,
  you're part of the precipitate.


_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to