Skip to Main Content

Oracle Database Discussions

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!

Compression Type

happy10319Apr 27 2010 — edited Apr 29 2010
Hi,
in 11g on WIN 2003, what is the right syntaxe for COMPRESS :
SQL> CREATE TABLE XXX
  2  COMPRESS FOR 'QUERY'
  3  AS
  4  SELECT * FROM TABLEONE;
COMPRESS FOR 'QUERY'
             *
ERROR at line 2:
ORA-14464: Compression Type not specified
Thank you.
This post has been answered by Santosh Kumar on Apr 28 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2010
Added on Apr 27 2010
17 comments
2,618 views