Export Parameter : Compress
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 sizes are large (for example, because of thPCTINCREASE parameter), the allocated space will be larger than the space required to hold the data.
If you specifyCOMPRESS=n, Export uses the current storage parameters, includin the values of initial extent size and next extent size. The values of the parameters may be the values specified in theCREATE TABLE orALTER TABLE statements othe values modified by the database system. For example, theNEXT extent size value may be modified if the table grows and if thePCTINCREASE parameter is
nonzero.
Note:you can specify theCOMPRESS 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 specifyCOMPRESS=y when
you export, you can import the data in consolidated form only.
LOB data is not compressed. For LOB data, values of initial
extent size and next extent size at the time of export are used.
consolidation : 鞏固, 合併
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-968360/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Export Parameter : BufferExport
- Export Parameter : QueryExport
- Export Parameter : ConsistentExport
- Export Parameter : Object_ConsistentExportObject
- 【metalink】Export/Import DataPump Parameter TRACE (文件 ID 286496.1)ExportImport
- 【MOS】Parameter FILESIZE - Multiple Export Files (文件 ID 290810.1)Export
- oracle compressOracle
- @EXPORT and @EXPORT_OKExport
- export 和 export default 區別Export
- Initialization Parameter Files and Server Parameter Files (287)Server
- exportExport
- Oracle Table and tablespace CompressOracle
- tar compress gzip 操作
- JavaScript中的export、export default、exports和module.exports(export、export default、exports使用詳細)JavaScriptExport
- export和export default的區別Export
- export ORACLE_SID=founder exportExportOracle
- Oracle ParameterOracle
- import、require 、export、export default、exports、module exportsImportUIExport
- Conventional Path Export和Direct Path ExportExport
- Conventional Path Export Versus Direct Path ExportExport
- Required parameter $xxx follows optional parameter $yyyUI
- FORM ExportORMExport
- export/importExportImport
- ES6:export 與 export default 區別Export
- JavaScript ES6中,export與export defaultJavaScriptExport
- 6.exports、module.exports、export、export defalutExport
- module.exports 、 exports 和 export 、 export default 、 importExportImport
- The SPFILE Initialization Parameter
- Sessions & Processes parameterSession
- Import parameter: STATISTICSImport
- ES6 export && export default 差異總結Export
- ES6 export 和 export default的區別Export
- Heap Block Compress現象分析BloC
- oracle 壓縮技術(compress)Oracle
- oracle compress壓縮小記Oracle
- 使用compress壓縮檔案
- MySQL過程報 Parameter number N is not an OUT parameter錯誤MySql
- export default用法Export