Use of "nologging" option create or rebuid index
Hello. Question regarding creating or rebuilding an index with the "nologging" option in a database in archive log mode and Rman backup are occurring.
My understanding is that using the nologging option will not generate redo and thus no archive logs. By using the
"nologging" oiption I'm trying to avoid the generation of large quantities of archive logs as the index I'm creating
(or rebuilding) is large and I noticed large amounts of archive logs were genereated when I used the "alter index rebuild".
Is this the case?
And, if I used the "nologging" clause this won't affect my Rman backups? Is this correct? I'm thinking the activity generated
My understanding is that using the nologging option will not generate redo and thus no archive logs. By using the
"nologging" oiption I'm trying to avoid the generation of large quantities of archive logs as the index I'm creating
(or rebuilding) is large and I noticed large amounts of archive logs were genereated when I used the "alter index rebuild".
Is this the case?
And, if I used the "nologging" clause this won't affect my Rman backups? Is this correct? I'm thinking the activity generated
0