Hi
I have a 12.1.0.2 version of Oracle database with a table of 30Tb - non partitioned and having a BLOB column
In order to reclaim space after mass purging of rows, I want to use the following command instead of online redefinition
Alter table table_name modify lob ( lob_column) shrink space
Since it is a production database, can somebody please confirm that this can be done online with no performance hit ? There will be multiple DML's running on the table
Are there any other things which I need to consider ?
Thanks