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?



Suppose I have a program which uses a dynamic SQL and it has been performing well till now. Off la..

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

Post New Answer

More DB2 Interview Questions

What is the function of logging in the db2 database?

0 Answers  


List out the data types available.

0 Answers  


What are the three types of page locks that can be held?

1 Answers  


What is a DB2 catalog?

2 Answers  


What is the use of predicate?

0 Answers  






What is declare cursor?

0 Answers  


How would you print the output of an SQL statement from SPUFI?

2 Answers  


How and when does the db2 enforces the unique key?

0 Answers  


What does sqlcabc has?

0 Answers  


what is the difference between normal select query and currosor

2 Answers   Cap Gemini, TCS,


Explain about cursor stability?

0 Answers  


What do you mean by NOT NULL WITH DEFAULT? When will you use it?

3 Answers  


Categories