If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > periodic Data Migration from Oracle to MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-06-08, 11:35
Ata Ata is offline
Registered User
 
Join Date: Mar 2008
Posts: 1
periodic Data Migration from Oracle to MySQL

Hi,

I am working with a project where I have to regularly migrate data from Oracle database to MySQL database. The Oracle database resides at client and there is no administrative access. I can only query the data. For MySQL, I have administrative control.

The data being taken from Oracle database is real-time events. If a row is removed, that event is no longer valid. If a row is added, its a new event and if row is modified, it is updated event (all events are timestamped).

There are two questions:
1. What is the best way to migrate data from Oracle to MySQL. I have several solutions (ETL, Java program, etc.) but I want to know if there is any better solution.

2. Since all row changes need to be reflected in MySQL, the easiest way is to purge table in MySQL and copy all the information from Oracle. Since this is real time events and a huge number of events coming in, is there a way to only get a changeset? I can get the one for added/modified by checking timestamp but not sure how to sync the rows that are deleted in oracle.

Thanks,
Ata
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On