Which two are true concerning the allocation of I/O resources by the IORM within the CELLSRV process?
Correct Answer: A,E
Explanation/Reference:
Note:
* IORM Rules
IORM is only "engaged" when needed.
/(A) Redo and control file writes always take precedence.
/(E) DBWR (database writer) writes are scheduled at the same priority as user IO.
/IORM does not intervene if there is only one active consumer group on one database.
/Any disk allocation that is not fully utilized is made available to other workloads in relation to the configured resource plans.
/Background IO is scheduled based on their priority relative to user IO.
/For each cell disk, each database accessing the cell has one IO queue per consumer group and three background queues.
/Background IO queues are mapped to "high", "medium", and "low" priority requests with different IO types mapped to each queue.
/If no intradatabase plan is set, all non-background IO requests are grouped into a single consumer group called OTHER_GROUPS.
Reference: Using IORM with Exadata