Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 database in sync at regular interval

Author  Topic 

Mark8080
Starting Member

5 Posts

Posted - 2008-12-04 : 21:47:47
I want to pull the data from Oracle database table and insert into DB2 database table, at regular interval of 20 minutes.

What is the best way to do this?
How to get from last interval raw accessed to all data of Oracle database?

Thanks,
Mark

snSQL
Master Smack Fu Yak Hacker

1837 Posts

Posted - 2008-12-04 : 23:09:01
This is a SQL Server forum - are you planning to use SQL Server DTS to move your data between Oracle and DB2? If not you should check out an Oracle forum, you'll get more info there
http://forums.oracle.com/forums/main.jspa?categoryID=84
Go to Top of Page

Mark8080
Starting Member

5 Posts

Posted - 2008-12-05 : 10:58:03
How I could be able to get from Oracel.TABLE_B to SqlServer.TABLE_A ?
Both TABLE_B and TABLE_A are same. I want to keep TABLE_A same as TABLE_B at regular interval.
Go to Top of Page
   

- Advertisement -