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!

Need to Clean up wwv_flow_file_objects$ table

657265Jun 3 2010
Hi,

We need to clean up wwv_flow_file_objects$ table as the size of the table is very big and we have decided to delete the files from this table once we insert into our local tables from now on. We can do it by placing the delete statement delete from apex_application_files where name = :PX_FILE_BROWSE_ITEM. But our application has so many file browse items and we need to change in so many processes. So we decided to have some job which will run daily and delete the files uploaded through file browse items from our application. Can we use the below statement
SELECT * FROM wwv_flow_file_objects$ WHERE security_group_id = XXXXXXXXXX AND file_type IS NULL and FLOW_ID = 0 (do not want to delete application import and export files and want to delete the files from specific workspace). IS above statement will delete application static files, images or CSS files?. Or willl cause any problem to existing application ?. Please suggest the best way to do.

Thanks in advance for your help.

Regards
Ram
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 1 2010
Added on Jun 3 2010
0 comments
848 views