InterviewSolution
| 1. |
What Is An Asm Instance? |
|
Answer» An ASM instance is the instance that manages ASM disk groups. It composes of SYSTEM Global Area(SGA) and BACKGROUND processes. ASM instance mounts a disk group that is MADE AVAILABLE to the database instance. An ASM instance manages the METADATA of a disk group and provides file layout information to the database instances. An ASM instance is the instance that manages ASM disk groups. It composes of System Global Area(SGA) and background processes. ASM instance mounts a disk group that is made available to the database instance. An ASM instance manages the metadata of a disk group and provides file layout information to the database instances. |
|