Hello all,

I need to move dataLOB and indexLOB from one tablespace to other, i change from tablespace the table associated and the data and index LOB no change, i test to make:

alter table xxx move LOB(xxx) store as lobsegment tablespace xxxx;

and i obtain and error with the identifier of the lob.

Thanks in advanced.