04.04.2013 Views

Throw Away Half of Your Disks and Run Your Database ... - Oracle

Throw Away Half of Your Disks and Run Your Database ... - Oracle

Throw Away Half of Your Disks and Run Your Database ... - Oracle

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Table Compression Syntax<br />

OLTP Table Compression Syntax:<br />

CREATE TABLE emp (<br />

emp_id NUMBER<br />

, first_name VARCHAR2(128)<br />

, last_name VARCHAR2(128)<br />

) COMPRESS FOR ALL OPERATIONS;<br />

Direct Load Compression Syntax (default):<br />

CREATE TABLE emp (<br />

emp_id NUMBER<br />

, first_name VARCHAR2(128)<br />

, last_name VARCHAR2(128)<br />

) COMPRESS [FOR DIRECT_LOAD OPERATIONS];

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!