nerdexam
Oracle

1Z0-058 · Question #45

Directory structure in ASM has a default of +<diskgroup>/<database>/<filetype>/<filename>. The EXAMPLE tablespace was created with: CREATE TABLESPACE EXAMPLE DATAFILE…

The correct answer is B. The ASM system file +DATA/ORCL/DATAFILE/EXAMPLE.264.695918623 has an alias of D. The default path indicates that the file is a data file belonging to the ORCL database. F. +DATA/ORCL/DATAFILE/EXAMPLE.264.695918623 is the name of the file in V$DBFILE in the. Fully Qualified ASM File Names Every file created in ASM gets a system-generated file name, known as the fully qualified file - You cannot set the fully qualified file name. - ASM guarantees uniqueness within the ASM environment. - The fully qualified file name is used in…

Administer ASM

Question

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?

Options

  • AThe ASM file +DATA/ORCL/oradata/example_01.dbf has an alias of
  • BThe ASM system file +DATA/ORCL/DATAFILE/EXAMPLE.264.695918623 has an alias of
  • CThe default path indicates that the file is an oradata file belonging to the ORCL database.
  • DThe default path indicates that the file is a data file belonging to the ORCL database.
  • E+DATA/ORCL/oradata/example_01.dbf is the name of the file in V$DBFILE in the database
  • F+DATA/ORCL/DATAFILE/EXAMPLE.264.695918623 is the name of the file in V$DBFILE in the

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    76% (19)
  • C
    4% (1)
  • E
    16% (4)

Explanation

Fully Qualified ASM File Names Every file created in ASM gets a system-generated file name, known as the fully qualified file - 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. Oracle 11g: RAC and Grid Infrastructure Administration Accelerated 9 - 11

Topics

#ASM directory structure#ASM aliases#ASMCMD ls#V$DBFILE

Community Discussion

No community discussion yet for this question.

Full 1Z0-058 Practice