Hello,
I want to compress a table which contains blobs.
I tried
but I get this error :
How can I enable this feature?
Is it the only way to compress BLOB data ?
Thanx,
Philippe
I want to compress a table which contains blobs.
I tried
Code:
ALTER TABLE MYTABLE COMPRESS
Code:
ORA-00439: feature not enabled : Heap segment compression
Is it the only way to compress BLOB data ?
Thanx,
Philippe