Author: Rohit Umarjikar
Posted: Mon Mar 27, 2017 11:01 pm (GMT 5.5)
1.Unload the data by joining them either by a program or a unload job
2. Create a load job to the target table by referring to the unload file created in step 1.
3. Or look more on DB2 Triggers.
3. But. you need to tell us how often and how these events should occur?
_________________
Regards,
Rohit Umarjikar
"Knowledge is knowing that a tomato is a fruit, but Wisdom is knowing not to put it in a fruit salad."![icon_razz.gif]()
Posted: Mon Mar 27, 2017 11:01 pm (GMT 5.5)
Quote: |
I have 3 to 4 DB2 tables getting written by Stored procedure inserts. From these 3 to 4 tables, I need few columns data of each table to be loaded into a another single DB2 table every minute. |
1.Unload the data by joining them either by a program or a unload job
2. Create a load job to the target table by referring to the unload file created in step 1.
3. Or look more on DB2 Triggers.
3. But. you need to tell us how often and how these events should occur?
_________________
Regards,
Rohit Umarjikar
"Knowledge is knowing that a tomato is a fruit, but Wisdom is knowing not to put it in a fruit salad."
