expdp c##user1/oracle@pdb11 directory=ORA_DIR dumpfile=tab1.dmp logfile=tab1.exp.log tables=tab1 ENCRYPTION_MODE=password ENCRYPTION_PWD_PROMPT=YES REUSE_DUMPFILES=YES
impdp c##user1/oracle@pdb12 directory=ORA_DIR dumpfile=tab1.dmp logfile=tab1.imp.log tables=tab1 ENCRYPTION_PWD_PROMPT=YES TABLE_EXISTS_ACTION=REPLACE