Blob display

i have atable with the follwin fields
seial no. (pk)
rank (pk)
image (blob)
i have succesfully loadedan image in the blob field. Now i have to display the same in an apex report? How can i do so?.....kindly help asap

Check the sample application and adjust it to your needs. Here is some code from that application:
select p.product_id edit_product, p.product_id view_product_id, p.product_name, p.product_description, p.category, p.product_avail, p.list_price, '<img src="#OWNER#.custom_image_display?p_image_id=' || nvl(i.image_id,0) || '" height="50" width="50" />' img
from demo_product_info p, demo_images i
where p.image_id = i.image_id (+)
(cant paste source above corectly because of html tags in it)
CUSTOM_IMAGE_DISPLAY is a procedure:
create or replace procedure custom_image_display (p_image_id in number)
as
l_mime varchar2(255);
l_length number;
l_file_name varchar2(2000);
lob_loc BLOB;
begin
select mime_type, image, image_name, dbms_lob.getlength(image)
into l_mime, lob_loc, l_file_name, l_length
from demo_images where image_id = p_image_id;
-- Set up HTTP header
-- Use an NVL around the mime type and if it is a null, set it to
-- application/octect - which may launch a download window from windows
owa_util.mime_header(nvl(l_mime,'application/octet'), FALSE );
-- Set the size so the browser knows how much to download htp.p('Content-length: ' || l_length);
-- The filename will be used by the browser if the users does a "Save as" htp.p('Content-Disposition: filename="' || l_file_name || '"');
-- Close the headers
owa_util.http_header_close;
-- Download the BLOB
wpg_docload.download_file( Lob_loc );
end;
Simon
Message was edited by:
SimAkas

