PL/SQL UTL_FILE Package

Which exception is used in UTL_FILE package in PL/SQL?

Questions by Subashpanda   answers by Subashpanda

Showing Answers 1 - 1 of 1 Answers

The package specification of UTL_FILE defines seven exceptions.
INVALID_PATH
INVALID_MODE
INVALID_FILEHANDLE
INVALID_OPERATION
READ_ERROR
WRITE_ERROR
INTERNAL_ERROR
NO_DATA_FOUND
VALUE_ERROR
INVALID_MAXLINESIZE

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions