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 are ISOLATION LEVELS? Where do we need to specify them?

Answers were Sorted based on User's Feedback



What are ISOLATION LEVELS? Where do we need to specify them?..

Answer / shreya

An isolation level determines how data is locked or
isolated from other processes while that data is being
accessed.these can be specified in 4 ways-
1)RR(Repeatable read)
2)RS(Read stability)
3)UR(uncommited read)
4)cs(cursor stability)

Is This Answer Correct ?    7 Yes 0 No

What are ISOLATION LEVELS? Where do we need to specify them?..

Answer / harish

isolation levels r specified when we do bind, they avvoid
concurrency and mauntain integrity of data....isolation
levels r cursor stabily, repatable read.

Is This Answer Correct ?    2 Yes 0 No

What are ISOLATION LEVELS? Where do we need to specify them?..

Answer / ashu

An isolation level determines how data is locked or
isolated from other processes while that data is being
accessed.It is page level locking.these can be specified in
4 ways-
1)cs(cursor stability):-
Used when concurrency is important.
2)RR(Repeatable read)
Used when Data Integrity is Important.
3)RS(Read stability)
4)UR(uncommited read)
Uncommited read or Dirty Read.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is link edit in cobol?

0 Answers  


When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these

6 Answers   Wipro,


we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?

1 Answers  


which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast

1 Answers  


77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......

8 Answers  


can we declare occurs in 01 level?

2 Answers   Temenos,


why we are using picture clause in the cobol programs?

2 Answers  


what is the difference between PA & PF keys?

1 Answers   IBM,


what are the control characters used in reports

1 Answers  


if someone is using my file,how can i find which user id is using?

4 Answers  


What kind of error is trapped by on size error option?

0 Answers  


Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?

2 Answers   TCS,


Categories