Oracle Forms (MOSC)

MOSC Banner

How to delete a file on the server during the execution of an application with Forms 11gR2 and a ser

edited May 6, 2014 6:21AM in Oracle Forms (MOSC) 3 commentsAnswered ✓

I have a process for generating an excel file in which I initially create a  file.csv on the server side using the text_io package. After that, using WEBUTIL_FILE_TRANSFER.AS_To_Client, I transfer the file to the temporary folder of the client. How I can delete the file.csv from the server after the transfer done? What I have been able to do is open it with TEXT_IO again in 'W' mode and then close it, leaving it content empty. I tried to use the webutil_file.delete_file instruction ('c:\ tmp\file.csv') but try to delete the file on the client side but is not what I

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center