BACKUP_TAPE_IO_SLAVES and DBWR_IO_SLAVES
1) What happens if BACKUP_TAPE_IO_SLAVES=FALSE and DBWR_IO_SLAVES=0
(I believe synchronous I/O is performed.).
2) What happens if BACKUP_TAPE_IO_SLAVES=FALSE and DBWR_IO_SLAVES=1
3) What happens if BACKUP_TAPE_IO_SLAVES=TRUE and DBWR_IO_SLAVES=0
4) What happens if BACKUP_TAPE_IO_SLAVES=TRUE and DBWR_IO_SLAVES=1
5) What happens if DBWR_IO_SLAVES=2
6) In my pc I have BACKUP_TAPE_IO_SLAVES=FALSE and DBWR_IO_SLAVES=0. However when I issue backup command I see rows in V$BACKUP_ASYNC_IO meaning that asynchronous I/O is performed. Is it because my O/S supports it and there is no need to set anything in Oracle?