Exporting oracle schema using datadump -


i took export of schema xxx has default tablespace test01. while importing dmp of schema xxx database in tablespace test01 not present. import run successfully?

you can use remap_tablespace :

impdp user/password  directory=your_dir dumpfile=your_dmp schema=your_sch  remap_tablespace=old_tbs:new_tbs  

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -