1.

Name A Few Exceptions Of The Utl_file Package ?

Answer»

A few EXCEPTIONS of the UTL_FILE package are as follows:

  • INVALID_PATH — Specifies that a file location or filename is INVALID
  • INVALID_MODE — Specifies that the OPEN_MODE parameter in the FOPEN procedure is incorrect
  • READ__ERROR  — Specifies that an OPERATING system ERROR has occurred during the read operation
  • WRITE_ERROR — Specifies that an operating system error has occurred during the write operation
  • INVALID__OPERATION — Specifies that a file cannot be OPENED or used

A few exceptions of the UTL_FILE package are as follows:



Discussion

No Comment Found