I wanted to know that I should provide the follwing statement or suggested by you.

I mean it is possible to handel and to move data for CLOB datatype using

ALTER TABLE tablename MOVE TABLESPACE

I need to deal the follwing statement only for CLOB.

I am not cleared about this one.

I will appreciate if you could explain me,

ALTER TABLE tab_with_lob
MOVE LOB(c/blob_column) STORE AS (
TABLESPACE new_tablespace
)