Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions
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.