MiDBA
Build an Oracle DBA on a firm foundation of sound practices and technical knowledge!
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;
‹
›
Home
View web version