Hi,
I have worked on Oracle database and am new to DB2 UDB. Is there a way I can join two tables in two different databases on diferent machines. Like in Oracle we have DB links. Do we have anything similar like DB Link in DB2 UDB.
I am trying to do something like below:
select Col1, Col2, Col3
from
table1, ----> This is in QA Box.
table2 ---->Table two is in Production box
Any advice will be appreciated.
Thanks
I have worked on Oracle database and am new to DB2 UDB. Is there a way I can join two tables in two different databases on diferent machines. Like in Oracle we have DB links. Do we have anything similar like DB Link in DB2 UDB.
I am trying to do something like below:
select Col1, Col2, Col3
from
table1, ----> This is in QA Box.
table2 ---->Table two is in Production box
Any advice will be appreciated.
Thanks