Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Full table scan despite appropriate indexes
Here is the output of dbms_xplan.display:
PLAN_TABLE_OUTPUT
| Id | Operation | Name |Rows | Bytes | Cost |
1 | 14 | |11M| 57M| 6911 |
| 2 | HASH JOIN | |
8292K| 110M| 6939 |
| 3 | TABLE ACCESS BY INDEX ROWID| TDATE |
30 | 270 | 2 |
| 4 | INDEX RANGE SCAN | IDX_TDATE_YEAR_MONTH_CT |
30 | | 1 |
| 5 | TABLE ACCESS FULL | TCOVERAGES_SUMMARY |
Note: cpu costing is off, TOAD_PLAN_TABLE' is old version Received on Thu Feb 08 2007 - 09:29:25 CST
![]() |
![]() |