===
How can I make sure that when I import database 2 tables into database 1 the tables in Data are not overwritten. I want all the imported tables to go into the Help tablespace.
Damn, I hope this is easier to understand then what I've written.
=====

From your post I understand, you want to duplicate the tables in 2 different tablespaces in db-2. It is not possible. One schema will have only table irrespective of tablespace.

Tamil