Is there a way to move only LOB segment, keeping table segment? The statement :
alter table <tab> move lob (<lob>) store as (tablespace <tbs>)
moves not only LOB segment, but also table segment, therefore consumes much resources, requires to rebuild indexes etc.
Thanks.