Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Basic Compression

Paul VidalSep 8 2014 — edited Mar 20 2015

Hello Everyone.

I'm planning to apply compression for a readable only database.

But the customer does not want to pay for advance compression.

The customer wants to archive data on a yearly basis for some history tables and with the basic compression I can do it pretty well.

The question will be :

Do the customer need to pay for basic compression ?

like this for example :    create table mytable compress as select * from my_other_table;  -- I know that I need to rebuild the indexes every time  insert data into that compressed table but that should be fine for me since is once a year.

or for using it in Datapump export/import.

Thanks in advance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2015
Added on Sep 8 2014
2 comments
1,963 views