The AskTOM team is taking a break over the holiday season, so we're not taking questions or responding to comments. Please have a happy and safe festive season and as always, thanks for being a member of the AskTOM community.
Thanks for the question, Sunny.
Asked: November 21, 2020 - 6:18 am UTC
Last updated: November 23, 2020 - 3:08 pm UTC
Version: 12c R2
Viewed 10K+ times! This question is
impdp username/password DIRECTORY=DATA_PUMP_DIR DUMPFILE=dmp_file_name.dmp LOGFILE=dmp_log_file.txt TABLES=HR.emp_log query=HR.emp_log:\"where dept_id in ( select a.dept_id from HR.remote_data_emp_log a where a.log_date = '31-DEC-2019' ) \" impdp username/password DIRECTORY=DATA_PUMP_DIR DUMPFILE=dmp_file_name.dmp LOGFILE=dmp_log_file.txt TABLES=HR.dept_log query=HR.dept_log:\"where dept_id in ( select a.dept_id from HR.remote_data_dept_log a where a.dept_log_date = '31-DEC-2019' ) \"
query='t1:"WHERE ...",t2:"WHERE ..."'
All of the database utilities including Data Pump are explained in the Utilities guide.