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: Mon, 10 Jul 2000 10:08:02 -0700 (PDT)
Message-Id: <10554.111577@fatcity.com>


Just for fun, try running the update with the following hint:

UPDATE /*+ FULL(ECPRDITM) */ EC_PRDITM SET DSCR=:b1 || ', ' || :b2 ,PRDITMNAME=:b1 || ', ' || :b2

   || '; ' || :b5 || ', ' || :b6
WHERE
 SKU = :b7 AND DBSTS = 'A'

See if this runs faster, and what tkprof says then.

Received on Mon Jul 10 2000 - 12:08:02 CDT

Original text of this message

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