Compression feature

Hi friends,
We have a requirement from the customer to start using data and index compression in our database.. Is this something available in Oracle 10g,11g without any additional costs? We are not sure if this will work with our application so we will have to test it in-house, is it possible to compress the existing table data/index to test it out? Would really appreciate any suggestions or recommendations on this.
Thanks a lot
Edited by: newbiegal on Jun 27, 2012 12:07 PM

Hi;
11g comes wiht advance compress mechanisim. There are also advanced compress enable which you need to get license.
Please read:
11g New Features: Advanced Compression Overview and Advantages [ID 785787.1]
Master Note for OLTP Compression [ID 1223705.1]
PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
Regard
Helios

Similar Messages

  • Oracle 11g table compression feature

    Is anybody using Oracle 11g's compression feature in production? I read a whitepaper on this and also read some forums/threads on this topic and so far I haven't read anything negative yet, that doesn't meant that there isn't anything that could have an adverse affect. I wanted to check with you guys out there to see if anyone is really using is this feature in production and see if there are any affects on the performance or any disadvantages of using this compression feature. I have tested this on one my major tablespace and I did see a big difference in the reduce size on the tablespace but I am still hesitated to put this into production. I would like to hear from you guys to see what you guys think?

    I have tested this on one my major tablespace and I did see a big difference in the reduce size on the tablespace but I am still hesitated to put this into production.Nothing better than testing the solution before you can put into real.
    http://www.oracle.com/technetwork/articles/oem/11g-compression-198295.html

  • Compression feature is not supported ?

    I'm running an export from my Oracle 11.2.0.2 database. In the Parfile, I've stated
    COMPRESSION=ALL
    When I've run the export, I've got the following error
    ORA-39005: inconsistent arguments
    ORA-39055: The COMPRESSION feature is not supported in version 10.2.0.4.0
    Em.. I'm running 11.2.0.2 ? Or is it because my version of Oracle is Standard edition ?

    Hi,
    To compress DataPump exports requires that you purchase the Advanced Compression license for EE and your database SE,
    SE is not available Advanced Compression.
    http://docs.oracle.com/cd/E11882_01/license.112/e10594/editions.htm
    Regards
    Mahir M. Quluzade

  • Oracle 11gr2 deduplication or compression feature

    Hi All;
    The Oracle Database will be upgraded from current 9i to 11G for SAP .Does SAP support the Compression or deduplication feature which is used while creating the objects within the database.
    Secondly, is the compression or deduplication feature is allowed  for the existing objects within the database system.?
    Thirdly, is the compression or deduplication feature is applicable  in future for new objects .?
    Kindly provide a reply
    Regards
    Ram

    Hi Ram,
    The Oracle Database will be upgraded from current 9i to 11G for SAP .Does SAP support the Compression or deduplication feature which is used while creating the objects within the database.
    A. Both table and index compression are supported by SAP on Oracle 11g.
    Secondly, is the compression or deduplication feature is allowed for the existing objects within the database system.?
    A. It is allowed to compress the existing objects.
    Thirdly, is the compression or deduplication feature is applicable in future for new objects .?
    A. Yes, you can have the option enabled for the new objects to be created.
    Refer: Note 1289494 - FAQ: Oracle compression and Note 1436352 - Oracle 11g Advanced Compression for SAP Systems
    Br,
    Venky

  • 11.2 new features for OLTP compression, datapump compression

    Hi All,
    I am working related to datawarehouse and i am looking forward to impliment 11.2 new OLTP compression features. When i am reading some articles its telling me that i need seperate license for that. What about datapump compression and do i need license for that as well?
    Appriciate if some one can share any experience/links about this feature.
    I did some testing and it reduced the space nearly 50%. Hope this would be a great feature to look at.
    Karunika

    If you are working with a data warehouse, why do you want to use the new OLTP compression features? Normally, the older (and free) table compression functionality worked perfectly well for data warehouses.
    I believe that DataPump compression is part of the Advanced Compression Option which does require additional licensing. Straight table compression has been available for a while, though, does not require an additional license (beyond the enterprise edition, not sure if it's available in standard) and is generally ideal for data warehouses.
    Justin

  • ANN: LR2/Mogrify 2.00 Released - add compress to file size feature

    Hi all,
    I’ve just released version 2.00 of my LR2/Mogrify for Lightroom, which should make quite a few of you happier…
    The head-line news is that there’s now a compression feature that’ll automatically find the optimum JPEG compression value to produce the best quality image that’s no larger than the requested image size (including metadata).  This is very useful for uploading to web sites that limit the maximum file size.
    But that’s not all….
    Watermarks can now be scaled to the shortest or longest edge, which means they’ll be the same size on landscape and portrait images.
    Annotations also receive this feature, and I’ve finally found a solution to the problems with annotations containing accented characters and such like.  You should now be able to add any text that you care to!
    Regards,
    Tim

    Thanks Tim - super. Just for info purposes - I used the 'Check for Update' feature from within the plug-in this morning (prior to reading the update news) which stated no update available. So I downloaded and installed it directly from your site and alls well. I wonder could there be a small bug in the check for updates feature??

  • How can I add a new column in compress partition table.

    I have a compress partition table when I add a new column in that table it give me an error "ORA-22856: CANNOT ADD COLUMNS TO OBJECT TABLES". I had cretaed a table in this clause. How can I add a new column in compress partition table.
    CREATE TABLE Employee
    Empno Number,
    Tr_Date Date
    COMPRESS PARTITION BY RANGE (Tr_Date)
    PARTITION FIRST Values LESS THAN (To_Date('01-JUL-2006','DD-MON-YYYY')),
    PARTITION JUNK Values LESS THAN (MAXVALUE));
    Note :
    When I create table with this clause it will allow me to add a column.
    CREATE TABLE Employee
    Empno Number,
    Tr_Date Date
    PARTITION BY RANGE (Tr_Date)
    PARTITION FIRST Values LESS THAN (To_Date('01-JUL-2006','DD-MON-YYYY')),
    PARTITION JUNK Values LESS THAN (MAXVALUE));
    But for this I have to drop and recreate the table and I dont want this becaue my table is in online state i cannot take a risk. Please give me best solution.

    Hi Fahed,
    I guess, you are using Oracle 9i Database Release 9.2.0.2 and the Table which you need to alter is in OLTP environment where data is usually inserted using regular inserts. As a result, these tables generally do not get much benefit from using table compression. Table compression works best on read-only tables that are loaded once but read many times. Tables used in data warehousing applications, for example, are great candidates for table compression.
    Reference : http://www.oracle.com/technology/oramag/oracle/04-mar/o24tech_data.html
    Topic : When to Use Table Compression
    Bug
    Reference : http://dba.ipbhost.com/lofiversion/index.php/t147.html
    BUG:<2421054>
    Affects: RDBMS (9-A0)
    NB: FIXED
    Abstract: ENH: Allow ALTER TABLE to ADD/DROP columns for tables using COMPRESS feature
    Details:
    This is an enhancement to allow "ALTER TABLE" to ADD/DROP
    columns for tables using the COMPRESS feature.
    In 9i errors are reported for ADD/DROP but the text may
    be misleading:
    eg:
    ADD column fails with "ORA-22856: cannot add columns to object tables"
    DROP column fails with "ORA-12996: cannot drop system-generated virtual column"
    Note that a table which was previously marked as compress which has
    now been altered to NOCOMPRESS also signals such errors as the
    underlying table could still contain COMPRESS format datablocks.
    As of 10i ADD/SET UNUSED is allowed provided the ADD has no default value.
    Best Regards,
    Muhammad Waseem Haroon
    [email protected]

  • Using ms word '08,  how do i compress a 50 page document from 15o mb -- about 25 jspeg photos?

    i have a 50 page .doc paper done on a imac '09 using  word for mac '08.  the paper has about 25 photos  mostly  .jpeg. imbedded in the word document.  the net size is about 150 mb.  how do i compress it?   word vx had a compression  feature that seems to be missing in '08 version.     i just want to do a document wide compression,  not a photo by photo compress.
    tx - j

    to compress (zip) the file, right-click on the document icon and select Compress from the contextual menu that appears. This will likely not reduce the size substantially, as JPEG is already a compressed format.
    You'll get much better results by reducing photo resolutions from within the application.

  • File Adapter Data Compression

    I'd like to extend file adapter behavior to add data compression features like unzip after read file and zip before write file. I read oracles's file adapter documentation but i didn't find any extension point

    if its java mapping, just create a DT with any structure as you wish.
    ex.
    DT_Dummy
    |__ Dummy_field
    java mapping does not validate the xml against the DT you created

  • Database growth following index key compression in Oracle 11g

    Hi,
    We have recently implemented index key compression in our sap R3 environments, but unexpectedly this has not resulted in any reduction of index growth rates.
    What I mean by this is that while the indexes have compressed on average 3 fold (over the entire DB), we are not seeing this with the DB growth going forward.
    ie We were experiencing ~15GB/month growth in our database prior to compression, but this figure doesnt seem to have changed much in the 2-3months that we have implemented in our production environments.
    Our trial with ACO compression seemed to yield reduction of table growth rates that corresponded to the compression ratio (ie table data growth rates dropped to a third after compression), but we havent seen this with index compression.
    Does anyone know if a rebuild with index key compression  will it compress any future records inserted into the tables once compression is enabled (as I assumed) or does it only compress whats there already?
    Cheers
    Theo

    Hello Theo,
    Does anyone know if a rebuild with index key compression will it compress any future records inserted into the tables once compression is enabled (as I assumed) or does it only compress whats there already?
    I wrote a blog about index key compression internals long time ago ([Oracle] Index key compression), but now i noticed that one important statement is missing. Yes future entries are compressed too - index key compression is a "live compression" feature.
    We were experiencing ~15GB/month growth in our database prior to compression, but this figure doesnt seem to have changed much in the 2-3months that we have implemented in our production environments.
    Do you mean that your DB size still increases ~15GB per month overall or just the index segments? Depending on the segment type growth - maybe indexes are only a small part of your system at all.
    If you have enabled compression and perform a reorg of them, you can run into one-time effects like 50/50 block splits due to fully packed blocks, etc. It also depends on the way the data is inserted/updated and which indexes are compressed.
    Regards
    Stefan

  • HD Video Compression Issue

    I'm looking for information on weather or not Flash CS5 (I currently use Flash 8) can handle HD video compression for web streaming.  I have tried this using Flash 8 but only get an error, however as you might expect Flash 8 does compress standard definition video for web streaming. I have done research on the internet, but really haven't come up with a definite answer except to find references to using Sorenson Squeeze or Final Cut Pro, but I don't want to pay for another Video editing program (currently using Final Cut Express) if I can upgrade Flash and get the HD compression feature.
    Any help and advise would be apreciated. Thanks

    If you're publishing for Flash 9 or higher (which CS5 can do) then you can publish to H.246. I would think that FCE could do that.
    Normally I would say that you could download a trial and see for yourself. But I think because 5.5 has been announced Adobe isn't offering a trial for the next couple of weeks. There were a lot of improvement to the Flash video encoder in CS5. That being said if you really want to do a lot of intense video work you should get the best tools.

  • RMAN compression in Oracle 10g R2 Standard

    Hi,
    We're currently using Oracle 10g R2 Standard Edition on our production databases. I'm revising our backup strategy and I am very interested in RMAN compressed backupsets.
    However, can you use the standard compression feature of RMAN in Standard Edition? Or do you need to upgrade to Enterprise Edition? I couldn't find this information in the Oracle documentation.
    Please shed some light on this issue. Many thanks in advance.

    Hi,
    I don't think compressing the backupsets is forbidden with a SE license : it is not listed as an unavailable feature. Check note 465465.1 and contact your sales representative if you have similar doubts.
    Best regards
    Phil

  • Doubt in compression of tables

    Hello,
    I have a doubt regarding compression of tables.
    I just compressed three tables in my Database and took a dump of the compressed tables. And later i took the dump of the same uncompressed tables (having same data as compressed table). But there was no difference in the file size of the two dumps..Both the dump having compressed tables and uncompressed tables are of the same size, infact the dump of compressed tables is slightly larger by some MBs compared to dump of uncompressed tables..
    My doubt is why is the size of the dumps not varied..Will compressing does not change the physical size of the data file??

    Table compression is supported (and useful) in following cases:
    1) direct path sqlloader,
    2) create table as select
    3) parallel inserts or inserts with append hint
    4) single-row or array insert and updates
    If you want to compress dump data, use compression feature of datapump (11g)
    Note: advanced compression is an SE/EE option and needs an extra licence .
    Werner

  • What is WAN compression on AOS 6.4.3.0 and it`s use case?

    Q: What is WAN compression on AOS 6.4.3.0 and it`s use case?
    A: This feature is supported from AOS 6.4.3.0 and above.
    The 7000 Series Controllers contain the Compression/Decompression Engine (CDE) that compresses the raw IP payload data and also decompresses the compressed payload data
    Deflation & Inflation
    The CDE compression process is called Deflation; the decompression process is called Inflation.
    XLP 4xx and XLP2xx Packet Processor Card is a high-performance network processor PCI Express card designed for use in PCI Express compliant systems.
    It features the latest Broadcom XLP 4xx series processor with up to 2.5 Gbps per CDE.
    This processor is ideally suited to both data-plane applications, which are inherently sensitive to memory latencies, and control-plane applications, which will help best-in-class processing performance.
    Advantages
    Four CDE channels on the XLP4XX processor and one CDE channel on the XLP2XX processor.
     2.5 GBps per CDE (Deflation process, Inflation process, or combination of both)
     Deflation context save and restore (at block boundaries)
     Inflation context save and restore (at arbitrary file position)
     Load balancing the input messages to all CDEs
    The Compression/Decompression Engine feature is enabled by default. However, the packets are compressed only if the IP Payload Compression Protocol (IPComp) is successfully negotiated via the Internet Key Exchange (IKE) protocol.
    Use-case
    Data compression reduces the size of data frames that are transmitted over a network link, thereby reducing the time required to transmit the frame across the network. IP payload compression is one of the key features of the WAN bandwidth optimization solution, which is comprised of the following elements:
    You can split a file or data into blocks, and each block can use the mode of compression that suits it best. In this case, it is packet data and there will be only one block.
    IP Payload Compression
    Traffic Management and QoS
    Caching
    Recommendation
    Boc (Branch office controller)can have traffic to destinations other than HQ on the same link, the preferred method is to enable payload compression on the IPsec tunnel between the branch controller and the master controller.
    IP Payload needs to be enabled only between Aruba devices.
    Notes
    When this hardware-based compression feature is enabled, the quality of unencrypted traffic (such as Lync or Voice traffic) is not compromised through increased latency or decreased throughput.

    They didn't do the NVIDIA test on it? At this point I guess it really doesn't matter. It sounds like it needs a new logic board, which has the GPU soldered on it. Price-wise, it's not worth having Apple put a new LB in it, given its age. If you're handy inside a laptop, you might consider installing a used LB yourself if you can find one on eBay, etc. Not good news, I know.

  • Compressing Folders, Missing Files

    I routinely zip up (Compress) the contents of a particular folder. I've noticed that sometimes newly created files do not get included in the resulting .zip file.
    However if I use Finder to view the subdirectory that contains the new file, the new file(s) makes it into the resulting .zip file.
    I know this may sound crazy, but I suspected there was an issue for a few weeks and saw this behavior again last night.
    Anyone ever heard of such a problem?

    I just want to add some more weight to this thread. Since upgrading to 10.5 and taking on one of the updates, the compress feature does not work well. It misses files, the progress indicator does not display correctly, and it frequently hangs, particularly if several processes are in operation.
    My belief is that the current version is not suitable to use in any backup environment (which is where I primarily use it). And to use it in an automatic fashion is also out of the question, as it hangs. The oddest behaviour seen thus far is zipping correctly (it does that too!), and then having the progress indicator stay on!
    Others having the similar problems??

Maybe you are looking for

  • [activityView startAnimating] intermittently causes app to crash...

    This one has me baffled...I have an app that has caused random crashes for users...I finally tracked it down because it was so intermittent that I just couldn't trace the cause. just some quick background...I have an app with 4 tabs. Each tab pulls d

  • ADF- OUTPUT PAGE NOT RENDERING

    Hi all, i have created my first ADF form but while running its not showing any errors and output page is not displayed. i dont know what is wrong in that. its not showing any errors but output is not displaying. its opening a new browser tab and show

  • Oracle UCM (Universal content management)

    Hi Friends, I would like to know the Details on Oracle UCM (Universal content management) Please tell me the different versions and the installation and configuration documents. Regards

  • Re : Vendor master upload

    Hi , I have  arequirement to upload the vendor contact persons address,business address and private address. Can any one help. points will be rewarded to all contributors thanks.

  • SumIf in an expanding table

    Hi, I'm creating an expense report that has an expanding table. You can download it using the link here. https://www.dropbox.com/s/r7qnaegkkx7a57h/Expense%20Form.pdf Everything I have so far works fine. You can add as many entries as you want and it