How do u achieve record level locking in DB2 versions when
record level locking is not allowed?
Answers were Sorted based on User's Feedback
Answer / nahid gorji
By using locksize page and Isolation level CS.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / s
By storing one row per data page and using page locks.
| Is This Answer Correct ? | 1 Yes | 2 No |
Explain package in db2 and its advantages?
i want to know how the commit option works,how it save the changes? it will update the database or what ? where we can see these saved changes?
In db2, how do you insert multiple rows in 1 query using a.) Cursors, b.) Normal query?? Give syntax for both.
what is the steps followed in EXPLAIN Process or EXPLAIN command. (Explain is for identifying the optimized access path but how or what is the steps for doing the EXPLAIN)
What is lock contention?
how to identify the pseudo conversation by seeing the program
Usually, which is more important for DB2 system performance - CPU processing or I/O access?
What is referential integrity?
what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??
How to resolve -818 sql code in DB2?
Describe the elements of the SELECT query syntax?
what is plan? is plan executable or package?