ASM Interview Questions and Answers
ASM Interview Questions and Answers
Oracle ASM (Automatic Storage Management) is a volume manager and a file system for Oracle
database files that simplifies storage management. It handles the storage of all database files and
An ASM Disk Group is a collection of disks that ASM manages as a single unit. Each disk group can
ASM Power Limit determines the speed of rebalancing operations. Rebalancing redistributes data
when disks are added or removed. A higher power limit speeds up the rebalance at the cost of
system resources.
An ASM instance is a special Oracle instance that manages ASM disks and disk groups. It uses
An ASM instance manages storage, while a database instance manages user data and database
You can use the SQL command: ALTER DISKGROUP <diskgroup_name> ADD DISK
'<disk_path>';
8. Can ASM manage non-database files?
Starting with Oracle 11g, ASM can manage non-database files using the ASM Cluster File System
(ACFS).
9. What is ASMLIB?
ASMLIB is a support library for ASM that simplifies the discovery and naming of ASM disks. It's
ASM improves performance through striping (spreading data evenly across all disks) and balancing