What are the disadvantages of PAGE level lock?
Answers were Sorted based on User's Feedback
Answer / s
Less concurrency. Lock contention occurs when an
application program is trying to acquire a lock that is
already held by another program.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / thomas john
high resource utilization when large updates are to be done
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the STOSPACE Utility used for?
Explain what a plan is?
What are catalog tables in db2?
What is the COBOL picture clause of the following DB2 data types: DATE, TIME, TIMESTAMP?
Suppose I have a program which uses a dynamic SQL and it has been performing well till now. Off late, I find that the performance has deteriorated. What happened?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
what is check point and restart Logic ? why do we go for that ??
What is a subselect? Is it different from a nested select?
What is the picture clause of null indicator variable?
How is deadlock resolved?
What is declare cursor?
What is the maximum length of a column name in DB2? 18 or 30 or anything other than these?