What is an UTL_FILE.What are different procedures and functions associated with it?
Answer / nishi
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.
Is This Answer Correct ? | 0 Yes | 0 No |
primary key is foreign key for the same table?
how can we store any pdf file in oracle
How to display the hierarchy of employee and managers without using connect by prior.
what is the syntax of DELETE command?
Query to get max and second max in oracle in one query ?
34 Answers CTS, Keane India Ltd, TCS, Wipro,
pls explain connect by prior with example and its real time use
How can we Update a table with out using UPDATE command?
Explain what are the type of synonyms?
What is an oracle function?
How to call a sub procedure?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
Define Normalization with example?