Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
PLSQL 2
« Previous
Next »
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
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
Oracle (40)
Oracle (30)
Oracle (49)
Oracle (51)
Oracle (52)
Oracle DBA (29)
Oracle PLSQL (30)
Oracle Replication (20)
Oracle Architecture (20)
Oracle Transaction (20)
PLSQL (22)
PLSQL (24)
PLSQL (50)
Advertisement
▲