0

I have the task to import oracle database (big data) with the command impdp. I have to migrate big data which take a long time. Is there a way to rollback the database when during the import job has been interrupted?

Thanks

2 Answers2

0

The flashback feature is your friend.

steve
  • 5,870
  • 1
  • 21
  • 22
0

By using job_name in import commnad can start the job from where it is been interrupted.

user3225011
  • 161
  • 1
  • 2
  • 12