what is the soft code for deadlock ?

Answers were Sorted based on User's Feedback



what is the soft code for deadlock ?..

Answer / 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

what is the soft code for deadlock ?..

Answer / suneel reddy

-913

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More DB2 Interview Questions

how to resolve -811 error. give clear explination

4 Answers   IBM,


My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??

2 Answers   Xansa,


For unmatched rows returned from an outer join, the column values in the other table are set to null e.g If A OUTER JOIN B returns some unmatched rows from A, the corresponding column values in B will be set to null. What can be done so that a null value is not displayed for these columns?

3 Answers  


What is host variable?

0 Answers  


How to get the ddl of a table in db2?

0 Answers  






What is copy book?

1 Answers   Thomson Reuters,


What does CURRENTDATA option in bind indicate

1 Answers   IBM,


What is performance tuning db2?

0 Answers  


What is the difference between plan and package in db2?

0 Answers  


What is an intent lock?

3 Answers  


What do you need to do before you do EXPLAIN ?

1 Answers  


I use CS and update a page. Will the lock be released after I am done with that page?

2 Answers  


Categories