How to schedule RMAN backup in Standby database using dbms_scheduler
I have RMAN backups (running in Primary DB of AGD setup) consists of following
- Hourly Archive log backup
- Daily incremental backups
- weekly full backup
- monthly full backup
Due to performance issue in Primary, I am working on shifting the whole RMAN backup setup to standby database, but I want to schedule these backups using dbms_schuduler schedule jobs run linux scripts in host.
I am thinking if I schedule those backup in primary, they will be replicated in standby DB.
Let me know if it does not work , in this case may have some advice.
Thanks