Answer Posted / ashish
Deadlock issue you get when suppose same table is being used
by many applications. The first solution is you should wait
for a while til other users use it. or you can get the
utility thread kill by Database Administrators.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How do you pull up a query which was previously saved in qmf?
How do I start db2 in windows?
What is node in db2?
What is the difference between using bind () and rebind () methods of naming class?
What is a db2 cursor?
What is host variable?
Name the lockable units in DB2?
What are concurrency issues?
What is scrollable cursor in db2?
What is a db2 schema?
What is db2 optimizer?
What is dbrm? What it contains? When it will be created?
Is ibm db2 open source?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
Can there be more than one cursor open for any program?