What is ASM?
-
an integrated file system only
-
A mirroring technology only
-
an integrated file system with a volume manager
-
A Volume manager only
ASM (Automatic Storage Management) is Oracle's storage management solution that combines both a file system and a volume manager. It simplifies database storage by managing disk space and file placement automatically.
To answer this question, you need to understand what ASM stands for and its purpose.
ASM stands for Automatic Storage Management. It is a feature provided by Oracle Database that combines the functionalities of a volume manager and a file system.
Option A) an integrated file system only - This option is incorrect because ASM is not just an integrated file system. It also includes volume management capabilities.
Option B) A mirroring technology only - This option is incorrect because ASM is not solely a mirroring technology. While it does provide mirroring capabilities, it also includes volume management and file system functionalities.
Option C) an integrated file system with a volume manager - This option is correct. ASM combines the functionalities of a volume manager and a file system, allowing for efficient management and allocation of storage resources.
Option D) A Volume manager only - This option is incorrect because ASM is not only a volume manager. It also includes file system functionalities.
The correct answer is C) an integrated file system with a volume manager. This option is correct because it accurately describes the capabilities of ASM.