1) perform your "exp"
2) confirm the integrity of your dump file to whatever level you choose.
3) DROP the original table.
4) Re-create the table in the new tablespace. You can do this either "by hand", or you can "imp" the dumpfile but specify the import parameter "indexfile=<file_name.sql>". Then text edit <file_name.sql>, changing the TABLESPACE definition to the new tablespace. Next, from SQL*Plus, "@<file_name>", which re-creates an empty version of your table in the new tablespace.
5) "imp" the dumpfile with the import paramter "ignore=y" so that the import program does not fail due to the pre-existence of the target table.
When you do effect your method, please post your results here.
[santa]Mufasa
(aka Dave of Sandy, Utah, USA @ 17:00 (13Sep04) UTC (aka "GMT" and "Zulu"), 10:00 (13Sep04) Mountain Time)