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: RE: Time to read 6000 (block size 2k) blocks

Re: RE: Time to read 6000 (block size 2k) blocks

From: <jaysingh1_at_optonline.net>
Date: Fri, 06 Aug 2004 11:14:52 -0400
Message-id: <3f450e83f44379.3f443793f450e8@optonline.net>


Jurijs

Same execution plan. Nothing got changed.

> jaysingh1_at_optonline.net,
> Can you try:
>
> SELECT --+ ORDERED USE_NL(P, E)
> DISTINCT P.PROFILEDUSERID PROFILEDUSERID,
> SEARCH_LAST_NAME,
> SEARCH_FIRST_NAME
> FROM EXTENDEDATTRIBUTES E,
> PROFILEDUSER P
> WHERE P.PROFILEDUSERID = E.PROFILEDUSERID
> AND P.SEARCH_COMPANY_NAME LIKE 'ACME%' ESCAPE '/'
> AND E.CUSTOMERID = 'ABCDEFGH'
> AND HSBC_USER_CATEGORY IN ('VAL1','VAL2')
> AND ROWNUM < 150
> ORDER BY SEARCH_LAST_NAME,SEARCH_FIRST_NAME
>
>
> Jurijs
> +371 9268222 (+2 GMT)
> ============================================
> Thank you for teaching me.
> http://otn.oracle.com/ocm/jvelikanovs.html
>
>



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Fri Aug 06 2004 - 10:11:42 CDT

Original text of this message

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