Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: NT vs Unix

Re: NT vs Unix

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 20 Jan 1999 20:32:06 -0000
Message-ID: <916864273.17528.2.nnrp-02.9e984b29@news.demon.co.uk>


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

Received on Wed Jan 20 1999 - 14:32:06 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US