Rman backup of production standby database
I need to create full backup script which will be used for production database 10.2.0.5.0 EE (Oracle Linux 5), lets call it prod1.
We are using a standby database for this prod1 database, and prod1 database is using incremental backups.
As far as i know if i take regular full backup, not incremental 0 it will not break up a chain of future incremental backups?
Main thing which concerns me is what about logs which are transported to standby, are those logs will be affected during my full backup job? If so, how can i manage that?
Can we do full backup of standby database itself and bypass load from production?