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: rbo to cbo

Re: rbo to cbo

From: <srivenu_at_hotmail.com>
Date: 10 Jan 2005 05:32:58 -0800
Message-ID: <1105363978.616563.13250@c13g2000cwb.googlegroups.com>


for a complete list, do a 10053 trace for some simple sql like this SQL> alter session set events '10053 trace name context forever'; SQL> select sysdate from dual;

The resulting trace will show all the Parameters that are of relevance to the CBO
regards
Srivenu Received on Mon Jan 10 2005 - 07:32:58 CST

Original text of this message

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