I am creating a table at the moment
(..
dl_field varchar2(10)
fl_field varchar2(10)
period varchar2(4)
..)
if i partition the table on the period field, and I then create indexes on dl_field and fl_field, should these indexes be partitioned also.
thanks in advance
Niall