Hi Gurus -
Version - 11.2.0.4
Every year we have maintenance jobs (purge,index rebuild etc.,) in our production database - so as a part we are doing rebuild all the indexes in prod databases using online.
So I want to use NOLOGGING option when doing index rebuild.
Like - Alter ..index rebuild online nologging (once index rebuild) i will change the index to logging. Here I want to know what are pro's & con's of using this method.