MySQL Forums
Forum List  »  Oracle

DB Links in MySQL
Posted by: Tom Ward
Date: May 18, 2007 10:38AM

In Oracle, you connect from one instance to another using a db link. The link allows create, insert, update, and delete on tables and also allows execution of stored procedures in a schema connected with the link. Does anyone know if something similar can be done in MySQL? I know a federated table can be used for table access. But what about stored procedures? Thanks.

Options: ReplyQuote


Subject
Views
Written By
Posted
DB Links in MySQL
3698
May 18, 2007 10:38AM


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.