Page 1 of 1

How concurrency is handled in db2?

Posted: Sun Sep 19, 2021 12:09 pm
by priyaSr
Hi,

I have a situation in which we re planning to run 3 jobs in parallel which update the same DB2 Table? Can this be done, how concurrency is handled in DB2?

Re: How concurrency is handled in db2?

Posted: Mon Sep 27, 2021 11:10 pm
by prem_raj
If you are using scheduler then you can make dependency of Jobs to each other. That way you don't need DB2 dependency.

Re: How concurrency is handled in db2?

Posted: Tue Sep 28, 2021 6:29 pm
by priyaSr
Thanks. This way I know and I can do this. But if want to do it using only DB2 how can we do that?