Shrink Objects
Hi,
yesterday I ran segment advisor on table VW_GESCHICHTEN and it shows the following
Allocated Space:14946336768: Used Space:13097776246: Reclaimable Space :1848560522:
I shrinked the table over a job last night successfully
alter table VTB.VW_GESCHICHTEN shrink space;
this morning a ran segment advisor again on that table and it shows
Allocated Space:14955249664: Used Space:13472098312: Reclaimable Space :1483151352:
Is there anything wrong with the shrink procedure ?
Database version is 11.2.0.3.7
thanks for any input
regards
Christian
yesterday I ran segment advisor on table VW_GESCHICHTEN and it shows the following
Allocated Space:14946336768: Used Space:13097776246: Reclaimable Space :1848560522:
I shrinked the table over a job last night successfully
alter table VTB.VW_GESCHICHTEN shrink space;
this morning a ran segment advisor again on that table and it shows
Allocated Space:14955249664: Used Space:13472098312: Reclaimable Space :1483151352:
Is there anything wrong with the shrink procedure ?
Database version is 11.2.0.3.7
thanks for any input
regards
Christian
0