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: Performance tuning

RE: Performance tuning

From: Chuck Hamilton <chuck_hamilton_at_yahoo.com>
Date: Wed, 8 Nov 2000 10:19:36 -0800 (PST)
Message-Id: <10674.121457@fatcity.com>


--0-933110197-973707576=:4392
Content-Type: text/plain; charset=us-ascii

 The table name or alias must match exactly what's in the hint. Change the hint to be /*+ full(cliemp) */

  Marcos.Vera_at_msconsultores.com.pe wrote:

hi gurus ...

does anyone know why this

EXPLAIN PLAN
FOR
SELECT /*+ FULL ( c ) */ field2, field3 FROM cliemp WHERE emp_ide_emp >'10004918' ;

get ....

EXECUTION PLAN



SELECT STATEMENT COST = 10
TABLE ACCESS BY INDEX ROWID CLIEMP
INDEX RANGE SCAN IK_02_CLIEMP
????????????????????????????????

thanks gurus ...

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
INET: Marcos.Vera_at_msconsultores.com.pe

Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
San Diego, California -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).


---------------------------------
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores.  Millions of Products.  All with one Wallet.
--0-933110197-973707576=:4392
Content-Type: text/html; charset=us-ascii


<P> The table name or alias must match exactly what's in the hint. Change the hint to be /*+ full(cliemp) */<BR>
<P>&nbsp; <B><I>Marcos.Vera_at_msconsultores.com.pe</I></B> wrote: <BR>
<BLOCKQUOTE style="BORDER-LEFT: #1010ff 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: 5px"><BR><BR><BR><BR>hi gurus ...<BR><BR>does anyone know why this<BR><BR>EXPLAIN PLAN<BR>FOR<BR>SELECT /*+ FULL ( c ) */ field2, field3 FROM cliemp<BR>WHERE emp_ide_emp &gt;'10004918' ;<BR><BR>get ....<BR><BR>EXECUTION PLAN<BR>================<BR>SELECT STATEMENT COST = 10<BR>TABLE ACCESS BY INDEX ROWID CLIEMP<BR>INDEX RANGE SCAN IK_02_CLIEMP<BR><BR>????????????????????????????????<BR><BR>thanks gurus ...<BR><BR><BR>-- <BR>Please see the official ORACLE-L FAQ: http://www.orafaq.com<BR>-- <BR>Author: <BR>INET: Marcos.Vera@msconsultores.com.pe<BR><BR>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051<BR>San Diego, California -- Public Internet access / Mailing Lists<BR>--------------------------------------------------------------------<BR>To REMOVE yourself from this mailing list, send an E-Mail message<BR>to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the me!
ssage BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name of mailing list you want to be removed from). You may<BR>also send the HELP command for other information (like subscribing).</BLOCKQUOTE><p><br><hr size=1><b>Do You Yahoo!?</b><br>
<a href="http://shopping.yahoo.com/">Yahoo! Shopping</a> -
Thousands of Stores. Millions of Products. All with one Wallet.
Received on Wed Nov 08 2000 - 12:19:36 CST

Original text of this message

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