insert row into remote server
how can i do inserts into remote database in mysql from command,or create link or ,stored procedure
For example in oracle create a database link.
Create database link mylink connect to user identified by pwd using 'connection string'
once defined this
i can insert to remote server using this link example.
insert into emple select * from emp@Mylink where deptno=20;
Subject
Views
Written By
Posted
insert row into remote server
7926
October 30, 2006 09:54AM
3681
October 31, 2006 12:17PM
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.