Explain the contention situations caused by locks?
Answer / Sanjeev Kumar Sinha
Contention situations caused by locks in DB2 can occur when multiple transactions attempt to access or modify the same data concurrently. This can result in waits, deadlocks, and increased response times as transactions must wait for locks to be released before proceeding.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a collection?
Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
How do you Load a table ?? and what is Load replace ?
Name some fields from SQLCA
What is meant by repeatable read?
when does the SQL statement gets executed when you use cursor in the application programming ?
Explain db2.
Is it possible to create an Instance in DB2 using DB2 Control Center ?
When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
What do you need to do before you do EXPLAIN?
What are the abend codes occour in ur latest PROJECT in DB2