Hi All,
We want to run oracle archive logs backup every 1 hour irrespective of any threshold requirements. What is the best possible way to schedule it?
Thanks in advance for your help.
Hi All,
We want to run oracle archive logs backup every 1 hour irrespective of any threshold requirements. What is the best possible way to schedule it?
Thanks in advance for your help.
Best answer by Sunil
HI
You can set the max interval (Force a backup every x hours y minutes) in the automatic schedules. This will have the combined ability of checking the thresholds and launching a job before the specified x hours is reached, and forces a backup if x hours reached without a backup.
If you don’t want to even check the log thresholds and launch a log backup no matter what, you can created a timed schedule (Daily schedule with repeat every 1 hour) on the ArchiveLog subclient which launches a log backup at a fixed interval of an hour.
You can also consider creating a Continuous schedule with a 60 minute interval. This considers the previous backup (whether scheduled or on-demand manual) and ensures there is a backup launched as soon as the 60 minute interval elapses.
Please let me know if you need any further clarification.
Thanks,
Sunil-
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.