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 the significance of 'above the line' and 'below the line'?

2 Answers   Nokia,


What is the difference between static call & Dynamic call?

2 Answers   CSC, TCS,


How can you declare the file ?

1 Answers   Wipro,


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

2 Answers   IBM,


What is static and dynamic call in cobol?

0 Answers  


What is the difference between SEARCH and SEARCH ALL?

6 Answers   Cognizant,


what r the types of perform statement

4 Answers  


what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?

2 Answers   IBM, Wipro,


How will you find the currepted records in a file

2 Answers  


how to pass 100 to s9(4) how r they inserted ?

3 Answers   TCS,


When and how can we use index & subscript ?

2 Answers  


i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?

7 Answers   CTS,


Categories