Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Function to compress text, not encrypt

RE: Function to compress text, not encrypt

From: Justin Cave (DDBC) <jcave_at_ddbcinc.com>
Date: Fri, 12 Mar 2004 13:37:48 -0700
Message-ID: <87E9F113CEF1D211A4C3009027301874195D4D@ddbcinc.ddbc.local>

 

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
> -----------------------------------------------------------------



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:31:03 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US