ORA-29291 error when using utl_file.fremove
673497Feb 12 2009 — edited Feb 12 2009Hello everyone,
I have a procedure that imports xml files on a specific directory. When the import is done I need to delete the files.
I tried using utl_file.fremove('TEST','test.xml') where TEST is my directory name.
However when I run this I get the error ORA-29291 saying that the file removal has failed.
When I create a new file for example in my procedure with utl_file, I am able to delete this new file. I did this test to see if I have enough rights on the operating system to create and delete files.
I'm using oracle 10.2.03 on a Windows machine.
Can anyone please help me to understand why I can delete my test file and why I can't delete te xml file?
What am I overlooking?
Thanks in advance.
regards,
mariane