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 > MySQL connection to Oracle

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-29-05, 10:47
darylm74 darylm74 is offline
Registered User
 
Join Date: Jan 2004
Location: Pittsburgh PA
Posts: 2
MySQL connection to Oracle

We're looking at a product that uses MYSQL to monitor our network systems (our current product uses SQL Server). Each month, information for an executive report, is combined from several different sources (SQL Server, DB2 and Oracle) into one Oracle database which is then queried by our reporting system. We use DTS to push data from SQL Server and all of our DB2 data is brought over via Data Mirror. I was wondering what would be the best (and cheapest) method to get data from MySQL into Oracle. This would need to be automated. I was thinking a shell script that dumps the data out of MySQL and then uses SQL*Loader to get the data into Oracle.
Reply With Quote
  #2 (permalink)  
Old 09-30-05, 13:54
marist89 marist89 is offline
Registered User
 
Join Date: Oct 2002
Location: greenwich.ct.us
Posts: 279
There is an option to mysqldump that allows you to dump the data out in "Oracle" format (which basically means the syntax of the DDL will be correct for Oracle). mysqldump --help for options.

Otherwise, get to know Perl.
__________________
Jeff Hunter
http://marist89.*************
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