Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: [8i] Compress data before it leaves oracle server?
scholzie_at_gmail.com wrote:
> I know that Oracle 10g offers a zipping/unzipping utility, but we're
> using Oracle 8i. Is there any way to do this?
Roll your own? The best bet would be finding a Java OpenSource class/jar that you can load and use in 8i. Alternatively, write your own in PL/SQL.
Google on the subject, or have a look at http://datacompression.info/SourceCode.shtml
-- BillyReceived on Tue Sep 20 2005 - 02:55:23 CDT