What is automated storage management (ASM)?
What is automated storage management (ASM)?
Rating:
Automated storage management (ASM) is a new storage mechanism available in Oracle 10g. ASM is a simple storage management interface available to the DBA. ASM is consistent across the server and storage platforms. It provides beneficial tools to the DBA to create and manage a robust, flexible, and scalable file storage system, ready for access by any existing Oracle database instance.
ASM provides various tools that can save the DBA's time and flexibility to manage a dynamic database environment with increased efficiency.
ASM is designed to release the burden of disk and storage management, and depends on Oracle to maintain database storage. Instead of managing many data files individually, ASM creates disk groups for file management. Therefore, a disk group can be defined as a logical unit that Oracle views as a single unit of storage. This is very much akin to various flavors of Unix defining volume groups.
Oracle manages storage definitions of a database in a second database used exclusively by ASM to keep track of disk group allocations. While creating a database, if the
Rating:
Other articles
- What is the FLASHBACK_TRANSACTION_QUERY view?
- What are redo log files?
- What is the MAX_IDLE_TIME parameter?
- What is Flashback Transaction Query?
- What is the Import utility?