MySQL Forums
Forum List  »  Oracle

Re: Linking Oracle tables to MySQL
Posted by: Marty Metras
Date: November 17, 2004 01:15PM

Josh,

Here is kind of what I am doing now.
From the Oracle/UNIX server side I execute a script using ssh to on the MySQL/linux server to create a text file uising filtered data and only 90 days old. THis is about 4000 record now. The text files is FTPed back to the Oracle server and loaded into a temp table. At this point the data from the MySQL database can be linked to the Oracle data to update 50 records or so.
The whole process as it stands is take only 2-3 minutes.

While typing this I had another thought.
When I execute the script I could be passing a list of SalesOrderNo to the MySQL server and load them into a temp table and use them for a filter to get my test data to pass back to Oracle.

The Data on the MySql side is time stamped and there is othe feilds I can use to linit the amount of data I need to send back to Oracle. Right now 90 days is the best I can do.

I was just trying to find a better way to do this.

Options: ReplyQuote


Subject
Views
Written By
Posted
6467
November 05, 2004 04:28PM
8271
November 16, 2004 06:39PM
3732
November 17, 2004 07:55AM
3602
November 17, 2004 10:02AM
Re: Linking Oracle tables to MySQL
3302
November 17, 2004 01:15PM
6705
November 17, 2004 01:46PM
2988
November 17, 2004 02:18PM
3230
November 17, 2004 02:41PM
2772
November 17, 2004 03:09PM
3324
December 08, 2004 04:01PM
3094
December 14, 2004 09:20AM
3150
December 14, 2004 09:27AM
3372
December 14, 2004 08:52PM
6673
t p
July 04, 2006 04:46PM
2986
t p
July 06, 2006 03:37PM


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.