APEX 3.1.2: How to show a jpeg/pdf inside a geotag from a GIS app?

I am developing a small Oracle Maps Application for my diploma thesis at my university. I've found the "Hands-on Lab: Developing an interactive mapping application for your Oracle database using Oracle Maps" held in October 2006 in San Francisco and I am trying to get used to this kind of applications.
I am using Oracle EE 10g, SOA Suite 10.1.3.1 (OC4J + HTTP Server), MapViewer 10.1.3.1, APEX 3.1.2.
Everything works fine until I want to click and see a geotag. For some unknown reason the jpeg/pdf (blob content) is not appearing. Instead I can see one of those broken small icons. When I tried to click the link to see the pdf the following message appeared:
"Forbidden
You don't have permission to access /pls/apex/MVDEMO.download_file on this server."
I have granted the execute on the download procedure to public and also to apex_public_user. (I thought just in case...)
I imagine there might be some changes in the new APEX 3.1.2 version that caused this break down? The lab was developed for an older version of Apex.
Could you please advice me what am I doing wrong and/or how can I fix it? I would deeply appreciate your input.
Thanks in advance,
Roxana
Edited by: Foxana on 23.06.2009 15:32

Ok, so I've found the following note on Metalink: 783646.1 HTTP-403 Forbidden Error While Trying To Access The DB Procedure From The URL, that should solve my problem, if I only managed to modify the wwv_flow_epg_include_local.sql function. I opened it in Wordpad, modified it and tried to overwrite it and save it and then it says "Access to ...\core\wwv_flow_epg_include_local.sql was denied."
Does anyone know how to solve this? Pleeaseeeee! :D
Regards,
Roxana

