Friday, June 15, 2007

alter tablespace compress

relevant commands are:

alter tablespace SUBSCRIBER02 default compress;

alter tablespace SUBSCRIBER02 default nocompress;

select tablespace_name, DEF_TAB_COMPRESSION from dba_tablespaces;