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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: vendor sql tuning

Re: vendor sql tuning

From: amit poddar <amit.poddar_at_yale.edu>
Date: Fri, 15 Jul 2005 09:32:17 -0400
Message-ID: <42D7BAE1.20105@yale.edu>


Could you also provide access and filter predicate information from the explain plan

amit

Chris Stephens wrote:

>in spite of the odd responses, i'm still working on this if anyone has
>any suggestions.
>
>i simply cannot get it to use the index without full scanning it.
>...when i take the order by part out and hint it to use the index it
>still full scans
>
>i broke the sql down:
>
>SQL> SELECT address.address_id
> 2 FROM clorox_prod.address
> 3 WHERE (address.company_id = 'SYS'
> 4 AND address.last_name = 'Plaugher');
>
>A
>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jul 15 2005 - 08:34:15 CDT

Original text of this message

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