UTL_FILE error? - ORA-20001: ORA-0000: normal, successful completion
440837May 23 2005 — edited May 26 2005Hi,
I wrote a procedure and am getting the following error message about 20 minutes into the processing:
*
ERROR at line 1:
ORA-20001: ORA-0000: normal, successful completion
ORA-06512: at "APPHARRIS.P_HARRIS_BULK_COLLECT", line 502
ORA-06512: at line 1
I have a fairly large amount of data that gets processed before getting this message. I am using the UTL_FILE package for output and it appears the exception flags with the 'WHEN OTHERS' error (from line 502 of my code). I have tried searching for a description/answer for that sqlcode # to correct it but cannot find much about it. Does anyone know what might cause this error and how to possibly fix it? Any insight would be greatly apprciated.
Thanks,
Eric