Hi,
is is possible to remap tables to different tablespaces using impdp in a single run.
My database is oracle12c EE.
for example i have 10(say t1, t2 .....t10) tables in source database all in "users" tablespace exported using expdp and importing using impdp in different database, can i import tables t1,t2 to TB1, t3,t4 to TB2 and so on...
(TB here is Tablespace)
Please let me know if it is possible.
Thank you.