Oracle ASM Interview Questions Basic To Advanced
Oracle ASM Interview Questions Basic To Advanced
Oracle ASM (Automatic Storage Management) is Oracle's integrated volume manager and file
system for managing database files. It simplifies database storage by managing disks in disk
groups.
Disk groups are logical containers for ASM-managed disks. ASM stripes and mirrors files across
An ASM instance is a special Oracle instance that manages ASM disk groups. It uses background
Striping is the distribution of file data evenly across all disks in a disk group to enhance
ASM rebalances data when a disk is added or dropped from a disk group. It redistributes data to
Power limit determines the speed of a rebalance operation. Higher values mean faster rebalancing
ASMLIB is a support library for ASM that simplifies disk discovery and provides persistent device
names.
Yes, with Oracle ACFS (ASM Cluster File System), non-database files can be stored.
Failgroups define how ASM mirrors data across disks to avoid data loss in case of hardware failure.
V$ASM_OPERATION.
RBAL opens all devices and coordinates rebalancing. ARBn (ASM Rebalance) performs the actual
Yes, ASM is the preferred storage management solution in Oracle RAC environments as it provides
Rolling upgrades allow patching or upgrading ASM without shutting down the database instances,