What are the disadvantages of PAGE level lock?

Answers were Sorted based on User's Feedback



What are the disadvantages of PAGE level lock?..

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

What are the disadvantages of PAGE level lock?..

Answer / thomas john

high resource utilization when large updates are to be done

Is This Answer Correct ?    2 Yes 2 No

What are the disadvantages of PAGE level lock?..

Answer / rahul

nothing

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More DB2 Interview Questions

If I have a view which is a join of two or more tables, can this view be updatable?

3 Answers  


How can you compare table column after update and before update?

5 Answers   Satyam,


What is the significance of the CURSOR WITH HOLD clause in a cursor declaration?

4 Answers  


Mention the way of highlighting as well as putting a cursor to use in a cobol program.

1 Answers  


why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2

3 Answers  


When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?

1 Answers   Broadridge,


Do we have any optinon to search part of integer in DB2 as we have for character Like,SUBSTR optins?

1 Answers  


Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?

2 Answers   L&T, UST,


What techniques will be used to avoid deadlock??

5 Answers   IBM, SUN,


What is nvl in db2?

1 Answers  


What is subquery ?

6 Answers  


What is the difference between using bind () and rebind () methods of naming class?

1 Answers  


Categories