× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Answers in-line Birgitta


Jon Paris
Partner400.com

Need the best in SQL education? Check out www.DB2foriDirections.com

On May 16, 2011, at 7:19 AM, midrange-l-request@xxxxxxxxxxxx wrote:

Did you recompile your program on V7?

Yes

Did you run your program after moving to V7 and before executing PRTSQLINF?

Yes - several times.

I assume the access plan was removed from the program object during the
internal conversion for V7 and the program was not yet run to get the
new/updated version of the access plan stored.

No conversion. Program was compiled from source on V7

Access plans get stored within the program objects at compile time and will
be updated with the first execution (or as soon as the stored access plan
must be updated).

Yup - that's the theory.

IMHO access plans stored within a program object are no longer important.
For SQL statements executed with the SQE access plans stored within the SQE
plan cache are validated. If there is no access plan within the SQE plan
cache the access plan stored within the program object will be valided. If
there is no access plan found within the program object, a new access plan
will be created.

Good point - but I'd still like to know why it happens.


BTW access plans for dynamic SQL are never stored within the program
objects.

Yep - but this is not dynamic - it is static.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.