what is the soft code for deadlock ?
Answers were Sorted based on User's Feedback
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 |
I want to fetch the 10th row of a table which has been changed.How can I do it without going thru all the rows.
what is consistency token
What is db2?
What is null in db2?
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?
What is a DB2 bind?
What do you mean by NOT NULL? When will you use it?
What is coalesce in db2?
How do you stop a db2 database in linux?
What types of tables are there in the db2 database?
What is a precompiler?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.