How to reclaim BLOB data in table?
We have a pretty huge table which have a BLOB column.
We have deleted a lot of data, and I would like to reclaim the space.
Is the simpliest way to do it just to:
expdp table
drop table
impdp table
?
Or are there better ways to do it?
Its TEST.
Regards
U