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: queries too slow

Re: queries too slow

From: Steve Boyd <pimaco_oracle_at_yahoo.com>
Date: Fri, 7 Jul 2000 10:12:37 -0700 (PDT)
Message-Id: <10551.111453@fatcity.com>


You may not have chained rows on your table, but is your 'EC_PRDITM_SKU_UK' index stagnated? Do the following commands:
ANALYZE INDEX EC_PRDITM_SKU_UK VALIDATE STRUCTURE; SELECT * FROM INDEX_STATS; If the DEL_LF_ROWS value is high, then you probably need to rebuild your index. Of course, I am assuming that the EC_PRDITM_SKU_UK index is on the SKU column. If not, then try creating an index on that column.

Received on Fri Jul 07 2000 - 12:12:37 CDT

Original text of this message

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