What are the Isolation levels possible ?
Answers were Sorted based on User's Feedback
Answer / rafee s
CS -- Cursor Stability.
RR -- Repeatable Read.
UR -- Uncommitted Read
RS -- Read Stability
NC -- No Commit (smiler to UR)
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / narayana reddy
CS-cursor stability
RR-repeatable read
UR-uncommited read
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / krishnan
CS-cursor stability
RR-repeatable read
UR-uncommited read
CR-Cursor Readabiliy
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / viratarya
CS -- Cursor Stability.
RR -- Repeatable Read.
UR -- Uncommitted Read
RS -- Read Stability
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / naveen87ginjupalli
CS-CURSOR STABILITY
RR-REPEATABLE READ
Is This Answer Correct ? | 0 Yes | 4 No |
What's The Error Code For Unique Index Voilation?
What is access path in db2?
What is reorg in database?
The only place of VSAM KSDS in DB2 is?
Name the lockable units in DB2?
how to u check the query is executing or not ?where will u check for sqlcode ?
How do you Load a table ?? and what is Load replace ?
what is dynamic cursor?gives syntax for this?
Explain about mirror activator disk mirroring?
What is the use of DELGEN in DB2? Can we Write the program with out using it?
How do you leave the cursor open after issuing a COMMIT? (for DB2 2.3 or above only)
What is normalization and what are the five normal forms?