What is ASM in Oracle?
ASM is a storage volume manager designed to manage Oracle database files. It simplifies and automates volume and file management. It also increases storage utilization, uptime, and agility.
Advantages of ASM
What are some characteristics of an ASM instance?
What are the ASM initialization parameters?
What is ASM rebalancing?
The main objective of the oracle ASM rebalance operation is to always provide an even distribution of the file extents and space usage across all disks in the disk group. Any change in the storage configuration will trigger it.
What is RAID 0?
Consists of one or more logical volumes striped across two or more physical volumes.
What is RAID 1?
Consists of one or more logical volumes mirrored across two or more disks.
What is RAID 5?
0+1. Logical volume is cut across multiple physical volumes so concurrent read and writes are possible.
What are types of redundancy?
What is the difference between mirroring and striping in RAID?