Oracle Advanced Compression Advisor
Oracle Advanced Compression Advisor
SOLUTIONS Database
STORE
SUPPORT
TRAINING
PARTNERS
ABOUT
Advanced Compression
Database 11g Application Development Big Data Data Warehousing Database Cloud Engineered Systems High Availability Manageability Performance Security Storage Management Unstructured Data Window s
This package can be used on Oracle Databases running Oracle Database 9i Release 2 through 11g Release 1. A compression advisor (DBMS_COMPRESSION) comes packaged with Oracle Datab ase 11g Release 2. Using Compression Advisor
This procedure can be used with Oracle Database 9i Release 2 through Oracle Database 11g Release 1. Running this procedure will create tables in the default tablespace of the user running the procedure. While these tables will get dropped at the end of the procedure they will consume space while the procedure runs. Oracle recommends creating a tablespace specifically for storing these tables and assigning it as the default tablespace to the user running the procedure. The DBMS_COMP_ADVISOR advisor package is only available as a free download. Compression Advisor consists of the DBMS_COMP_ADVISOR package containing the following procedure: getratio( ownername IN varchar2, tabname IN varchar2, sampling_percent IN number ); where - 'ownername' is the schema that the table belongs to - 'tabname' is name of the table for which compression ratio is to be estimated - 'sampling_percent' is any value between 0.000001 and 99 The output of this procedure is the estimated compression ratio. Example: SQL> set serveroutput on SQL> exec dbms_comp_advisor.getratio('SH','SALES',10); Sampling table: SH.SALES Sampling percentage: 10% Expected Compression ratio with Advanced Compression Option: 2.96 PL/SQL procedure successfully completed.
Popular Downloads Berkeley DB Enterprise Manager Database EE and XE Developer VMs Enterprise Pack for Eclipse Java JDeveloper and ADF
www.oracle.com/technetwork/database/options/compression/compression-advisor-095705.html
1/2
6/12/13
JDeveloper and ADF Oracle Linux and Oracle VM MySQL NetBeans IDE NoSQL Database Solaris SQL Developer VirtualBox WebLogic Server More Database Downloads Database Express Edition Database Instant Client Database Mobile Server JDBC Drivers SQL Developer Data Modeler TimesTen In-Memory Database VM Templates for Database .NET Data Access Components
Printer View
ORACLE CLOUD Learn About Oracle Cloud Get a Free Trial Learn About PaaS Learn About SaaS Learn About IaaS
JAVA Learn About Java Download Java for Consumers Download Java for Developers Java Resources for Developers Java Cloud Service Java Magazine
CUSTOMER AND EVENTS Explore and Read Customer Stories All Oracle Events Oracle OpenWorld JavaOne
COMMUNITIES Blogs Discussion Forums Wikis Oracle ACEs User Groups Social Media Channels
SERVICES AND STORE Log In to My Oracle Support Training and Certification Become a Partner Find a Partner Solution Purchase from the Oracle Store CONTACT AND CHAT Global Contacts Oracle Support Phone: 800-633-0738
Subscribe Careers Contact Us Site Maps Legal Notices Terms of Use Privacy Cookie Preferences
www.oracle.com/technetwork/database/options/compression/compression-advisor-095705.html
2/2