questions about index rebuild (online)
I have two questions about the rebuild of indexes:
1) can I parallel rebuild multiple indexes which are defined on the same table?
2) And whats about a parallel rebuild online? Can I start different indexes rebuild online at the same time?
3) Does the rebuild also touch the same table of the standby-Database (oracle data guard)
In our Oracle 11g (EE) I must delete a partition of a table and then starting a rebuild of the indexes of the table. The rebuild should not take much time. Preference is rebuild online. 7 indexes are defined in the table. The columns overlap in some indexes. The database is replicated by Oracle Data Guard.