If there are more than one sessions running parallel in a
worklet, which will be the last session ?
Answers were Sorted based on User's Feedback
Answer / ajay
There is nothing first and last. The flow will coninue only
after the completion of all sessions in the worklet.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vasu
In Worklet/workflow if all the seesions running on
parallel way there is no dedpendency on each other.
Irrespective of Performence tune,
Mapping logic,sql & lookup query & Wf settings..
Which session processing the huge volume of data that will
the last session.
| Is This Answer Correct ? | 0 Yes | 1 No |
how to we create datamart?
How would you join a node to the already existing domain?
what is the size of u r project? and what is the size of source file?
How to fix the etl bugs..Tell me the process?
wht target override?wht advantages it has compare to target update?
Why we require dwh in particular projects?
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
can you avoid static cache in the lookup transformation? I mean can you
How can we get two output ports in un-connect transformation?
How to recover the standalone session?
delete data from staging table as it loads to target table.here is the case we are getting data from 3 different server.a b and c.the data from server A loaded into staging table and we ran the task and data loaded to target table.now today data from server B and C also got loaded to the staging table.now what techniques and what transformations should be used to delete only the data which has been loaded only to the target.we need to delete only that data from staging which has been loaded into the target.looking for your responses
In which situation we will use persistant cache and shared cache in real time. plzsss answer with example