What are the levels of isolation available with DB2V4
Answers were Sorted based on User's Feedback
Answer / nag(igate)
CS Cursor Stability
RS Read Stability
RR Repeatable Read
UR Uncomitted Read
NC no commit-similar to UR
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / s
CS Cursor Stability
RS Read Stability
RR Repeatable Read
UR Uncomitted Read
| Is This Answer Correct ? | 0 Yes | 1 No |
Is ibm db2 free?
What is the physical storage length of date data type?
If I have 5 Queries in a DB2 Cobol program , while precompiling how many DBRMs will get created and How many Plans and Packages will get created while Bind Process?
What is db2 command?
Define data page.
Is db2 relational database?
What is Declaration Generator(DCLGEN)?
Comment whether the cursor is closed during commit or not.
What is an instance database?
What is the latest version of ibm db2?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
DB2: A calls B once sucessfull and second time when it calls says curson is open why is it so?