| Problem moving files after using UTL_FILE package [message #577838] |
Thu, 21 February 2013 02:27  |
dev_777
Messages: 29 Registered: June 2010
|
Junior Member |
|
|
Hi
We have a p/slq procedure that reads a *.txt file using the UTL_FILE package. The contents of the file are then inserted into a database table.
At the end of the procedure we close the open file using UTL_FILE.FCLOSE.
There is a program (non-oracle)that attempts to move the file to a new location after being read into Oracle. The problem is that the application cannot move the file as the file is locked. ie message displays that the file is open and cannot be moved to a new location.
Is there anything else that we are missing besides the UTL_FILE.FCLOSE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|