Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Full table scan despite appropriate indexes
Nope, it did not help. I corrected the syntax as per your suggestion.
Here is the index script:
CREATE INDEX MISP.COVSUMM_MONTHSK ON MISP.TCOVERAGES_SUMMARY
(MONTH_SK)
NOLOGGING
TABLESPACE MISP
PCTFREE 10
INITRANS 2
MAXTRANS 255
STORAGE (
INITIAL 64K MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 BUFFER_POOL DEFAULT )
![]() |
![]() |