Importing from schema level backup
Hi
we have data pump export (11g r2 database) of the 3 application schemas that we make using the below par file
userid=tmpuser/tmpuser
directory=data_pump_dir
exclude=statistics
schemas=APPS_TX,APPX_DW,APPS_RO
We need to restore the data from one table VSG_TAB from APPS_TX schema from that backup and have that table
created as a new able VSG_TAB_BKP
What IMPDP command we need to run to accmplish that?
Thanks