Hi all,
I'm looking to see if DB2 provides the same functionality as Oracle's "Database Link" and SQL Server's "Linked Server".
I have two different DB2 9.7 machines - machineA and machineB. I want to copy the rows of a particular table in machineA into the same table in machineB. The Oracle / SQL Server SQL looks similar to the following, assuming the links have been set up:
INSERT INTO machineB.userB.tableZ SELECT * FROM machineA.userA.tableZ
Note that I have already successfully implemented the a feature using links for Oracle and SQL Server. I just find it hard to believe that there is not somehting similar for DB2. I have tried Googling but came up with some vague results. Your help and advice is appreciated.
Thanks and kind regards,
Jason.