how much space these unused columns occupy on our database storage
In our 11g database, we set some columns to unused:
alter table x set column y unused;
Is there a way to find out, how much space these unused columns occupy on our database storage?
alter table x set column y unused;
Is there a way to find out, how much space these unused columns occupy on our database storage?
0