1.

What Is The Difference Between The Put_line And Putf Functions Of The Utl_file Package?

Answer»

The difference between the PUT_LINE and PUTF functions of the UTL_FILE package is as follows:

  • PUT_LINE —Refers to a function used to write text string, which is stored in the buffer, to the OPENED file with a line TERMINATOR.
  • PUTF— Refers to a function used to write text string, which is stored in the buffer, to the opened file but in a formatted FORM with format specifiers - %s and n. The %s format specifier is used to SUBSTITUTE a VALUE in the output string and n is a new line character.

The difference between the PUT_LINE and PUTF functions of the UTL_FILE package is as follows:



Discussion

No Comment Found