Directory structure in ASM has a default of +<diskgroup>/<database>/<filetype>/<filename>.
The EXAMPLE tablespace was created with:
CREATE TABLESPACE EXAMPLE DATAFILE '+DATA/ORCL/oradata/example_01.dbf'
The asmcmd ls command shows:
ASMCMD>ls -l +DATA/ORCL/oradata/*
Type Redund Striped Type Sys Name
N example_01.dbf => +DATA/ORCL/DATAFILE/EXAMPLE.264.695918623
Which three statements can be verified by from the information provided?
Correct Answer: B,D,F
Explanation/Reference:
Explanation:
Fully Qualified ASM File Names
Every file created in ASM gets a system-generated file name, known as the fully qualified file name.
- You cannot set the fully qualified file name.
- ASM guarantees uniqueness within the ASM environment.
- The fully qualified file name is used in database views that display Oracle Database file names.
D60488GC11
Oracle 11g: RAC and Grid Infrastructure Administration Accelerated 9 - 11