RMAN duplicate slow, application of archive logs
I am capturing the current sequence number of my production database, taking a RMAN incremental level 0 backup (to disk), and immediately creating a clone via the RMAN duplicate command using "set until sequence xxx". The uncompressed backup takes about 2 hours. However ,the duplicate process has been taking up to 7 hours, which is too long to be of use. It seems to spend a majority of the time applying and deleting archive logs - which I don't quite understand. If my production backup is full, why does it need archive log files? I don't have any need to do a partial
0