Oracle Database 12c: RAC Administration — Question 51

A directory +DATA/ORCL/DATAFILE/USERS exists in ASM.
USERS is a user created directory; ORCL and DATAFILE are system generated directories.
Which two statements are true about user-created directories?

Answer options

Correct answer: D, E

Explanation

Option D is correct because user-defined directories cannot be created directly at the root level in ASM. Option E is also correct since the creation of nested subdirectories requires separate CREATE DIRECTORY commands, regardless of the existence of other directories.