(Choose two.)

You are working on the Database using file system RAID level 0 striping. You want to migrate the
database files to the Automatic Storage Management (ASM). The applications supported by the
database primarily perform small, random I/Os in which each foreground process reads a data
block into the buffer cache for updates and the changed blocks are written in batches by the
DBWR process.Identify two outcomes of ASM striping in combination with RAID 0. (Choose two.)

You are working on the Database using file system RAID level 0 striping. You want to migrate the
database files to the Automatic Storage Management (ASM). The applications supported by the
database primarily perform small, random I/Os in which each foreground process reads a data
block into the buffer cache for updates and the changed blocks are written in batches by the
DBWR process.Identify two outcomes of ASM striping in combination with RAID 0. (Choose two.)

A.
It provides higher bandwidth.

B.
It negatively impacts the write-intensive workloads.

C.
It allows you to evenly distribute disks for your data.

D.
It causes contention on Data and Flash Recovery Area (FRA).



Leave a Reply 1

Your email address will not be published. Required fields are marked *


L. Zhu

L. Zhu

A is right. all disks in the disk group are striped. better band width
B is wrong.
C is right.
D is wrong.

So A.C. are correct