Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

'alter index <index_name> rebuild subpartition <subpartition_name> nologging - ORA-14189: this physi

user5716448Jan 21 2015 — edited Jan 21 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 18 2015
Added on Jan 21 2015
3 comments
1,150 views