Hi,
My UTL_FILE COPY Procedure is running fine for about 3 times. Then it stops with the error:
ORA-29283: invalid file operation
Does someone know what could happen here? It seems, the file is not closed properly, because i can't delete the file afterwards via the File System:
Cannot delete US_log: It is being used by another person or program...
The strange thing is, that it's working for 3 times and THEN the error appears. I have to KILL THE SESSION, to gain access to the file again. Then i can run my Procedure again only for 3 times.
Any ideas?