What is meant by repeatable read?

Answers were Sorted based on User's Feedback



What is meant by repeatable read?..

Answer / sunil1405

Its an isolation level. In RR the locks are retained til
the end of the transaction.

Is This Answer Correct ?    6 Yes 4 No

What is meant by repeatable read?..

Answer / guest

The qualifying rows under Repeatable read will ensure that
no rows will be changed or added for the duration of the
lock.

Is This Answer Correct ?    1 Yes 0 No

What is meant by repeatable read?..

Answer / sf

In RR isolation level, all the pages fetched in the cursor
are locked till end of transaction. This is the safest way
to ensure that no concurrent update happened when the
cursor was actiong on this data.

The confusion would be on CS . In CS only the page having
the relevant data would be locked. As the page size is 4k ,
we may lock more than one row of a table based on row size
and table space organization.

Is This Answer Correct ?    0 Yes 0 No

What is meant by repeatable read?..

Answer / kumar

It is the highest level of isolation parameter. I will hold
the entire table till the completion of the transaction or
job. Others can not access that thable

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More DB2 Interview Questions

i have table agdet i want first 5 maximum commission which query will you write for this thanks in advance

3 Answers  


Mention some fields that are a part of sqlca.

0 Answers  


How we create a tables in DB2 ?Previously client has using 7 letters for user id,now he wants to increase the letters from 7 to 12 for user id.How we can do it?

6 Answers   Wipro,


What is the maximum number of columns in a db2 table?

0 Answers   IBM,


What is multi row fetch in db2?

0 Answers  






Explain how can you do the explain of a dynamic sql statement?

0 Answers  


What does db2 blu stand for?

0 Answers  


Can any one tell me about Restart logic in DB2.

2 Answers  


Where is the output of EXPLAIN stored?

2 Answers  


What is null in db2?

0 Answers  


Can a Db2 table data be retrived through JCL?

4 Answers  


What are some characteristics of columns that benefit from indexes?

1 Answers  


Categories