Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Long - running queries

Re: Long - running queries

From: murthy <muthy69_at_yahoo.com>
Date: 4 Aug 2004 04:01:54 -0700
Message-ID: <300217f3.0408040301.4e1ae1@posting.google.com>


The paremeter _SQLEXEC_PROGRESSION_COST controls the optimizer cost used as the threshold for cutting off progression monitoring. Progression monitoring involves extra function calls and row sources, so this parameter is used to avoid the overhead for all SQL's. The value defaults to 1000, but if set to zero, progression monitoring will be turned off. If nonzero, then any statement with a costs less than the value will not be monitored.
This parameter is turned off (set to 0) in some instances to avoid or workaround certain bugs. Just check if thats the case in your instance regards
Srivenu Received on Wed Aug 04 2004 - 06:01:54 CDT

Original text of this message

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