Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: on the fly zip compression
NetComrade wrote:
> You can also compress tables to a certain degree in 9i, and to a > larger degree in 10g. I believe you need enterprise license for that. > > -A > >
See the UTL_COMPRESS package with 10g for general Lempel-Ziv compression capability. With 9i, there is key value compression (for example, with an index) and also data segment compression, although I have not tried the latter with LOB values.
-Mark Bole Received on Wed Mar 16 2005 - 19:28:15 CST