Hi,
Just make sure the table is not locked. You need exclusive lock on table, in order to move it.

use:
ALTER TABLE &table_name MOVE TABLESPACE &tbs_name;

Cheers.