Hi,
I need some help in updating current table with the info of another db on another instance.
I need to read some data from one DB [db1] and update [and insert] another database [db2]. Both the databases are on different systems [s1 and s2]. On one of the systems I can see connect to both databases, but not simultaneously.
Basically my requirement is something like this.
insert into t1@db1.s1 values (select * from t1@db2.s2)
Can anybody point me how and where to start.
Thanks in advance
gbag.
I need some help in updating current table with the info of another db on another instance.
I need to read some data from one DB [db1] and update [and insert] another database [db2]. Both the databases are on different systems [s1 and s2]. On one of the systems I can see connect to both databases, but not simultaneously.
Basically my requirement is something like this.
insert into t1@db1.s1 values (select * from t1@db2.s2)
Can anybody point me how and where to start.
Thanks in advance
gbag.