all groups > sql server replication > may 2007 >
You're in the

sql server replication

group:

Oracle Rdb -> SQL2005



Oracle Rdb -> SQL2005 David Gray
5/24/2007 12:00:00 AM
sql server replication:
Hi,

Currently our core system runs on OpenVMS with the data stored in
Oracle Rdb (that's not RDBMS).

Rdb includes a product called LogMiner which unloads the days
transactions from the transaction logs (After image journals in Rdb
parlance) into a delimted file, the structure of which is

D, table-name, "entrire row data"
M, table-name, "entrire row data"

D is deleted and M is added or modified.

We have a VB6 program which goes through this matching up file
deleting or update/adding based on the PKs.

Does anyone know of any products out there that can do something like
this that can be scheduled and handle 500,000 rows per day?

Our target server is SQL2000 but soon to be SQL2005 on 64bit windows.

The VB6 program cannot easily be converted to 64bit easily and is
buggy anyway.

Thanks

Dave





Re: Oracle Rdb -> SQL2005 B. Edwards
5/24/2007 10:20:09 AM
SQL Server Integration Services??


[quoted text, click to view]

Re: Oracle Rdb -> SQL2005 Hilary Cotter
5/24/2007 12:44:52 PM
DataMirror.
[quoted text, click to view]

Re: Oracle Rdb -> SQL2005 David Gray
5/25/2007 12:00:00 AM
Ok thanks for both suggestions, I will investigate further.




On Thu, 24 May 2007 12:44:52 -0400, "Hilary Cotter"
[quoted text, click to view]
AddThis Social Bookmark Button