Regarding DB Link in MYSQL
Hello,
Appreciate your feedback.
I am looking for some info related to Database Link in MYSQL similar to the one in ORACLE.
1.If I want to transfer data from one server to another server, how do i do it MYSQL
2.In case of a query needs access to other databases, how do i do it in a query.
ie (select a.col from table a, table1@dbserver b where a.col = b.col).
3.In Case of transferring the data to the other database server(like From MYSQL database to ORACLE Database), what method should be adopted.
ie(insert into tab@dbserver select* from table1;)
I need it very urgently these info.
Pls advice on this.
Thanks
Srini
Subject
Views
Written By
Posted
Regarding DB Link in MYSQL
47955
October 07, 2004 01:51AM
40438
October 21, 2004 01:50AM
20532
November 01, 2004 03:51PM
20448
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.