I'm planning 'alter table move' approch as one of my table is having CLOB datatype so that I can not go for exp/imp approch.

Could you please expalin me an exact steps to move table J55 having incuding CLOB datatype including index

1) alter table j35 move tablepsace target tablepscae

2) alter table j35 move tablespace source tablespace

3) alter index indexname re-build

Please let me know alos I need to take any extra step to be invloved for CLOB daat type.

Your help would be highly appreciated.