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 isolation level?

Answer Posted / pandurangan

DB2 ensures concurrency through ISOLATION levels, which
determines how data that is accessed or modified by one
transaction is isolated from other transaction.

There are 4 levels of isolation

1) Repeatable Read - if a transaction scans 1000 rows to
retrieve 20 rows, lock is acquired and held on all 1000 rows
until the transaction is complete.

2) Read Stability - If 10 rows are retrieved then lock will
be on 10 rows only till the completion of transaction.

3) Cursor Stability - Only locks the row that is referenced
by a cursor that was declared and owned by the transaction.

4) Uncommitted Read - Its just like read, since you haven't
committed you can see others making changes to it while you
are still on it.

For more details go to http://db2guide.blogspot.ie/

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are host variables in db2?

1122


Mention data types used in db2 ?

1200


What is cursor with hold option in db2?

1136


Where do you specify them?

1370


What is null indicator in cobol db2?

1111


What is dpf in db2?

1167


Explain the contents that are a part of dclgen.

1137


How do I create a view in db2?

1074


How to check sequence on a table in db2?

1116


Can we update view in db2?

1053


What is cursor stability in db2?

1414


What is netezza database?

1080


Define sqlca.

1172


What does db2 plan contain?

1087


Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference

1536