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

what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??

4 Answers   Xansa,


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

3 Answers  


Explain about rct in db2?

0 Answers  


Can you search give an array in the WHERE clause of a db2 query?

1 Answers  


My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??

2 Answers   Xansa,


What is a DB2 plan?

8 Answers  


What is a db2 tablespace?

0 Answers  


What is error -818 in db2. where can you find the timestamp of the DBRM and the source code.( precompile puts the timestamp on dbrm and source code correct?)

2 Answers  


What happens to the PLAN if index used by it is dropped?

1 Answers  


How do we specify index to include or not during bind process.

0 Answers   Satyam,


What is meant by index cardinality?

2 Answers  


What is universal database?

0 Answers  


Categories