Hello,
As u all must be aware
select * from user_extents;
gives the space allocatted to user objects.
One such table has a size of 500 MB.
I need to change the size to some what lesses size.
I want to do it without dropping anything.
Is there anything like alter table object with options to change its extents ??
Please help !
As u all must be aware
select * from user_extents;
gives the space allocatted to user objects.
One such table has a size of 500 MB.
I need to change the size to some what lesses size.
I want to do it without dropping anything.
Is there anything like alter table object with options to change its extents ??
Please help !