I have two db2 instances (inst1, inst2) each with its own set of tables.
Is there a way of migrating data from one db2 instance to another?
What I would eventually like to do is something like :
Code:
INSERT INTO inst2.table2 SELECT * FROM inst1.table1
Is this possible in DB2. If so, how can I do it?
Thanks & regards
Arulmani