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: Configure SDU and TDU parameters to improve Performance

Re: Configure SDU and TDU parameters to improve Performance

From: Juan Cachito Reyes Pacheco <jreyes_at_dazasoftware.com>
Date: Thu, 6 May 2004 10:49:01 -0400
Message-ID: <017f01c43379$4902b4b0$2501a8c0@dazasoftware.com>


Hi Muqthra I didn't saw your post sorry I didn't have time to see it.

The note is right
But from the note:
This enhancement improves the usability of the parameter for situations where FORCE would normally cause a different, undesired execution plan. With CURSOR_SHARING=SIMILAR, Oracle determines which literals are "safe" for substitution with bind variables.

If you had binded properly, using bind when needed and not binding for histograms for example. You don't have to use SIMILAR. SIMLAR causes Oracle determines which literals are "safe" for substitution with bind variables, and does that substitution. I really don't know if this is an important overhead but this is something you definetively don't need when you had binded correctly everything.
This is finally only a patch ( a "safe" patch) for problems in binding.

My point was, the ideal goal is to bind every thing properly, and then set the value to EXACT, if SIMILAR is harmless and overheadless ( I don't know if previous word exists :), maybe I'm enriching English vocabulary ) is other point.

:)

Muqthar Ahmed
DBA Juan Carlos Reyes Pacheco
OCP
Database 9.2 Standard Edition

Juan Carlos Reyes Pacheco
OCP
Database 9.2 Standard Edition



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 Thu May 06 2004 - 09:53:07 CDT

Original text of this message

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