MySQL Forums
Forum List  »  Oracle

Re: Regarding DB Link in MYSQL
Posted by: Mickael BESSON
Date: October 21, 2004 01:50AM

1. no dblink in MySQL (for the moment I hope)

2. If DB are on the same server, you can use
select a.col from db1.table1 a, db2.table2 b where a.col = b.col

3. it will be too simple (;-)). You have to export data from Oracle, modify them, and then import into MySQL...
After, there are pratical tools like SQLWays for example...

Options: ReplyQuote


Subject
Views
Written By
Posted
47706
October 07, 2004 01:51AM
Re: Regarding DB Link in MYSQL
40083
October 21, 2004 01:50AM
20431
November 01, 2004 03:51PM
20359
August 23, 2007 06:02AM


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.