|
from: Rob Berendt <robertowenberendt@xxxxxxxxx>
subject: Re: SQL Plan Cache Statements - NOT LIKE ?
You mean something like
*cl:* *STRDBMON* OUTFILE(ROB/ROBDBMON) JOB(*ALL) FTRFILE((ERPLXF/*ALL));
-- do some sql
*cl:* *ENDDBMON* JOB(*ALL);
CALL QSYS2.DUMP_PLAN_CACHE('ROB','CACHEDUMP');
SELECT *
FROM ROB.CACHEDUMP
WHERE QQTIME > *CURRENT TIMESTAMP* - *1* *HOUR*
AND QQJOB='QZDASOINIT' AND QQUSER='QUSER' AND QQJNUM=*352046*;
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.