|
Did you recompile your program on V7?
Did you run your program after moving to V7 and before executing PRTSQLINF?
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.
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).
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.
BTW access plans for dynamic SQL are never stored within the program
objects.
As an Amazon Associate we earn from qualifying purchases.
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.