🎴 Flashcard Mode

Oracle Database and PL/SQL Fundamentals

Card1 / 17
Mastered0
Review0
QuestionClick to flip

Which initialization parameter specifies the location of the alert log file

AnswerClick to flip back
A
BACKGROUND_DUMP_DEST
💡 Explanation:

BACKGROUND_DUMP_DEST is the initialization parameter that specifies the location where the alert log file and background trace files are written. UTL_FILE_DIR is for file directory access, USER_DUMP_DEST is for user process trace files, and LOG_ARCHIVE_DEST is for archived redo log files.

Change Mode