MySQL Forums
Forum List  »  Oracle

Re: Importing Data From .dmp file into MySQL
Posted by: frank_alw
Date: November 02, 2004 02:52AM

Manish,
It can be easily automated using script that
1) run WisdomForce FastReader to extract data from Oracle into text and generate loaders to MySQL or Oracle or DB2, etc
2) run loaders

This script can be scheduled for your convinience.
That is how I am doing this

Initially you are using FastReader Configurator to create the config file. Config file specifies which tables, column or even rows (by WHERE clause) to be extracted when FastReader running.

And then use this config file in your scripts.

Hope it will help

Options: ReplyQuote


Subject
Views
Written By
Posted
40952
September 20, 2004 10:03PM
15698
September 26, 2004 04:22PM
Re: Importing Data From .dmp file into MySQL
13320
November 02, 2004 02:52AM
14041
November 14, 2004 10:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.