Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: partition
James schrieb:
> On Feb 21, 9:41 am, Maxim Demenko <mdeme..._at_arcor.de> wrote:
>> James schrieb: >> >>> On Feb 20, 4:43 pm, Maxim Demenko <mdeme..._at_gmail.com> wrote: >> Dynamic sampling was used due to not gathered statistics, but, imho, >> partition pruning should happen alone due to the fact that your filter >> is on the partition key. That is why, i asked for your original ddl for >> tables and view/query/explain plan - without this information one can >> only guess... >> Do you have maxvalue defined on your partitioned tables? >> Are you using bind variables? >> Maybe as well, you could generate and post here 10053 trace to see more >> details. >> >> Best regards >> >> Maxim
But in this case, you are accessing only 4th partition of both tables. Maybe you are confused by TABLE ACCESS FULL , but you should look at PSTART and PSTOP columns of explain plan, they indicate which partitions are expected to be accessed.
Best regards
Maxim Received on Wed Feb 21 2007 - 10:00:50 CST
![]() |
![]() |