What is an UTL_FILE.What are different procedures and functions associated with it?
ORACLE Interview Questions and Answers (Part 3)
(Continued from previous question...)
513. What is an UTL_FILE.What are different procedures and functions associated with it?
UTL_FILE is a package that adds the ability to read and write to operating system files. Procedures associated with it are FCLOSE, FCLOSE_ALL and 5 procedures to
output data to a file PUT, PUT_LINE, NEW_LINE, PUTF, FFLUSH.PUT, FFLUSH.PUT_LINE,FFLUSH.NEW_LINE. Functions associated with it are FOPEN, ISOPEN.
(Continued on next question...)
Other Interview Questions
|