🎴 Flashcard Mode

databases Online Quiz - 71

Card1 / 20
Mastered0
Review0
QuestionClick to flip

The exception INVALID_FILEHANDLE can occur when the following procedures are called?

AnswerClick to flip back
A
1,2
💡 Explanation:

The INVALID_FILEHANDLE exception is raised by UTL_FILE procedures like FCLOSE and GET_LINE when they receive an invalid or uninitialized file handle. Conversely, the IS_OPEN function evaluates whether a handle is open and returns a boolean value instead of raising this exception, making the combination 1,2 correct.

Change Mode