Similar Messages

  • Oracle Blob Display Error

    Environment : Using Oracle Forms 6i (Currently on Patch 6.0.8.16) and Oracle
    10g.
    Problem : Error “Ora-00932 Inconsistent Data Types” when displaying a
    blob from a database table using Oracle 10g.
    Problem Description :
    Currently in the existing application we have Oracle Forms 6i with Oracle
    database version 8i.
    There are no errors while displaying a blob (image) from the database table on my Oracle form. Upgraded to Oracle 10g but with the existing version of Oracle Forms we cannot display the blob in the Forms.If I remove the blob display from the form everything else on the form works fine.
    Tried to update the Oracle Forms to version 6.0.8.16 using Patch 7 but it did not resolve the problem.
    Tried to go through the bug fixes in the recent Forms version upgrade released by Oracle but did not see anything related to problem with blob display using Oracle 10g.
    Did anyone else in the group faced the same problem?
    What patch level resolved the problem?
    Any ideas?
    thanks and regards.

    See
    Forms 6i - display into image item picture stored in blob type on database
    problem with images in forms 6i

  • BLOB display in flash

    First, please do not post about using a file system for
    images rather than storing them in mysql as I know how to do this
    and I want to store the images in a database. If you can explain
    more of the security of a file system then I will listen as that is
    the only issue I'm having with the file system. However, all I want
    to know is how to take an image in a blob field in a mysql database
    and display it in a flash movieclip. I can use php to echo the
    image straight to a browser no problem. I've read I may have to
    create a temporary image on the server and display that, but there
    is little documentation, actually none, aside from using a file
    system on how to handle images in mysql and display them in flash.
    Please advise as I can't believe it's this difficult to display an
    image in flash from a mysql database.

    Thanks for the reply. It answered my question, but left me
    wondering how to load multiple images. Do i have to call the same
    php file and string a different variable for multiple instances of
    the component? Such as:
    loader1.contentPath = "pics.php?&picid="+picnumber+"";
    loader2.contentPath = "pics.php?&picid="+picnumber2+"";
    It seems like hell for the php file on the server with all
    the request. Is there a way to get all the pictures I need with one
    call to one php file? Please advise.

  • Oracle BLOB  Display an image in Web Form

    I have an Oracle database that stores image data. The data type of this image column is BLOB. I created a Window application using Visual C#, Oracle Provider for OLE DB to display the images on the Window forms. The mechanism to retrieve the data from Oracle database from client is to call an Oracle stored procedure that returns BLOB type. Now I want to convert it into Web application. I have difficulty to find
    (1) Appropriate web control
    (2) A way to bind OracleLOB object to this web control so the image can be displayed.
    I am aware of the fact that in ASP .NET you can use ImageUrl property of an Image object to link a file stored in a particular URL.
    Your help is very much appreciated.

    Hi ,
    Please can you give me some examples or where can i find the solution.
    Can you guys send some FMB examples on [email protected]
    Please reply as sson as possible because we got stuck up here.
    Regards,

  • CKEditor - Blob Display in Contributor UI - W

    Folks,
    We recently upgraded to 11.1.6.1.
    It seems like text blobs are displayed in the contributor UI as a big "W". We have to edit the asset to see the text in blob attributes.
    Is there a way to allow a blob/text to be displayed in the Contributor interface.
    Regards,
    Robert Jackson

    Check out these elements in the ElementCatalog (below) in the FirstSiteII and avisports sample sites. You can configure the thumbnail view results globally (when searching "All" asset types) as FSII and avisports both do -- or you can configure it per asset type (avisports does this for the AVIArticle type).
    FirstSiteII:
    globally:
    CustomElements/FirstSiteII/UI/Layout/CenterPane/Search/View/ThumbnailViewConfig
    CustomElements/FirstSiteII/UI/Layout/CenterPane/Search/View/DockedThumbnailConfig
    avisports:
    globally:
    CustomElements/avisports/UI/Layout/CenterPane/Search/View/ThumbnailViewConfig
    CustomElements/avisports/UI/Layout/CenterPane/Search/View/DockedThumbnailConfig
    per asset type:
    CustomElements/avisports/AVIArticle/UI/Layout/CenterPane/Search/View/ThumbnailViewConfig
    CustomElements/avisports/AVIArticle/UI/Layout/CenterPane/Search/View/DockedThumbnailConfig
    Edited by: David Chesebro on Jan 15, 2013 3:19 PM

  • BLOB display issue

    Hi, I've inherited a database that has a table that contains BLOB images. I assume they are JPG but I can't be sure as were inserted by a program and I don't have the source code. I've tried various approaches including http://blogs.oracle.com/xmlpublisher/2006/05/05/ but I only get an empty cell back in Publisher (though the IMAGENBR shows up). I'm hoping someone can assist. I've inserted the XML below. Sorry about the length. Any assistance would be great. Thanks!
    <ROWSET>
    <ROW>
    <IMAGENBR>43276</IMAGENBR>
    <IMAGE>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 LRbUPzVZ42Q=</IMAGE>
    </ROW>
    </ROWSET>

    thats going to be tough. I have tried re-encodig to binary to see if there is a typical image header in the data. Can you try and look at the data inthe db in a raw format. Oracle SQL Developer lets you do this with BLOB columns.
    If its a gif it will have a distinctive first characters e.g. GIF89a, JPG has the following in the first line, 'LEAD Technologies Inc. V1.01', etc
    If might be easier to identify the BLOB in its eaw state beofre letting BIP encode it and then work through the list of image formats.
    Regards
    Tim

  • Display BLOB (image) column in (interactive) report

    Hi,
    I have a field called "picture" in my table "details" which is of type BLOB. i also have a field for "MIMETYPE" and "filename"
    i additionally have a "name" and "description" columns which i need to display along with the picture as columns in a report (preferably interactive).
    i have also modified the BLOB display format as per
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r31/apex31nf/apex31blob.htm
    what i am missing is the correct query. if possible, i would like to control the size of the picture rendered within the report like say 40*50.
    I have also referred to the thread
    APEX 3.1 Display BLOB Image
    But i don't know how to place the
    dbms_lob.getlength("BLOB_CONTENT") as "BLOB_CONTENT"
    in my query.
    The above also makes the report column as of type "number". is this expected?
    Any help would be much appreciated.
    Regards,
    Ramakrishnan

    You haven't actually said what the problem is?
    >
    I have a field called "picture" in my table "details" which is of type BLOB. i also have a field for "MIMETYPE" and "filename"
    i additionally have a "name" and "description" columns which i need to display along with the picture as columns in a report (preferably interactive).
    i have also modified the BLOB display format as per
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r31/apex31nf/apex31blob.htm
    what i am missing is the correct query.
    I have also referred to the thread
    APEX 3.1 Display BLOB Image
    But i don't know how to place the
    dbms_lob.getlength("BLOB_CONTENT") as "BLOB_CONTENT"
    >
    Something like:
    select
              name
            , description
            , dbms_lob.getlength(picture) picture
    from
              details
    if possible, i would like to control the size of the picture rendered within the report like say 40*50.For images close to this size it's easy to do this for declarative BLOB images in interactive reports using CSS. Add a style sheet with:
    .apexir_WORKSHEET_DATA td[headers="PICTURE"] img {
      display: block;
      width: 40px;
      border: 1px solid #999;
      padding: 4px;
      background: #f6f6f6;
    }where the <tt>PICTURE</tt> value in the attribute selector is the table header ID of the image column. Setting only one dimension (in this case the width) scales the image with the correct aspect ratio. (The border, padding and background properties are just eye candy...)
    However, scaling large images in the browser this way is a huge waste of bandwidth and produces poorer quality images than creating proper scaled down versions using image tools. For improved performance and image quality, and where you require image-specific scaling you can use the database ORDImage object to produce thumbnail and preview versions automatically, as described in this blog post.

  • Displaying a Blob with a Dynamic Page

    A dynamic page was created where one of the columns on the database table is a BLOB. The following error is received when trying to query the column from the dynamic page:
    : Unable to execute query (WWV-10201)
    The preference path does not exist:
    ORACLE.WEBVIEW.PARAMETERS.1093150906 (WWC-51000
    FYI - when running a similar query from a form component, the blob displays fine. This problem occurs only with dynamic page components.

    Hi,
    What version of Portal are you using ??
    Have you tried using reports like QBE,Wizard or SQL rfor displaying Intermedia Objects.
    Thanks,
    Anu

  • Want a blob to show up in a BI Publisher report

    I have spent the entire day looking through here for help. What I've found is a function (blob2clobase64 (p_blob IN BLOB) ) which I did create in APEX (4.0, 11g) no problem. But of course, I have no idea what to do with it after creating it...I can't call this function from BI, it gives an error that "string is not select" and running it in Apex doesn't do anything, unless I"m supposed to save the output to another column and use that in my bi report?
    I have the datasource in BI set up to get the data I want, including this blob, and it shows up in the Data View in BI with all the fields having correct values but the BLOB field is just a bunch of text.
    I have the rtf set up in BI and all the other fields populate as expected but the BLOB will only come in as a bunch of text characters if I insert the variable name. I tried to use the
    <fo:instream-foreign-object content-type="MIME_TYPE">
    <xsl:value-of select=".//PHOTO_BLOB_IMG"/>
    </fo:instream-foreign-object>
    and it just comes up blank. I've used content-type = image/gif, =image/jpg and also with the variable holding the mime_type (this shows up in the report with the correct value).
    I've tried PHOTO_BLOB_IMG with the .// and without it. I've tried it with the straight <?PHOTO_BLOB_IMG?> (this comes up with long garbly text).
    I'm completely lost as to what the problem is - and why can't we just insert a type of picture into an rtf?? Seems needlessly complicated. Anyway, must be that I'm missing some step 'cause everything I've found has said this fo: code is all I need to make the blob display.

    I've converted the Blob to a Clob but still can't get it to appear in the BI Report. It shows up in the XML file as a bunch of text character, but in the report if I use the fo: instructions it remains blank, and if I don't, it shows the same text data that is in the XML file.
    Perhaps BI Reports aren't meant to show database images? Is there another tool I can use instead (data is in APEX 4.0) 11g.?

  • Embedded PDF - How to get hyperlinks to work?

    Using APEX 4.1 - about to go to 4.2, Oracle 11g, IE9
    I have PDFs stored in a table as a BLOB. I display them inline with the EMBED tag on a display item:
    RETURN '<object width="800" height="600" data="'||APEX_UTIL.GET_BLOB_FILE_SRC('P3_DIRECTIVE_PDF',:P3_DIRECTIVE_ID,null,'inline')||'" type="application/pdf"></object>';
    The BLOB displays just fine. However, if the user has any hyperlinks within the PDF document you can hover over the HYPERLINK but you can't click on it (all you get is the stupid little hand as if you were trying to grab the text or something).
    Is there any other way to display the PDF inline and get the hyperlinks to work correctly? When I use the file browse/viewer (which will display the PDF on a new page), the hyperlinks work just fine (so I know the PDF itself is okay).
    Thank you in advance.
    --Seattle                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    For what it is worth, I duplicated the problem on apex.oracle.com
    WORKSPACE: CHECKDATES
    USERID: GUESTUSER
    PASSWORD: PDFTest
    If you look at the "View Page" tab, the summary report shows the PDF with the link "View Inline". The links work.
    But if you select the pencil icon on the left, when the page is displayed and the PDF embedded into the page, the links don't work.
    Thank you in advance.
    5/21/2013: I guess there isn't a solution to this problem? It is strange because when I embed the PDF into an HTML page without using the BLOB, the hyperlinks work. Which makes me think that something that the GET_BLOB_FILE_SRC routine is doing makes the hyperlinks not work correctly. SIGH.
    Edited by: SleepDeprivedInSeattle on May 21, 2013 12:20 PM

  • Help, how to open and display blobs from tables

    Dear all,
    I am trying to store ms-word files on a table using a blob column.
    Does anyone how to open the files and display them from a form using 9iAS?
    Thank you.
    Carlos.

    And there may be, but you won't likely find that here. Do some time searching Google and maybe you'll find code that someone was nice enough to make freely available, although I wouldn't count on it. Were i a programmer and took the time to read those docs and write the code, I'd want to be paid for my time. But there are a lot of programmers who swear by freeware! You may get lucky.

  • Can not display BLOB in a REPORT Portal 3.0.9

    I had created a table witha blob field.
    I want to display this field in a report to display the documento from the aplicaction.
    What can i do ?

    Hi,
    BLOBs are not supported in reports as of now.
    Thanks,
    Sharmila

  • Display blob in bi publisher

    I have a report that I"m trying to display an image at runtime. I create the data template, then the word template.
    In the word template I have tried:
    1. Tried adding the code to the a text form field (form fileld text help)
    2. Straight to the word rtf template:
    <fo:instream-foreign-object content type="image/gif" height="3 in" width="4 in">
    <xsl:value-of select="IMAGE_DATA"/> (also used select="IMAGEDATA"
    </fo:instram-foreign-object>
    3. also placed the text in #2 above in a property sheet in the word template called Bi PUblisher Properties (Code)
    None of these have worked.
    the MIME type is image/gif. My data template looks like this:
    <dataTemplate name="Image" description="Image" dataSourceRef="DEV">
         <parameters>
              <parameter name="p_image" dataType="character" defaultValue="2393"/>
         </parameters>
         <dataQuery>
              <sqlStatement name="Q1">
                   <![CDATA[select PENCMMD.PENCMMD_IMAGE_DATA IMAGE_DATA
    from      MYIMAGE.PENCMMD PENCMMD
    where       PENCMMD.PENCMMD_CMMD_ID =2393]]>
              </sqlStatement>
         </dataQuery>
         <dataStructure>
              <group name="G_Proposal" source="Q1">
                   <element name="ImageData" value="image_data"/>
              </group>
         </dataStructure>
    </dataTemplate>

    I'm also looking for the same requirement to display a signature(BLOB) field on an existing Data template report but getting the error - '
    ORA-00932: inconsistent datatypes: expected - got BLOB' when selected the signature field in my select statement. Please guide me into the right direction. Thanks.

  • Display data from BLOB column.

    Hi All,
    I want to display data from blob datatype field, which contains HTML and GIF both files.
    If I set it's property from file format IMAGE then i get data only gif.
    if anybody have answer plz revert back...
    awaiting...
    Juned

    Hi Juned
    What I suggest is that you may have overlapping fields. One to show HTML and other to show GIF. You need to add one more column to your table in order identify if the BLOB is GIF or HTML.
    In the Format Trigger of each of these two fields, inspect the value of flag column and hide one field if the datatype is not its type.
    For instance, if flag field is 0 then hide Image field and show HTML field. If flag field is 1 then show Image field and hide HTML field.
    Regards
    Sripathy

  • Problem with displaying BLOB images on JSP page using a servlet

    hi. I have a big problem with displaying BLOB images using JSP. I have a servlet that connects to the oracle database, gets a BLOB image , reads it, and then displays it using a BinaryStream. The problem is , this works only when i directly call that servlet, that is http://localhost:8080/ImageServlet. It doesn't work when i try to use that servlet to display my image on my JSP page (my JSP page displays only a broken-image icon ) I tried several coding approaches with my servlet (used both Blob and BLOB objects), and they work just fine as long as i display images explicitly using only the servlet.
    Here's what i use : ORACLE 10g XE , Eclipse 3.1.2, Tomcat 5.5.16 , JDK 1.5
    here is one of my image servlet's working versions (the essential part of it) :
                   BLOB blob=null;
              rset=st.executeQuery("SELECT * FROM IMAGES WHERE ID=1");
              while (rset.next())
                   blob=((OracleResultSet)rset).getBLOB(2);
              response.reset();
              response.setContentType("image/jpeg");
              response.addHeader("Content-Disposition","filename=42.jpeg");
                    ServletOutputStream ostr=response.getOutputStream();
                   InputStream istr=blob.getBinaryStream(1L);
                    int size=blob.getBufferSize();
              int len=-1;
                    byte[] buff = new byte[size];
                         while ((len=istr.read( buff ))!=-1 ) {
                   ostr.write(buff,0,len);
             response.flushBuffer();
             ostr.close(); and my JSP page code :
    <img src="/ImageServlet" border="0"  > If you could just tell me what i'm doing wrong here , or if you could show me your own solutions to that problem , i would be very greatful ,cos i'm realy stuck here , and i'm rather pressed for time too. Hope someone can help.

    I turns out that it wasn't that big of a problem after all. All i had to do was to take the above code and place it into another JSP page instead of into a servlet like i did before. Then i just used that page as a source for my IMG tag in my first JSP. It works perfectly well. Why this doesn't work for servlets i still don't know, but it's not a problem form me anymore . Ofcourse if someone knows the answer , go ahead and write. I would still appriceatte it.
    here's the magic tag : <img src="ImageJSP.jsp" border="0"  > enjoy : )

Maybe you are looking for

  • Web pages are black when using Safari 4.0.3 on Windows 7

    Web pages are black when using Safari 4.0.3 on Windows 7. It does not matter what page I try to view, all page are black. Sometime I can see pictures and white text box. Screen capture: http://users.jyu.fi/~ksalone/virhe/Safari403_Problem_onWin7.PNG

  • Pages dont show up on web the way I saved them

    Hello, I'm fairly new to using IWEB. So far Ive created a site and have published it to my desktop and uploaded it using cyberDuck to web. At first all was OK. Recently I made some changes to some pages, I uploaded the new pages which supposedly over

  • Transferring from q10 to q10 different SW versions

    Hi, I just got a new Q10 and am trying to transfer my data from my old Q10 to the new one.  I have checked both devices and they say that I have the latest software: Device 1 (old) 10.2.1.3062 Device 2 (new) 10.2.1.1055 When I try using the transfer

  • Cant change song info on new ios update

    ok ever since i updated to iOS5 i cant change the song info on my ipod touch when i change the info on itunes?!?! it syncs but song info dosnt change ie. the song name,album.

  • Access Services - Saving message continuously appearing

    Hi, I have a SharePoint 2013 Site which was migrated from SharePoint 2010. This uses access services and we have a few access databases appearing in the browser and when the user does any data additions or updates, the data actually gets saved, but t