Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: statspack snap level 7 as execution plan rep
By the way statspack does not gather ACCESS_PREDICATES neither
FILTER_PREDICATES, checking statspack.snap code it states this
insert into stats$sql_plan
...................... , 0 -- should be max(sp.access_predicates) (2254299) , 0 -- should be max(sp.filter_predicates)
checked this in 9.2.0.8, I understand that there were bugs regarding these two fileds inv $sql_plan previous version 9.2.0.6 but in 9.2.0.8? 2254299 doesnt seem a bug number
Cheers
-- LSC On 11/20/06, Jared Still <jkstill_at_gmail.com> wrote:Received on Tue Nov 21 2006 - 02:33:12 CST
>
> Level 6 is required to get execution plans.
>
> Level 7 also included segment stats:
>
> From spdoc.txt:
>
> This level includes all statistics gathered in the lower level(s),
> and additionally gathers the performance data on highly used segments.
>
>
>
> On 11/20/06, amonte <ax.mount_at_gmail.com> wrote:
> >
> > Hi
> >
> > I wonder if any of you use statspack to store a execution plan
> > repository? When run in level 7. Is it worthy? Oracle 9.2.0.8 in HP-UX.
> >
> > TIA
> >
> > Alex
> >
>
>
>
> --
> Jared Still
> Certifiable Oracle DBA and Part Time Perl Evangelist
>
-- http://www.freelists.org/webpage/oracle-l
![]() |
![]() |