Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: compress long field
If you have a compression ageratum in pl/sql or Java then it would be
possible. Yes, you could use C also, just less portable. I would use clob
since longs are deprecated. It also depends upon what version of Oracle you
have.
If you have a version in Java then I would load the java into the database
(loadjava) and use it in a function. I am assuming you are going to be
orthagonal about this (compress and uncompress).
Jim
"Mark" <marbz_at_hotmail.com> wrote in message
news:9ub7o3$2es$1_at_nreadb.inwind.it...
> Does anyone know a good way to compress the content of a long filed of a
> table
> from the server side?
>
> thanks in advance
>
>
Received on Sat Dec 01 2001 - 12:48:50 CST
![]() |
![]() |