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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

677


How do you define a variable of comp-1 and comp-2?

707


Which mode is used to operate the sequential file?

670


how to refer the data field?

1812


How do get the result of your program directly on your pc?

1885






how do you reference the fixed unblock file formats from cobol programs

712


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1846


What is the difference between perform … with test after and perform … with test before?

885


What is perform what is varying?

711


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

714


Name some of the examples of COBOl 11?

2687


What are the pertinent COBOL commands?

2626


Give some examples of command terminators?

759


what is the use of outrecord?

1772


Mention the guidelines to write a structured cobol program?

620