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 difference between Global and External Variables?

0 Answers  


Can the OCCURS clause be at the 01 level?

2 Answers  


what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.

5 Answers  


) What is the use of IGNORE?

1 Answers   IBM,


Can printer files (having 133 characters) be of variable length?

3 Answers  






What the difference is between continue and next sentence?

0 Answers  


How to read records from flat file in reverse order through COBOL program?

14 Answers   Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,


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

0 Answers  


COMP?

2 Answers  


wht is the difference between goto and perform stmts

7 Answers   DELL,


plz,could any one tell me? what about EBCDIC in cobol?briefly?

1 Answers  


Write a program to explain size error.

0 Answers  


Categories