DECLARE
*
ERROR at line 1:
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "SYS.UTL_FILE", line 98
ORA-06512: at "SYS.UTL_FILE", line 157
ORA-06512: at line 811
SP2-0670: Internal number conversion failed
I get the above error report whenever I run/compile a program with UTL_FILE components. I was told that you have to handle a number of EXCEPTIONs individually I think I got all of them, but I could be missing some Could any body enlighten me as to what I am missing.
INVALID PATH
INVALID MODE
INVALID OPERATION
INVALID FILEHANDLE
READ ERROR
WRITE ERROR
INTERNAL ERROR
I am trying to write to a text file.
*
ERROR at line 1:
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "SYS.UTL_FILE", line 98
ORA-06512: at "SYS.UTL_FILE", line 157
ORA-06512: at line 811
SP2-0670: Internal number conversion failed
I get the above error report whenever I run/compile a program with UTL_FILE components. I was told that you have to handle a number of EXCEPTIONs individually I think I got all of them, but I could be missing some Could any body enlighten me as to what I am missing.
INVALID PATH
INVALID MODE
INVALID OPERATION
INVALID FILEHANDLE
READ ERROR
WRITE ERROR
INTERNAL ERROR
I am trying to write to a text file.