trying to compress a lob basicfile of a partiton and getting following errors ORA-43856: Unsupported
trying to compress a lob basicfile of a partiton and getting following errors ORA-43856: Unsupported LOB type for SECUREFILE LOB operation
SEGMENT_NAME PARTITION_NAME SEGMENT_TYPE SEGMENT_SU
------------------------------ ------------------------------ ------------------ ----------
XXX_ENH_SEG XXX_ENH_JUL2018_SEG LOB PARTITION ASSM
tried issuing
when creating the partition the following command was issued (Similar)
alter table XXX.XXXXXX add partition XXX_JUL2018 VALUES LESS THAN (TO_DATE('08-01-2018','MM-DD-YYYY')) tablespace XXX_TS_JUL2018 storage(pctincrease 0) LOB (XXX_XML) store as XXX_ENH_JUL2018_SEG (TABLESPACE XXX_TS_JUL2018);