Hi Guys,check with you all, a schema's tables reside in 2 tablespace, when i use impd remap_tablespace, can i put all tables into 1 tablesapce?
Example:
Souce DB
ABC (DB name) , TEST (schema users), table_1(tablespace TBA_A) , table_2(Tablespace TBA_B)
Target DB
CDE (DB name), TEST (Schema users). only have 1 tablespace (TBA_A)
is following command correct?
import system/XXXX schame =test remap_tablesapce(TBA_A:TBA_A, TBA_B, TBA_A) <-- correct ? or i dont need TBA_A:TBA_A