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: Tune for 'db file sequential read'

RE: Tune for 'db file sequential read'

From: <CHUCK_HAMILTON_at_qvc.com>
Date: Fri, 5 May 2000 13:30:51 -0400
Message-Id: <10488.105093@fatcity.com>

  1. Build your query as normal leaving out the first column.
  2. Create an experssion that includes the hint(s) you want and the first column. For example if your first column was "A.EMPLID", the expression would be "/*+ RULE*/ A.EMPLID". Then look at the generated sql. You'll see the hint right where you want it.
  3. Drag the expression over to the fields list.
  4. Move the expression up to the first postion -- Chuck Hamilton QVC Inc. Enterprise Technical Services Oracle DBA
                    Deepak Sharma                                                                                  
                    <sharmakdeep@        To:     CHUCK HAMILTON/QVC_at_QVC, ORACLE-L_at_fatcity.com                      
                    yahoo.com>           cc:     Deepak Sharma <sharmakdeep_at_yahoo.com>                             
                    Ext: NA              Subject:     RE: Tune for 'db file sequential read'                       
                                                                                                                   
                    05/05/00                                                                                       
                    01:10 PM                                                                                       
                                                                                                                   
                                                                                                                   




Chuck,

Could you elaborate on how you would trick the query tool by passing Hint as the 1st column, I'm not quite getting it. This sounds interesting and maybe a viable overall solution.

Thanks

Deepak

Received on Fri May 05 2000 - 12:30:51 CDT

Original text of this message

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