Which of the following exception, FOPEN does not raise?

Options
- UTL_FILE.INVALID_PATH
- UTL_FILE.INVALID_FILEHANDLE
- UTL_FILE.INVALID_MODE
- UTL_FILE.INVALID_OPERATION


CORRECT ANSWER : UTL_FILE.INVALID_FILEHANDLE

Discussion Board
UTL_FILE.INVALID_FILEHANDLE

FOPEN function opens a file. You can specify the maximum line size and have a maximum of 50 files open simultaneously. FOPEN returns a file handle, which must be passed to all subsequent procedures that operate on that file. The specific contents of the file handle are private to the UTL_FILE package, and individual components should not be referenced or changed by the UTL_FILE user. When FOPEN does not raise, UTL_FILE.INVALID_FILEHANDLE exception will occur.

Prajakta Pandit 02-23-2017 02:01 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement