Insufficient Priviliege on updating wwv_flow_file_objects$
638663Dec 9 2008 — edited Dec 9 2008Hello,
I created a file upload form. After the file being uploaded, I need to change the file name in wwv_flow_file_objects$. But it shows insufficient prvilliege. Is there anyway I can do it?
UPDATE wwv_flow_files SET FILENAME = filename WHERE NAME = filename_in_page;
Thanks