Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Function to compress text, not encrypt
thanks
----- Original Message -----
From: "Justin Cave (DDBC)" <jcave_at_ddbcinc.com>
To: <oracle-l_at_freelists.org>
Sent: Friday, March 12, 2004 4:37 PM
Subject: RE: Function to compress text, not encrypt
If you want to simulate table compression in the standard edition, you could certainly write your own compression routine. There are any number of compression algorithms out there that are pretty well documented.
Of course, make sure that you compare the costs (development, maintenance, and performance) of doing your own compression rather than spending money to just buy an enterprise edition license.
Justin Cave
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]
On Behalf Of Juan Cachito Reyes Pacheco
Sent: Friday, March 12, 2004 1:25 PM
To: oracle-l_at_freelists.org
Subject: Re: Function to compress text, not encrypt
Thanks Maryann
Number, and if possible strings.
The point is that standar edition don't have the compress features for
tables.
> What are you going to be compressing?
> Numbers or strings?
>
> 11 is a two-digit number, are there more of the same?
>
> maa
>
>
> At 03:14 PM 3/12/2004, you wrote:
> >Hi, is there a function to compress test
> >for example 11 you can compress to K (11th letter).
> >to optimize storage in data rarely queried.
> >
> >Thanks
>
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Fri Mar 12 2004 - 14:33:56 CST