Sign in or 

| Platform: | Oracle | App: | Tool: | ||
| DB Ver: | 9.2 | App Ver: | Tool Ver: | ||
| Revision Date: | 06-Nov-2006 | Keywords: | HOWTO, CBO 10053 TRACE | ||
| Goal | |||||
| To trace the CBO working out the execution path (event 10053) | |||||
| Facts | |||||
| Solution | |||||
To start the CBO trace enter the following command:ALTER SESSION SET EVENTS='10053 trace name context forever, level 1'; | |||||
SELECT *
FROM oe_order_headers_v
WHERE header_id = 999
/
ALTER SESSION SET EVENTS '10053 trace name context off';
ALTER SESSION SET EVENTS='10053 trace name context forever, level 1';
ALTER SESSION SET EVENTS='10053 trace name context forever, level 2';
|
consultium |
Latest page update: made by consultium
, Oct 7 2009, 4:02 PM EDT
(about this update
About This Update
51 words added view changes - complete history) |
|
More Info: links to this page
|