Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

When do you use the IMAGECOPY?

4 Answers  


What does it mean if the null indicator has -1, 0, -2?

1 Answers  


Plan has the optimized access path in it. But is that optimized access path is attained or known

1 Answers   IBM,


What is the physical storage length of timestamp data type?

0 Answers  


What is phantom read in db2?

0 Answers  


what is a collection?

2 Answers  


What is db2 bind process?

0 Answers  


How could one combine a set of incremental image copies into a single copy?

1 Answers  


What is bind and rebind in db2?

0 Answers  


How to take backup of table in db2?

0 Answers  


What is an intent lock?

3 Answers  


B37 abend during spufi?

0 Answers   IBM,


Categories