I want to extract a dump for last 2 years from oracle 11g database. I have tried using below mentioned technique
I have tried using below command
expdp system/anirban2017@XE parfile=C:\oraclexe\app\oracle\admin\XE\pfile\myfile.par
My par file is described below
dumpfile=expempdplast3d.dmp flashback_time="to_timestamp(to_char(sysdate-3,'DD-MON-YYYY'),'DD-MON-YYYY hh24:mi:ss')"
Please suggest whether it would be the correct approach to extract such dump