Datasheet
Automatic Storage Management (ASM) provides a central-
ized way to manage Oracle Database disk storage. The Oracle
Database 11g OCP exam will test your knowledge of ASM,
and thus ASM is the first topic we will tackle in this book.
In this chapter, we will discuss what ASM is, how to configure an ASM instance, how
to manage an ASM instance, and finally, how to use ASM from within an Oracle database.
As is true in the rest of this book, we will conclude with a review of the chapter, and we
will tell you, in the section “Exam Essentials,” what you need to know about ASM for the
exam. Finally, we will present chapter review questions and answers so you can determine
whether you have gained sufficient knowledge of ASM to pass the Oracle Database 11g
OCP exam.
On with the show!
Exam objectives are subject to change at any time without prior notice and
at Oracle’s sole discretion. Please visit Oracle’s Training and Certification
website (
http://www.oracle.com/education/certification/) for the
most current exam-objectives listing.
What Is ASM?
ASM is designed to simplify Oracle database storage administration. Database environ-
ments have become more and more complex, with large numbers of (and larger) datafiles,
storage area networks (SANs), and high-availability requirements. ASM is somewhat like a
logical volume manager, allowing you to reduce the management of Oracle files into ASM
disk groups. It also provides redundancy configurations, rebalancing operations, and, when
installed on top of clusterware, the ability to share database-related files.
ASM stores files in disk groups, which are logical entities made up of one or more physi-
cal disk drives. ASM is good for more than just storing database datafiles. In an ASM
instance, you can store database datafiles, online redo logs, archived redo logs, backup
files, and data-pump dumpfiles as well as change-tracking files and control files of one or
several Oracle databases, though these databases and the ASM instance must have affinity
to a given machine or cluster. ASM also provides the ability to locate the flash recovery area
on an ASM disk group, so your backups to disk can be made to ASM.
95134c01.indd 2 1/28/09 9:43:39 AM










