Suppose I have a program which uses a dynamic SQL and it
has been performing well till now. Off late, I find that
the performance has deteriorated. What happened?
Answer / s
Check if it is a DB2 problem or not. If its a DB2 problem ,
It depends !!!
Check the access path and see if there is a problem.
RUNSTATS may be necessary to update the statistics if the
data characteristics has been changed.
OR
Check for locking problems
OR
Check for failed messages
| Is This Answer Correct ? | 1 Yes | 1 No |
What is a synonym ?
What is role in db2?
What is the role of the data page in the db2 database?
What is the max length of sqlca?
can we drop column from a table
can all users have the privilage to use the sql statement select * (dml)?
How to find the maximum value in a column in the db2 database?
what is the differences between spufi and qmf and which is better?
4 Answers Accenture, Cap Gemini,
List down the data types in the db2 database.
Can I use LOCK TABLE on a view?
what is datacom db?
What does this mean ? GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;