Answer Posted / deepthy
-911 and -913 are the sqlcodes for deadlock. But DB2 attempts
to roll back the SQL for one of the application
processes. If the
ROLLBACK is successful, that application receives
SQLCODE -911. If the
ROLLBACK fails, and the application does not abend,
the application
receives SQLCODE -913.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the contents of a dclmgen?
What is explain in db2?
Explain about rct.
How to find schema of a table in db2?
What is reorg and runstats in db2?
Explain about cursor stability?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
Explain about dbrm.
Is schema the same as database?
What is runstats db2?
What is the picture clause of null indicator variable?
How can you find out the # of rows updated after an update statement?
What is phantom read in 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.
What is null in db2?