Hi,
Using oracle 11.2.0.3 and have a composite range-hash partitioned table which need to rebuild local bitmap indexes on which get marked unusable as result of moving data to another tablespace.
Had hoped to use nologging option for speed but get ora-14189.
Is nologging not an option when rebuilding local bitmap indexes in compoiste partitioned table or is
syntax below wrong?
alter index <index_name> rebuild subpartition <subpartition_name> nologging
Thanks