how to u check the query is executing or not ?where will u check for sqlcode ?
Answer Posted / arun
If you want to check from DBA point of view.
I would suggest if the query is taking longer time you can
use any of the tools like detector and check how long the
query is running and how much cpu has been allocated to
this thread and how many get pages has been done how many
rows has been selected or inserted or updated.
We have tools to know the current status of the query.
If the query is simple and completes quickly SQL RC = 0 is
for the normal completion of the query
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
How can you find out the # of rows updated after an update statement?
What are db2 tables?
How do I import a csv file into db2?
List out the buffer pools in db2
What is syscat in db2?
What is a system catalog table in db2?
What does reorg do in db2?
Are views updateable?
i want to maintain uniqueness on pdf without make lf??????????
What is copy pending and check pending in db2?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
Comment whether the cursor is closed during commit or not.
What is page size in db2?
How to check sequence on a table in db2?