Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: shrinking the table
Hi Igor,
Alter table <table name> deallocate unused.
Are you looking for this?
Regards,
Sunil Bhola
Is there any trick, which allows to shrink the table:
ALTER TABLE <table_name> SHRINK SPACE CASCADE;
without invalidating the package, which depends on (references) this table?
Oracle version 10.1.0.2.
Igor
![]() |
![]() |