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: [Fwd: Re: System Statistics and the CBO]

Re: [Fwd: Re: System Statistics and the CBO]

From: John Smiley <jrsmiley_at_gmail.com>
Date: Fri, 17 Jun 2005 16:42:27 -0600
Message-ID: <4ca3406a050617154236188afd@mail.gmail.com>


It is unfortunate that the 10053 trace does not give the index (scan) access path for X01 - it only gives the index (equal) path. The CPU and IO resource values for X01 cannot be directly compared to those for X04 since the values for X04 are for the index (scan) access path. It is also unfortunate that the trace does not provide the final cost assigned to each access path. All we have is the final cost of the chosen path.  Access path: index (equal)
Index: X01CLAIM_FORM
TABLE: CLAIM_FORM
RSC_CPU: 279741 RSC_IO: 13
IX_SEL: 0.0000e+00 TB_SEL: 7.1429e-02
...
Access path: index (scan)
Index: X04CLAIM_FORM
TABLE: CLAIM_FORM
RSC_CPU: 21475 RSC_IO: 3
IX_SEL: 3.8341e-05 TB_SEL: 3.8341e-05
 Aside:
 Patty sent me both 10053 and 10046 traces for both cases (with and without system stats) and while the 10053 traces agree with what autotrace told us
(that X01 is used with system stats and X04 is used without them), the 10046
STAT lines show that the same execution plan is used in both cases.  Without system stats:

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jun 17 2005 - 18:47:37 CDT

Original text of this message

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