Similar Messages

  • How do you "eject" a camera or such device from the photos app after import?

    How do you "eject" a camera or such device from the photos app after import?

    Thanks for your answer. It certainly seemed that since there was no longer a control-click option in Photos for a mounted device that a hot dismount or eject would be OK. Should there be any caveats to the user who selected a Finder option not to show Hard disks, External discs or CDs DVDs and iPods--or is this still uniformly true across all devices (old iPads, Firewire, etc.)?
    This is only true for devices that are not accessible in the Finder. For iPhones, iPads, newer iPods. If a device shows up in Disk Utility as a mounted disk, you have to eject it properly.
    But the newer iOS devices are not mounted as a disk, that a user can write to or eject.
    For example, I just connected my iPhone 5s. It shows in Photos and iTunes in the sidebar, but Disk Utility does not show it as a mounted device, so there is no way to eject it.

  • How can I take out my credit card number from purchasing anymore app

    How can I take out my credit card number from the App Store to prevent purchasing anymore apps

    How to Get Apps From the App Store Without a Credit Card
    http://ipadhelp.com/ipad-help/how-to-get-free-apps-from-the-app-store-without-a- credit-card/
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    http://support.apple.com/kb/ht2534
    Why can’t I select None when I edit my payment information?
    http://support.apple.com/kb/ts5366
    If None is not available - On your computer launch iTunes and click “iTunes Store” in the left navigation pane. Click the “down arrow” next to your name at the top right side of the page and click “Account.” Enter your username and password and click “View Account” to log into your account information. Next to your Payment Type, click “Edit.” Select the “None” button and click “Done.” Confirm that your card has been removed by returning to the Apple account information screen. Under Payment Type, it should say that there is no credit card on file.
    iTunes Store: Changing your payment information
    http://support.apple.com/kb/HT1918
    iTunes Store Accepted Forms of Payment
    http://support.apple.com/kb/HT5552
     Cheers, Tom

  • How do I send entire pdf form via email from web browser

    How do you send a pdf completed form on your web browser via email to email address?

    Hello Wayne, see no offense in this message
    There is a faster scheme.
    Copy the range of cells to send (it may be an entire table)
    Enter the application entitled Preview.
    File > Create a new doc from the clipboard
    File > Send the selected PDF document (I'm not sure of the exact wording).
    It's the highlighted one.
    Bingo, it will create a mail with the PDF embedded.
    Yvan KOENIG (VALLAURIS, France) jeudi 3 novembre 2011 22:32:21
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • How do you attach/email more than one document from the pages app?

    How do you send more than one document from the pages app on an iPad?

    This is entirely frustrating and I have yet to find an answer for this question even though people have been asking it on the internet for over a year!
    I am relatively new to apple and I was considering staying with them for my next iphone because of my apps, but after paying for this app and discovering I can't email more than one document "page" at a time? This makes no sense. Please fix this apple, I'd like to say you have replaced my tablet PC for home-office work but now I am reconsidering...

  • How to show a 3D PDF in a

    Hi,
    I am working with a modeling application that can produce 3D PDF files.  What I need now is a browser plugin that will enable users to see the PDF contents within a browser frame - either an image control similar to an IMG tag, or an I-Frame.
    Also, if you have any examples on how the html would look, that would be very nice.  Thanks.

    Sorry for my english and this post. I have a question.. is possible to return a value of tree from pdf to browser that open the pdf file ?
    Thank's

  • How to show image in a datagridview cell called from a URL stored in an SQL database

    I am using Visual Studio 2008 creating a Windows Form to display a datagrid with real estate information. The SQL database record contains a dozen fields of text which I have no problem displaying. My problem is one of the columns contains
    a url which links to a picture on a remote third party server. I need to display a thumb nail picture on the grid row based on the stored url. When I edit the gridview column I see there is a "column type" setting and
    in the dropdown is DataGridViewImageColumn. I don't see any URL setting where I can bind the sql field to. 
    Any help would be greatly appreciated.

    Hi ikeni,
    I think you could do as below:
    1.Set the ColumnType as “DataGridViewImageColumn”
    2.For each row of the datagridview, and set the Value of datagridview cells like  “dataGridView1[2, 0].Value = Image.FromFile(@"\\1.168.1.1\C$\Users\Desktop\3.JPG")”
    You could turn to the links below for more information:
    setting an Image column in a datagrid view based on a value in the database c#
    https://social.msdn.microsoft.com/Forums/windows/en-US/62f5b477-5311-4de5-bc18-fbd29bbfc9e2/setting-an-image-column-in-a-datagrid-view-based-on-a-value-in-the-database-c?forum=winformsdatacontrols
    Check if file exists on remote server and various drive
    http://stackoverflow.com/questions/26432688/check-if-file-exists-on-remote-server-and-various-drive
    If you have any further questions, please feel free to post in this forum.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • How Can I Prevent Emailed PDF (created in Acrobat)From Opening in Preview?

    When I email my PDF page, if it is opened in another default viewer ('Preview', etc..) it opens up at the wrong size, (it is designed to open full screen and does not in 'Preview"), and the hot links do not work and are cold.  Is this due to people having older operating systems and/or old versions of applications? or something else?
    Can I somehow treat the pdf on my end before I email it in order to ensure that the pdf is opened in Acrobat and reads and performs correctly?
    I know I can include a note in the body copy of the email asking that it be opened in Acrobat, but I wish to 'take out the moving parts', so to speak, because one cannot always count on people to cooperate; (we all know how easy it is to just hit the  'Delete' button.).
    Please someone tell me there is a way around this and a procedure that will ensure that a pdf open up as an acrobat document by default (help!).
    Thanks!

    You really can't prevent it opening in Preview. There was a post recently (in the forms area I think) about writing some information to provide information in Preview as I recall. You should indicate in your e-mail that the PDF should be opened in Acrobat or Reader and that the use of Preview may create an unacceptable presentation.

  • How do I rename my PDF file in the "new" DC mobile app.

    What a mess. Adobe decided to push the new "DC" on my tablet. Now there is no document tab, all my PDF files are gone or in-accessible, and I can find no option to rename new downloaded PDF files. Complete revamp really was a good idea, right? Just when I getting used to working around the KitKat 4.4 SD card issue, now this. I'm going back to paper and pencils!!!  This is so incredibly PRODUCTIVE, learning a whole new buggy interface after so many years of getting comfortable with "Reader".... I don't need or want the cloud, I just want to work with my documents on my tablet - THEN, let me decide what I want to do with them. Sorry, I am just so frustrated with having to completely RE-LEARN how to do something so basic every time some software gets "improved", or "updated".

    Could you try if this video helps: https://www.youtube.com/watch?v=fTrTPR9LEq8.
    Also, for renaming the document, you would need to use a third party file manager such as AndExplorer or ES File Manager.
    Thanks.

  • How do i transfer a folder of emails dragged from old mail app on old mac?

    I have a folder of emails that I received whilst my old MBP was getting fixed. I have since dragged the emails i need into a folder and would like to add to my new mac? Is this possible?

    Lawrence_Photography wrote:
    I have a folder of emails that I received whilst my old MBP was getting fixed. I have since dragged the emails i need into a folder and would like to add to my new mac?
    Welcome to Apple's discussion groups.
    What is the format of those emails and how did you create them? Exactly what do you mean by "add to my new mac"?

  • How do I display a PDF file in Adobe from h:commandLink or h:outputLink

    I am looking to add a simple "Help" link on my header.
    The idea is to add an h:outputLink or h:commandLink component and when it is clicked,
    an existing PDF file will be displayed in the default (Adobe) viewer.
    Can anyone give me a simple example of how to do that?
    Thanks.

    WOW - Quick response to this. Thanks.
    I was hoping that there was a mechanism that did not require new classes and a bunch of code (hence the wording 'simple'),
    however I realize that even what one would think of as straight forward, becomes complex when you start trying to display stuff on the client in a web application.
    Maybe there is some Javascript that could point to a file on the server and display it in a new browser window?
    The application is only intended for Windows environment, so some use can be made of inherent system support for displaying PDF files, if possible.

  • How to edit and save pdf inside a website

    I have multiple users i.e. 200 users on my website and I want to have an editable pdf, which I want each user to edit online and save the information. I can access and edit pdf online in website but it doesn't save the information what user enters. What all I need to do to save the information, user enters? Also, do I need to setup separate pdf for each user, I think yes but how can I setup pdf for each user?

    "Edit" how, exactly? Unless you're all working via SharePoint (or something
    similar) what you're describing is not going to work.
    On Mon, Feb 2, 2015 at 7:51 AM, deepshikhaj51247721 <

  • How can I authenticate users against a WAS system from third-party app?

    We are looking at developing a third-party standalone web application e.g. in Rails (but it could be on any framework for that matter).
    How would we go about authenticating users against a SAP WAS backend? Are there some standard web services for this? What other means are there for authentication?
    Kind Regards,
    Martin

    From the comment in SUSR_LOGIN_CHECK_RFC you just need to pass user name and it will return if user can still log on. Only your system will know credentials for this user so an attacker won't be able to use this service for cracking passwords.
    This FM is in the same function group as:
    CREATE_RFC_REENTRANCE_TICKET
    SUSR_CHECK_LOGON_DATA
    SUSR_DELETE_OWN_PASSWORD
    SUSR_GENERATE_PASSWORD
    SUSR_GET_ADMIN_USER_LOGIN_INFO
    SUSR_GET_X509CERT_MAPPING_LIST
    SUSR_LOGIN_CHECK_RFC
    SUSR_USER_CHANGE_PASSWORD_RFC
    SUSR_USER_EXTID_DEL
    SUSR_USER_EXTID_GET
    SUSR_USER_EXTID_GET_ALL
    SUSR_USER_EXTID_LOOKUP
    SUSR_USER_EXTID_RENAME
    SUSR_USER_EXTID_SET
    SUSR_USER_EXTID_SET_ALL
    SUSR_USER_FROM_CERTIFICATE_RFC
    SUSR_USER_SETEXTID
    You would need to ensure that only the service exposing the "login check" can be called, and not the FM's in the group.
    BTW: SAP Java WAS can provide SAML 2.0 assersions (technically a component shipped with IdM, but you don't have to use the rst of the IdM if you don't want to..). If your applications are all web enabled ones (WDA?) then that is an option to consider, which is also strategically supported.
    SSO2 Logon tickets are not really a strategy anymore... and installing a double-stack system on all ECC sytems just to have SAML is not strategic either.. 
    I have heard several wishes for SAML authentication for SAPGui, but not seen anything official yet in that direction.
    Cheers,
    Julius

  • How do I send a pdf of a graph from grapher to pages?

    I use the program grapher for school work and to make graphs for my math classes.
    in the grapher print window there is a way to automatically send a pdf of the graph to various programs including mail, iTunes, and Preview.
    I am wondering if there is a way to send it directly to Pages. I have a feeling that it will involve Automator.
    Can anybody tell me how to do this?    

    Another approach that could be useful if you have dozens of Grapher files: set up a virtual print-to-PDF printer with CUPS-PDF, https://bitbucket.org/codepoet/cups-pdf-for-mac-os-x/wiki/Home.  For further info, see this somewhat out-of-date article on an earlier version of CUPS-PDF: http://www.macworld.com/article/139518/2009/03/cupspdf.html.  By the way, I don't know whether CUPS-PDF still works under Lion.  My comments here are based on Snow Leopard.
    Drag all .gcx files to the virtual print-to-PDF printer icon.  As CUPS-PDF does its job on each file, Grapher will open and close quickly with error messages to the effect that "Grapher quit unexpectedly," but the PDFs will be produced nonetheless.  Then drag all the PDFs into Pages.
    A couple of notes:
    1. The Grapher images rotate 90º as the PDFs are created.  There's probably a way to adjust CUPS-PDF to keep the Grapher orientation if that's important to you.
    2. The PDF image is dependent on the size of the Grapher window for each graph.  If a PDF reveals only part of the graph, open the .gcx in Grapher, reduce the window size, and resave the file before sending it through CUPS-PDF again.

  • How does one reduce a PDF file size down from 14MB to 4MB.

    It is a 223 page resource with text and graphics... which need to stay at good resolution.
    We need to reduce the file sizes in order to upload the resource to our website media library for down load.
    any ideas?

    You will need to use either the "Save As Other..." and then choose how you want to save the file.
    - Reduced Size PDF...
    - Optimized PDF
    The "Reduced Size PDF..." option is the simplest but you may not be satisfied with the results.
    The "Optimized PDF" option allows a bit more control but you do need to make several choices about what settings you want to use.

Maybe you are looking for