Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Replication from DB2 to Oracle
Take a look at Oracle Gateway or the Equivalent of it in DB2. AFAIK,
online replication
across Databases of diff.vendors is still not avbl. though it seems you
can do DMLs
from Oracle to other databases (viz, SQL Server, Sybase, DB2) in 10G.
Don't know about the reverse.
Or you may considering any of the following:
1. Dump the DB2 data onto flat file and load using sqlldr / External
Tables.
2. Generate SQL insert statements using the equivalent of triggers
(capturing
the DMLs in the same sequence) and run it in Oracle.
In either of the above cases , how are you going to handle DDLs if any
that are
being done in DB2. The same need to be propogated to Oracle too and the
subsequent data inserted correctly.
HTH
GovindanK
<-----Original Message----->
From: Rishi.Jain_at_VerizonWireless.com
Sent: 9/25/2003 12:05:43 PM
To: ORACLE-L_at_fatcity.com
Hi,
Do any of you have any recommendation about any tools / software which
replicate data between DB2 and Oracle ? Are there any good products out
in
the market ? I would really appreciate if you could suggest something.
I am looking to replicate around couple of hundred thousand rows a day.
The
replication can be every couple of hours. Our main concern is
performance on
the transactional system ( source system running db2) should not have
significant performance impact.
Thanks.
Thanks
Rishi Jain
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Govindan K INET: gkatteri_at_omanmail.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Thu Sep 25 2003 - 16:24:44 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).