Rman backup database
According to Oracle documentation, it said it is recomended to do an 'alter system archive log current' immediately after 'backup database' in the rman script and I agreed totally. I have the following RMAN script ready but wasn't sure where to put the log switching statement.
Also, I always use ch1 in the script and it is always working fine. My question is, when should I use a different channel? The reason I am asking because one of our system is using six Oracle databases, and each daily backup database rman script is run using the same ch1. I wonder if this is a good practice. Thank you!