Enumeration of Compression methods
| Enumeration Value | Value | Description |
|---|---|---|
| _KDB_ORACLE_COMPRESS_TABLE | 0x2 | Instruct Oracle to compress table data |
| _KDB_ORACLE_COMPRESS_LOB | 0x1 | Instruct Oracle to compress LOB data |
| _KDB_COMPRESS_NONE | 0x0 | No compression. |
Back to the list of Enumerations and Constants