archived logs backup
My prod database does full backup with archived logs every night. We set 3 log destinations, two on the disk storage, one points to flash recovery which is on NFS. I noticed when backuping archived logs, oracle always read the archived logs in the flash recovery directory. The problem with this is it takes a long time to read logs from NFS and write backupset to the NFS. I want to know whether there is some configuration which can set oracle to read archived logs from either of the other 2 log direcotries which are on the disk storage. I