Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Intrepretation of 10053 trace
I am trying to analyze the 10053 trace and it doesn't make sense why the
Optimizer is costing the Nested Loop this high. I would appreicate if anyone
could shed any light in this:
Definition of the problem:
In the 10053 trace of a Query here are the two single table access paths:
SINGLE TABLE ACCESS PATH
TABLE: OUT_ORD_HDR ORIG CDN: 284368 ROUNDED CDN: 2393 CMPTD CDN: 2393
Access path: tsc Resc: 3083 Resp: 3083
Access path: index (scan)
Index: OUT_ORD_HDR_AK_8 TABLE: OUT_ORD_HDR RSC_CPU: 0 RSC_IO: 211
Index: OUT_ORD_STAT_PK TABLE: OUT_ORD_STAT RSC_CPU: 0 RSC_IO: 2
[CUSTOMER]
Now joining: OUT_ORD_HDR [OUT_ORD_HDR] *******
NL Join
Outer table: cost: 2 cdn: 11 rcz: 11 resp: 2 Inner table: OUT_ORD_HDR Access path: tsc Resc: 3083
Index: OUT_ORD_HDR_AK_8 TABLE: OUT_ORD_HDR RSC_CPU: 0 RSC_IO: 4131
![]() |
![]() |