Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

5.0: how to purge apex_application_temp_files?

GrizzledMar 21 2018 — edited Mar 22 2018

I'm trying to let users upload a file to apex_application_temp_files and then in separate steps validate it, check the results and finally process it, requiring that it's available for several requests and so I set the file browse item "Purge File at" property to "end of session". I would like to remove the file after it's processed, but how? I tried deleting from apex_application_temp_files but that doesn't seem to work.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 19 2018
Added on Mar 21 2018
14 comments
2,997 views