Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: NT vs Unix
An odd thing about your example - it doesn't appear to be a partition =
view
a) The UNION ALL line should report the option (PARTITION)
b) With your select statement the eliminated partitions should be =
preceded by a line reading FILTER and
c) Eliminated partitions should show a row count of ZERO - not a =
rowcount of 1.
Judging from the output, the view appears to be an ordinary UNION ALL =
view where each table has an
index on (billcycle, customer_id).
Suggest you check with Aunt Augusta
Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk
Peter Lomax wrote in message <36A5D3EB.7DFB3DDB_at_turk.net>... Plug best DBA site is without a doubt www.oriolecorp.com ask Aunt = Augusta she knows.
e.g.
= ========================== ========================== ========================== =======
Selection on the partitioned view CUSTOMER_X with index en version = 7.3.4.3
= ========================== ========================== ========================== =======
select count(*) from CUSTOMER_X where billcycle = '04' and = customer_id < 70001
call count cpu elapsed disk query current = rows
Rows Execution Plan
![]() |
![]() |