RMAN BACKUP FILE ORDER
Question:
Assuming a single channel and filesperset=1, what order does RMAN choose to backup datafiles?
Answer:
The order of files is random. The File Names are read from V$DATAFILE view and due to performance bug, the ORDER BY FILE# clause is removed, hence the query can return file# in random order.
No comments:
Post a Comment