Home » Developer & Programmer » Application Express, ORDS & MOD_PLSQL » blob file in Apex 5 (Oracle 11g with APEX 5)
blob file in Apex 5 [message #642775] Fri, 18 September 2015 14:31 Go to next message
alijeyan
Messages: 184
Registered: January 2007
Location: IRAN
Senior Member
HI All.
I create a Classic report page with this SQL
select
    id,
    '<a href="'||APEX_UTIL.GET_BLOB_FILE_SRC('P38_FILE_BLOB',id)||'">'||apex_escape.html(filename)||'</a>' filename,
    file_mimetype,
    file_charset,
    apex_util.filesize_mask(dbms_lob.getlength(file_blob)) f_len,
    substr(file_comments,1,50)||decode(greatest(length(file_comments),50),50,'','...') FILE_COMMENTS,
    created,
    lower(created_by) created_by
from EBA_GLCL_FILES f


when i run page and click on filename then folowing Error :

Quote:

The requested URL /apex/apex_util.get_blob_file was not found on this server


Please Help me
Re: blob file in Apex 5 [message #642781 is a reply to message #642775] Sat, 19 September 2015 02:21 Go to previous messageGo to next message
John Watson
Messages: 8919
Registered: January 2010
Location: Global Village
Senior Member
Moderator comment:

You appear to be in a location where use of Oracle products is illegal under US law. Members are of course free to reply, but should be aware of this.

How did you get APEX 5?
Re: blob file in Apex 5 [message #643008 is a reply to message #642781] Fri, 25 September 2015 04:54 Go to previous messageGo to next message
alijeyan
Messages: 184
Registered: January 2007
Location: IRAN
Senior Member
No important that how I get Apex (specially Apex 5 !!!) !!!

I have Apex5 .... and we learned that ..... It is very very HARD But I can !

If you want I can send My Application .... is is free and Open Source !!!!!!!!!!!

Thanks
Re: blob file in Apex 5 [message #643017 is a reply to message #643008] Fri, 25 September 2015 09:49 Go to previous message
Michel Cadot
Messages: 68617
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

You are free to do what you want with what you do (unless you do it for your boss).
If you want to post it, then do it, many here and over the web do it.
This is your lone decision.

Previous Topic: Apex
Next Topic: When I access oracle apex link its title show "Application Express Login" but page still white(Blank
Goto Forum:
  


Current Time: Tue Mar 19 02:55:38 CDT 2024