1

What is the correct and best approach for backing up oracle automatically? Which one should be use for schadule backup: - Using oracle jobs OR - Using os tools like cron
Or any other way?

Are there any powerful scripts for implement backup strategy ? ( something like Ola Hallengren for SQL server)

Chad
  • 133
  • 9
  • Use Oracle's built-in RMAN tool. [Find out more](https://docs.oracle.com/database/121/BRADV/rcmquick.htm#BRADV89346). The docs devote a whole chapter to [the topic of scheduling](https://docs.oracle.com/database/121/ADMQS/GUID-1F8297CD-CFD9-4BD0-8014-78FA147175B9.htm#ADMQS0932) – APC Dec 09 '17 at 16:52

1 Answers1

1

Oracle Enterprise Manager has a wizard that helps setting up recommended backup strategy. See the following white paper (Oracle RMAN Backups: Pushing the "Easy" Button) for details..