Default: y
Specifies how Export and Import manage the initial extent for table data.
The default, COMPRESS=y, causes Export to flag table data for consolidation into one initial extent upon import. If extent>
If you specify COMPRESS=n, Export uses the current storage parameters, including the values of initial extent> Note:
Although the actual consolidation is performed upon import, you can specify the COMPRESS parameter only when you export, not when you import. The Export utility, not the Import utility, generates the data definitions, including the storage parameter definitions. Therefore, if you specify COMPRESS=y when you export, you can import the data in consolidated form only.
Note:
Neither LOB data nor subpartition data is compressed. Rather, values of initial extent> --===============================
COMPRESS=n很好理解,表导出去时extent是什么样的导入时还是原来的样子;COMPRESS=y貌似oracle主要是应对PCTINCREASE导致的extent越来越大的问题;下面测试了一下LMT下autoallocate的情况倒是觉得可以理解。
根据测试COMPRESS=y时说明oracle导入表时会根据segment的大小重新分配extent,COMPRESS=n时extent不做调整。
C:>sqlplus test/test
SQL*Plus:> Copyright (c) 1982, 2010, Oracle. All rights reserved.
连接到: