Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Accumulation and Batch updatein Oracle

I have use case ..wherein

1. i need to query records from a table A

2.iterate those records on table B to fetch more data

3.Accumulate all the data fetched from Table B.

4.Batch insert/update Accumulated data in another table C .

For this kindly help with components

TDbinput(A)--->tflowtoIterate --->TDbinput(B)-->>tflowtoIterate--> ?? How to accumulate data and batch update table (C) at one go only

Labels (3)
3 Replies
vapukov
Master II
Master II

Hi,

 

  • write to local CSV file
  • write to staging table on target server
  • store in memory hash (tHashOutput / tHashInput)
Anonymous
Not applicable
Author

Can u share the list of components that need to be used to achieve this 

vapukov
Master II
Master II

Hi,

 

I mean - any of 3 samples

- tFileOutputDelimited

- tDBOutput

- tHashOutput / tHashInput

 

collect(accumulate) means store somewhere - file, database or memory, so and components must be related