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?
A.
The ASM system file +DATA/ORCL/DATAFILE/EXAMPLE.264.695918623 has an alias
of +DATA/ORCL/oradata/example_01.dbf.
B.
+DATA/ORCL/DATAFILE/EXAMPLE.264.695918623 is the name of the file in V$DBFILE
in the database instance.
C.
+DATA/ORCL/oradata/example_01.dbf is the name of the file in V$DBFILE in the
database instance.
D.
The default path indicates that the file is an oradata file belonging to the ORCL database.
E.
The ASM file +DATA/ORCL/oradata/example_01.dbf has an alias of
+DATA/ORCL/DATAFILE/EXAMPLE.264.695918623.
F.
The default path indicates that the file is a data file belonging to the ORCL database.
B: is incorrect, in the DB instance we see ‘+DATA/ORCL/oradata/example_01.dbf’ as datafile name.
Correct answers are: A,C,F.