Alter table move partition does not invalidate index?
Hi!
Im running this:
ALTER TABLE pha.table1 MOVE PARTITION 201105 TABLESPACE supertab NOLOGGING COMPRESS;
But the indexes dont get invalidated.
Version: 11.2.0.2
Is this expected?
Im running this:
ALTER TABLE pha.table1 MOVE PARTITION 201105 TABLESPACE supertab NOLOGGING COMPRESS;
But the indexes dont get invalidated.
Version: 11.2.0.2
Is this expected?
0