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 |
When is the skeleton cursor table created?
What is DB2 (IBM Database 2)?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
How do I delete a table in db2?
Can SQL statements/queries be included in a copybook?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
What are data types?
What's The Error Code For Unique Index Voilation?
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?
How to compare data between two tables in db2?
What is the size of a data page?
Can we update view in db2?