What is meant by repeatable read?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
When do you use the IMAGECOPY?
What does it mean if the null indicator has -1, 0, -2?
Plan has the optimized access path in it. But is that optimized access path is attained or known
What is the physical storage length of timestamp data type?
What is phantom read in db2?
what is a collection?
What is db2 bind process?
How could one combine a set of incremental image copies into a single copy?
What is bind and rebind in db2?
How to take backup of table in db2?
What is an intent lock?
B37 abend during spufi?