Shrink Operation and Redo Generation
Hello,
Does a shrink lob operation using the following command, generate lots of redo? For example, shrinking a 36GB LOB will generate approximately 36GB of redo!
ALTER TABLE table_name SHRINK SPACE CASCADE
Thanks in advance
Does a shrink lob operation using the following command, generate lots of redo? For example, shrinking a 36GB LOB will generate approximately 36GB of redo!
ALTER TABLE table_name SHRINK SPACE CASCADE
Thanks in advance
0