epxdp with flashback_time?
Hai,
i tried to get a dump with following command:
expdp system/pass@database full=y DIRECTORY=data_pump_dir DUMPFILE=test.dmp LOGFILE=test.log flashback_time="to_timestamp(to_char(sysdate,'yyyy-mm-dd hh24:mi:ss'),'yyyy-mm-dd hh24:mi:ss')"
but i got the failure:
LRM-00116: syntax error at ')' following 'yyyy-mm-dd hh24:'
Can somebody tell me what´s wrong with my command?
thanks a lot!
expdp system/pass@database full=y DIRECTORY=data_pump_dir DUMPFILE=test.dmp LOGFILE=test.log flashback_time="to_timestamp(to_char(sysdate,'yyyy-mm-dd hh24:mi:ss'),'yyyy-mm-dd hh24:mi:ss')"
but i got the failure:
LRM-00116: syntax error at ')' following 'yyyy-mm-dd hh24:'
Can somebody tell me what´s wrong with my command?
thanks a lot!
0