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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Purpose of Pointer in the string?

1122


What is link edit in cobol?

1267


what is the difference between COBOL2 AND COBOL390?

3112


What guidelines should be followed to write a structured cobol prgm?

1200


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

1228


Define static linking and dynamic linking.

1268


what happens if parmparameter passes zero bytes to the program

2177


What is report-item in COBOL?

1195


What is the difference between binary search and sequential search?

1128


What is difference between static and dynamic call in cobol?

1459


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

12533


What is the difference between next sentence and continue in cobol programing language?

1274


what is search and searchall?what is the diffrence between them?give an best example?

6919


What is an in line perform? When would you use it? Anything else you wish to say about it.

1140


how do you define single dimensional array and multidimensional array in your cobol?

1148