Information about Embed Intermedia and BLOB

Hello,
I want to insert a picture in my report. I read in Application Forum that you have to do that with Embed Intermedia or BLOL Column.
Does anybody could give me more information about those two subjects ? Or just a link for more information ?
Thanks in advance,
Chu Lam

You can use Intermedia with other application servers, you don't need to get the interMedia Web Agent
For example, any java application environment can talk to Oracle via JDBC.
You can send SQL queries to to the database using the contains(indexed_column_name, 'keywords')>0 statement to query the Intermedia text indexes, and you could use simple text URLs for the image reference, if the image is on the filesystem, rather than as a BLOB in the database.
If you were dealing with BLOBs in the database, you could write a stored procedure in the database that has a BLOB as an IN OUT param and use a jdbc CallableStatement to call the stored procedure, and get the BLOB image data.
Similarly, you could use any other web application environment, as long as it can issue SQL queries to Oracle.
e.g. Perl using the DBI module with the Oracle DBD module.
Cheers
David

Similar Messages

  • N unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    some one can help me please
    i have no idea what i must to do.
    an unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    The Exception Handler gave all the info that you need. No need to print the whole stack trace.
    The exception handler says
    Exception Details: java.lang.IllegalArgumentException
    TABLE1.NAME
    Look in the session bean (assuming that is where your underlying rowset is). Look in the _init() method for statements similar to the following:
    personRowSet.setCommand("SELECT * FROM TRAVEL.PERSON");
    personRowSet.setTableName("PERSON");
    What do you have?

  • Information about outbound delivery and its handling units

    Hi All experts,
    I am working on a requirement where I have to display information about the following :
    1. Outbound delivery number.
    2. related Handling units( 1 or 2 ) indentification number.
    3. Transport number.
    4. Shipping to party.
    5. Line items of handling units like material inside the handling unit.
    6. Material quantity.
    In the selection criteria user is given the choice of entering
    1.Outbound delivery number.
    2.Transport number.
    3. Handling unit identification 1 or 2
    4. Shipping to party
    Based on this information on selection screen ouput needs to come out.
    Could you people let me know about the tables and function modules which gives the informaiton back based on these details.
    Thanks,
    Mark

    Hi Mark,
    try out with IDOC_OUTPUT_DELVRY this Function Module.
    Reward points if it is useful.
    Regards,
    Prasad

  • License information about SJDS5.2 and SJISW 1 2004Q3

    In our environment SJDS5.2 and SJISW 1 2004Q3 is installed on Solaris 9 4/04 on two SPARC machines. We also use MMR feature.
    Suddenly I am asked to get licensing information about these products in our environment which was actually installed and configured by another person who has left the company.
    Can any one guide me about the licensing information related to these products? After going through this forum I could find some one mentioning like if we use solaris 9 then upto 200,000 entries are free. Is it about the number of users using the LDAP or something else?
    Also we have valid support plan for these products from SUN.
    Is it based on CPU? Any help on this will be appreciated.
    SMV

    Product license details are installed under a LEGAL root directory on disk as part of the installation. You can also alternatively go back to the download section and review the license at: http://www.sun.com/software/products/directory_srvr_ee/get.jsp
    The free 200,000 entries you refer to (entries = objects, not users) are only for DS entries Enterprise Wide, those don't apply to DSEE and consequently don't give you free access to Identity Synchronization for Windows.
    You need to go back to your Solaris entitlement to find the details.
    Also you always have to subscribe a directory maintenance contract to get support, this is not covered under Solaris maintenance.
    Directory maintenance contract are based on the total number of entries managed by you directory service. It is independent from you hardware deployment.

  • How to get informed about new features and version...

    Hello,
    I used to get informed on skype when a new version is launched, but now I dont. I noticed it when I delete skype and re-install again from the site for a reason. Also I want to learn about the new features via e-mail. What should I do?
    Regards

    To manually check for new updates, you can click the Check Update option in the Help menu in the Skype software window.  Then if there are new versions released and you want to know what new features are added in that release, you can check the Skype Blog's Garage section - 
    http://blogs.skype.com/category/garage-updates/
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES

  • Need information about Adobe Flex and WD

    Hello SDN!
    We try to decide is it possible to use Adobe Flex with WD java for us. So I need to know information like:
    1) hardware requirements
    2) software requirements (e.g. which versions of SAP NetWeaver are supported, which IDEs are supported and so on)
    3) what about licenses - is it free or it necessary to buy it?
    4) Adobe Flex and Adobe Flash are the same things or not
    5) any other useful information
    regards, Lev

    Hi Tarun,
            You can follow these links for more information
    http://help.sap.com/saphelp_nwce711/helpdata/en/48/825afcf53d3ff6e10000000a42189c/content.htm
    http://www.adobe.com/devnet/sap/articles/understanding_richislands.html
    Hope it helps.
    Regards
    Uday

  • Get information about Subscribed Consumer and messages in queue

    Hi,
    I use a library that allow to set a set of consumers. They read messages I send. I check if the consumers are subscribed through "Open Message Queue Administration Console". Through Broker->Destinations I found the consumer under the correct destination I find the consumers with the message in queue, state and other information. I would like to obtain these information programmatically.
    Could someone link me an example?
    Thanks, bye bye.

    Hi,
    I'm reading the page but I cannot find the jar file that contains this package:
    import com.sun.messaging.jms.management.server
    and the classes:
    -MQObjectName
    -DestinationAttributes
    -DestinationType
    What is the jar file for the class above?
    Moreover, I cannot find the class:com/sun/messaging/jmq/management/JMXMQAddress
    when I try to use the code I wrote I receive this error:
    >
    java.lang.NoClassDefFoundError: com/sun/messaging/jmq/management/JMXMQAddress
         at com.sun.messaging.AdminConnectionFactory.getJMXServiceURL(AdminConnectionFactory.java:257)
         at com.sun.messaging.AdminConnectionFactory.createConnection(AdminConnectionFactory.java:207)
         at testcase.eventManager.DPCTRMSEVENTMANAGER.message(DPCTRMSEVENTMANAGER.java:123)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunner.java:99)
         at org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethodRunner.java:81)
         at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
         at org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75)
         at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)
         at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:66)
         at org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner.java:35)
         at org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.java:42)
         at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
         at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
         at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:45)
         at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
    Caused by: java.lang.ClassNotFoundException: com.sun.messaging.jmq.management.JMXMQAddress
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         ... 23 more
    Where can I found this class?
    Thanks, bye bye.
    Edited by: PiotreUgrumov on May 13, 2010 8:29 AM

  • Just need more information about this product and who is it avaliable to?

    Hi Everyone,
    Thanks for reading my post, when I heard about Firefox releasing a Mobile OS for Android I was filled with joy, I know a lot of work is needed to get it user friendly and bug free but its great to hear this.
    I am curious on a few things really and here are my questions some might be easy some might not have answers just yet.
    I have a HTC Desire X smartphone would I be able to install Firefox OS onto this?
    If "Yes" will it be an easy installation or will I need Linux background to fully understand its process?
    Any dates yet on its release?
    Will Mozilla be releasing this out in the market were you get a choice of IOS, Android, Windows and Firefox phones? or will it be only be available to download manually and install?
    Thanks for answering and all the best Mozilla :)
    Best regards,
    Zeussrapidfire

    Firefox OS is released on July 1st for more
    *https://blog.mozilla.org/blog/2013/07/01/mozilla-and-partners-prepare-to-launch-first-firefox-os-smartphones/
    You can install Firefox OS in your mobile
    *https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Installing_on_a_mobile_device
    Firefox OS comes with device and also you can download and install it manually too
    for more
    *http://www.mozilla.org/en-US/firefox/partners/

  • We need some information about Photoshop CS4 and Other Adobe Products Purchase

    We purchased Photoshop CS4 Extended for our educational use as Volume License...
    When we purchased the following products:
    1. Adobe Photoshop CS4 Extended
    2. Adobe Dreamweaver CS4
    3. Adobe Page Maker 7.0
    4. Adobe Flash CS4 Professional
    we only got the "SERIAL NO. (VL) with Licence Certificate". We didn't get any Application CD/DVD media or Manuals.?
    Then we downloaded and installed the product with the serial supplied. product is working fine.. but if Adobe is charging such amount for their product, then the Applicatio Media & Manuals should be issued for the client.
    Why?
    kindly send your valuble feedback about this to us on : [email protected]
    Message was edited by: SJCETPALAI2010

    For the past several years, manuals come as PDF files, even if you buy the retail license. Do you hate the environment and want to kill trees?
    Downloaded files should be backed up on a blank DVD.
    Your purchasing agent should have been aware that a license and media are two separate purchases for volume customers.
    SJCETPALAI2010 wrote:
     ...but if Adobe is charging such amount for their product, then the Applicatio Media & Manuals should be issued for the client...
    Adobe is not 'charging such amount'. You have the cheapest license available and have the same product as a retail user. Appreciate it.

  • Does the iphone itself back up information about phone numbers and names before being saved?

    Here’s one to stretch your brains..
    I was adding a new contact in my Add feild (phone # and name) portion of my iphone 4 but was unable to complete the task. I had added a phone number and name and left this window open for half an hour. When I came back to it I accidentally pushed Cancel (my eyes are bad) I instantly realized y mistake but the name and phone number is gone. Is it possible that it was backed up automatically and I can recover this information?

    No. It was never saved, therefore there was nothing to back up. Not to mention the fact that it didn't get plugged into iTunes inbetween so there would be no place to back up to.

  • Information about SRM 5 AND 5.5 AND 6.0

    Hi,
    I want to make sure between SRM 5, SRM5.5 AND SRM 6.0... What is it related to? I mean NW04 OR NW04S? I know SRM 6.0 is NW04s. But Where Can I find the list? Any Notes?
    Please & and Thanks,
    I will post points for srue!

    Hi Afi,
    One of the places you can find the information is in the Product Availability Matrix at http://service.sap.com/pam.
    They are all on SAP NetWeaver 7.0 (2004s)...
    Best Regards,
    Matt

  • HT201365 doesn't keeping this on give unwanted people information about my whereabouts and thieves infor that I'm not at home

    Doesn't keeping on Find My I Phone give unwanted people access to my whereabouts and thieves information as to when I'm not home? Isn't this dangerous for personal security?

    they can only access it if they have your apple id log in details.

  • The part "scanner" of my all in one printer epson stylus photo PX 720 WD is not on duty and no driver ready to use some informations about drivers epson and mavericks ?

    some news for drivers os x mavericks and epson stylus photo px720wd ?
    the part "printer" is ok
    the part "scanner" is of duty because no driver found
    thanks

    Try using the pre installed Image Capture app in your Applications folder.
    Connect the scanner to your Mac whether Wi-Fi or USB.
    Launch Image Capture.
    Click the very small black box bottom left side of the Image Capture window.
    You'll see this pop up menu:   Connecting this (device) opens:
    You can select a default app to scan (Image Capture) and select a folder from the Imort To pop up menu on the right to save scanned files to.

  • Anyone have any information about iphone 6 and 6  issues with receiving Unknown caller IDs from pbx systems?

    We are seeing any issue with iphone 6 and 6+ phones receiving "Unknown" on the caller id when they receive a call from a PBX system. All other versions of iphones are not having this issue. I have read several forums and it seems to be a carrier issue with the new LTE towers. Has anyone else experienced this issue?

    yes its a new issue for me too.  Are you a ATT customer? My brother has iphone 6 but with another carrier and has no problems..

  • My account lost information about my order and subscription. As a result I can't use Lightroom and Photoshop as they are in the state of the expired demo.

    Hi
    I paid my annual subscription on the 26th of November last year. I've installed both Lightroom and Photoshop and started using them quite successfully.
    Then I installed the same products on my home Mac and migrated all my Apperture libs to it. Everything went smoothly.
    However one day I got a message that I can't develop photos in Lightroom due to my account problems.  I logged in into my adobe id to check what's wrong and realized that my account was on free creative cloud.
    I tried to check my other appleIds - all were empty. I found a link at the Adobe FAQ how to check orders but the page didn't find my order number I took from the Adobe order confirmation email.
    Does anybody know how to make it all working again? How to link again my paid order to my AdobeId?
    Alexey    

    Hello - Is the issue still pending

Maybe you are looking for

  • User Contributed Tips in the MacBook (Original) The MacBook Display forum

    *The following User Contributed Tips are located in the MacBook (Original) > The MacBook Display forum:* <pending> *The following related tips are located in other areas of Apple Discussions:* a brody - Using a second Mac as a display for a first htt

  • ITunes closed with error (-45054)

    Hey, After a recent upgrade, my iTunes crashed after opening with the error "Unknown Error as occured (-45054)" I have unistalled and re-installed it but still now help! Any ideas?

  • Reference personnel no's

    Hi Gurus, I have a query regarding Reference personnel no's. Whenever a hiring action is done and a reference number is given; the system only copies 2 infotypes: IT0001 and IT0009. My requirement is apart from these infotypes; few other infotypes li

  • JScrollpane problems in w98

    Hi i created a jpanel, painted some 2D-Graphics on it (within the paintComponent-method) but it don't fit on the screen because its too large. So i put the panel in a JScrollPane. But when i drag the Scrollbutton up or down my graphics are fractured

  • [SOLVED] How to replace the source in a pkgbuild with a git repo?

    I am trying to build csound (present in AUR: https://aur.archlinux.org/packages.php?ID=779), but compilation  fails, as noted in the comments. One of the commenters says that he has successfully built the package by pulling the sources from the git r