View previous topic :: View next topic |
Author |
Message |
edkir98 Beginner

Joined: 27 Aug 2007 Posts: 102 Topics: 42 Location: Chennai
|
Posted: Mon Sep 27, 2010 10:01 am Post subject: Connecting between 2 DB2 Systems |
|
|
We have 2 DB2 subsytems - DB2A and DB2B. Both of them are in different location and they have their own set of tables and programs. I have a requirement where my program in DB2A has to access a table in the other DB2 system DB2B. How can i do this?
i have some suggestions but am not sure which will work.
1) Can i create a view for the table in DB2B in DB2A and use this view in my program?
2) Can we set up plans on both sides and do a bind so that I will run my program from DB2A, but issue a connect statement to DB2B.
Please help _________________ Thanks |
|
Back to top |
|
 |
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
|
Back to top |
|
 |
|
|