expdp system/*** directory=DATA_PUMP_DIR dumpfile=expdp_19c.dmp logfile=expdp_19c.log schemas=HR
-- On 19c source expdp hr/hr@source_19c \ DIRECTORY=dp_dir \ DUMPFILE=hr_12_2_compat.dmp \ SCHEMAS=hr \ VERSION=12.2 \ LOGFILE=exp_hr.log
impdp system/*** directory=DATA_PUMP_DIR dumpfile=expdp_19c.dmp logfile=impdp_12.2.log
# Check dump file version (Linux/Unix) strings hr_12_2_compat.dmp | grep -i "version" Expected output (partial):