Hi

I think it is not possible to move a table with LONG column. You need to

1. Export the table
2. Re-create the table in the required tablespace or change the default tablespace to the target tablespace
3. Import the table.

Thomas