Re: Does export/import compress (deallocate) extents used by table ?
From: Kathy Jou <kjou_at_us.oracle.com>
Date: Wed, 5 Aug 1992 19:22:01 GMT
Message-ID: <1992Aug5.192201.29819_at_oracle.us.oracle.com>
Date: Wed, 5 Aug 1992 19:22:01 GMT
Message-ID: <1992Aug5.192201.29819_at_oracle.us.oracle.com>
In article <12694_at_inews.intel.com> kortikar_at_mipos2.intel.com () writes:
>since oracle does not deallocate extents after a delete of say 95% rows from
>a 50 will export, drop table, import do the trick ?
Yes, but remember to specify compress=y during export so the initial extent of the table upon import will be the size of the exported data (ie, compressed into one extent).
% exp help=y
The above will give you all the exp command line options and their default settings.
- Kathy Jou
- Oracle Corporation