What is concurrency in db2?
Answer / vasuki🐍
Concurrency is the ability of more than one application process to access the same data at essentially the same time.
However, DB2 use locks to control concurrency to prevent lost updates and such possibly undesirable effects as unrepeatable reads and access to uncommitted data.
locks ensure that no process accesses data that has been changed, but not yet committed,
| Is This Answer Correct ? | 0 Yes | 0 No |
how can u nderstand the sql stmts executed successfully or not ?
Mention and explain the contention situations caused by locks?
How would one remove old reorg information from the DB2 catalog?
can we update the table by using cursors can anyone post the query?
What is copy pending status in db2?
What is image copy?
What is an alias and how does it differ from a synonym?
Usually, which is more important for DB2 system performance - CPU processing or I/O access?
What is a collection?
What is the SQL Communications Area and what are some of its key fields?
Why db2 is called db2?
What does db2 stand for?