A directory name can be a valid value for which of the following parameters?
-
DB_CACHE_SIZE
-
DB_FILES
-
BACKGROUND_DUMP_DEST
-
DB_BLOCK_SIZE
C
Correct answer
Explanation
BACKGROUND_DUMP_DEST specifies a directory path where Oracle writes background process trace files and alert logs. Options A (DB_CACHE_SIZE), B (DB_FILES), and D (DB_BLOCK_SIZE) are all numeric parameters - sizes, counts, or block sizes - not directory paths. Only BACKGROUND_DUMP_DEST accepts a directory name as its value.