Hyperlink opening in Oracle

Hi,
In my Oracle database dump file pdf files were stored as BLOB.
Is there any way to check the stored hyperlink to open in Oracle 10g? or Any external functionality required to check the stored PDF files whether those were stored properly or not?
Regards,
- Jaya Kumar.U.

Which JDeveloper version?
Try right clicking on the specific JSF page file you want to run in the application navigator and choose run.

Similar Messages

  • How to Open an Oracle Apps Screen from a web page

    Hi,
    We have requirement for Opening an Oracle Application screen (say sales order form) directly from a web page.
    I could get the URL of the required screen, but the URL contains an ICX_TICKET number, which is generated dynamically by Oracle Apps. So I can't use a static URL for this.
    Do you know how I can use or generate an ICX_TICKET in runtime? My user will have an active Oracle Application screen opened along with web page. He want to navigate to Oracle Apps screen from Web page. Hopes this makes the requirement more clear.
    Thanks for your time,
    Aneesh

    Hi Helios,
    I have identified a function to generate ICX_ticket. By appending this ticket, I am able to open the Oracle Apps screen. Now, is there in implication on the security side, if I go ahead this way?
    Function
    fnd_gfm.one_time_use_store(icx_sec.GetSessionCookie(CZ_CF_API.ICX_SESSION_TICKET),300,'FORMS_APPLET')
    Anyways, I am raising an SR as u suggested.
    Thank you,
    Aneesh

  • How to Open an Oracle Report From a JSF Page

    Hi there,
    I would be really grateful if anyone would find me a solution to the following scenario:
    In my company, we have a project where we have to convert Oracle Forms and Reports to Java Web Application. The conversion of forms is being done thourgh JSF/ADF technology but how can i open an Oracle Report from a JSF page after supplying it with parameters ? Or i have to do some type of conversion before ?
    Once again i would be thankfull for your replies.

    Tapash,
    Thanks for reponding.
    Here is the URL I am currently using :
    https://gccss.glendale.edu:8001/dev60cgi/rwcgi60?server=rep60_crp3+userid=apps/pswd@crp3+report=/u07/oracle/crp3appl/gcccus/11.5.0/reports/US/GCC_ACCRUAL_BAL_0505.rdf+desformat=html+paramform=yes+destype=cache+p_accesscode=""
    The p_accesscode is the parameter I need to pass to the Oracle report.
    Currently, when I click the button, it invokes the above URL and takes me to the parameter form of the Oracle report and when I enter the Username, it runs the report and displays the desired output. But, what I need to achieve is, to pass the current user who has logged in behind the scene and to get rid of the parameter screen totally. Is this doable ? If yes, please help me !!!
    Thanks
    Hilal

  • Error while opening the ORACLE application

    hi
    when i am opening the Oracle application(DB & oracle forms) -frm-40815 message is coming and when i say enter and it is asking me database details. I checked the oracle services and they are in started state and server path is also pinging but i am not able to open the application. so i restarted the server .
    After restarting the server the application started working fine.
    But this is happening daily when the day started . Please let me know if any thing i need to check.

    Thanks John, that's the solution. For some reason I'd forgotten that DCErrorHandlerImpl exists in the controller layer, not the model layer, so it makes perfect sense to override it and do the redirect.
    Here's what I came up with:
    @Override
    public void reportException(DCBindingContainer dCBindingContainer,
                                Exception exception) {
        try {
            String message = exception.getMessage();
            if (message.indexOf("JBO-26061") >= 0) {
                FacesContext.getCurrentInstance().getExternalContext().redirect("faces/ErrorPageJDBCFailure.jspx");
            } else
                super.reportException(dCBindingContainer, exception);
        } catch (IOException e) {
    }The following OTN post shows some other methods to do the redirect: JSF forward Vs redirect
    Cheers!
    CM.

  • Form is not opening in oracle apps

    Hi,
    I have installed apps 11.5.10.2. installation went successfull with out any issues.
    i am able to open raouf.oracle.com:8000 and able to login.
    Responsibility page is getting opened.
    when i am click to open the form...in any responsibility. netscape navigator
    getting closed...tried with mozilla as well with IE 8..got the similar issue...
    Following error i see in the log file.
    mod_jserv.log
    [06/12/2009 10:43:05:937] (EMERGENCY) ajp12: can not connect to host 123.201.146.30:17000
    [06/12/2009 10:43:05:953] (EMERGENCY) ajp12: function connection fail
    [06/12/2009 10:43:07:031] (EMERGENCY) ajp12: can not connect to host 123.201.146.30:16000
    [06/12/2009 10:43:07:031] (EMERGENCY) ajp12: function connection fail
    Host file entry i have:
    127.0.0.1 localhost raouf.oracle.com
    169.254.25.129 raouf.oracle.com
    123.201.70.57 raouf.oracle.com
    iAS\Apache\Apache\aferror.og
    [Dec 6, 2009 2:21:09 AM GMT+05:30]:1260046269125:Thread[Thread-250,10,main]:-1:-1:raouf:123.201.67.104:8100:16000:UNEXPECTED:[fnd.framework.OAException]:Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: Io exception: Got minus one from a read call; (Could not lookup message because there is no database connection)
    [Dec 6, 2009 2:21:09 AM GMT+05:30]:1260046269125:Thread[Thread-250,10,main]:-1:-1:raouf:123.201.67.104:8100:16000:UNEXPECTED:[fnd.framework.OAException]:Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: Io exception: Got minus one from a read call; (Could not lookup message because there is no database connection)
    Can you please help me on this.
    Thanks

    Hi,
    Host file entry i have:
    127.0.0.1 localhost raouf.oracle.com
    169.254.25.129 raouf.oracle.com
    123.201.70.57 raouf.oracle.comWhy do you have two entries for the same host? Please edit this file, and make sure you have one IP Address for "raouf.oracle.com", run AutoConfig on the database/application tier nodes then try again.
    For the browser, make sure you use a certified client OS/Browser.
    Regards,
    Hussein

  • How do I make hyperlinks open in new window?

    Hi, I'm using Acrobat X Pro.  I have a pdf uploaded to a website, and within that pdf are two hyperlinks to other websites.  Currently, if I click on the links, they open in the same window.  How do I make the hyperlinks open in a new window by default? In Acrobat X Pro, I tried editing the hyperlinks by right-clicking them and selecting properties, but I don't see an option to specify how the link should open.  Is this option available for web links?

    I think the best you can do is use the app.launchURL JavaScript method and specify that you want to open in a new window:
    // Script for link action
    app.launchURL({cURL: "http://www.example.com", bNewFrame: true});
    For this method's documentation, see: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.150.html

  • How can i make my hyperlinks open in a new window or tab?

    how can i make my hyperlinks open in a new window or tab?

    The program is InDesign… we need to cease links which will open the linked document in a separate window.  Also, the links must be maintained once a pdf is made and the files moved to another computer….

  • External Hyperlinks open in new window.

    When someone in my iWeb site clicks an external Hyperlink they automatically leave my site. How can I make Hyperlinks open a new window so my site is not effected?

    Have a look at this picture here
    http://alyeska.altervista.org/inspectornewpage.jpg
    Isn't that how your inspector looks like?
    Regards,
    Cédric

  • PO# is not opening in oracle

    Hi All,
    PO# is not opening in oracle. It's saying "in process".
    This order is about to get receive in the warehouse and need it to show in oracle.
    Thanks,
    JP.

    Hi JP,
    If the PO status is in status "in process", it means that there is an approval workflow in progress. As soon as the approval (or re-approval) is completed, you will be able to open the PO.
    Hope this helps,
    J.

  • Hyperlinks Opening Another Document

    I am trying to work with my hyperlinks in CS6. Everytime I try to do anything (update a hyperlink, add one, assign one to text), InDesign wants to open up an older file and reference it. For each time I click on anything in the hyperlink panel, It will go through all the existing hyperlinks, open the old document and briefly says "converting data." It takes about 5 minutes to run through for every click I made. I don't want this document referencing an older document at all. How can I get the hyperlinks to unassociate from the old document?
    Thanks.

    Thank you for your help.
    The hyperlinks are just web URLs. Why do they need to associate to another document at all? The file it's calling on is a CS5 document. The file I'm working on now was originally a CS5 Template, resaved as a CS6 template and used to create the new document that I am in. Is there any way to dump all the links so I can recreate them? In the meantime, when it finally frees up, I will try renaming the file, but that's not a permanent solution as I need to create new files regularly based off the same template.

  • Native and open  sql - oracle

    hi all,
    <dynamic >  = SELECT matnr  FROM mara .
    EXEC SQL.
      OPEN c1 FOR <dynamic >ENDEXEC.
    ENDEXEC.
    can  i use dynamic native sql in open sql-oracle .
    cheers
    senthil

    EXEC SQL doesn't allow for dynamic constructs. In order to get native SQL features dynamically you can use the JDBC-like classes CL_SQL_STATEMENT, CL_SQL_CONNECTION, and so on.
    Best regards
      Ulrich

  • I can't open the Oracle JiInitiator program v1.3.1.28

    Hi
    After installing the Firefox V3.6.10 , I can't open the Oracle JiInitiator program v1.3.1.28.
    Please note that, the Oracle JiInitiator program v1.3.1.28. Was installed and running normal on windows explorer 8?
    So please help me
    Thanks
    Essam

    When you updated to Mavericks and qualified for the free iWork apps and then installed them, the old iWork apps were rounded up and put into a folder name iWork' 09 and the three new versions of the apps are scattered in the apps folder in alphabetical order.

  • Open an Oracle Form from Java

    Hi,
    Is it possible to have, say a small Java web app (JSP ie.) that calls/opens an Oracle Form?
    - Is it possible to pass parameters to and from the Form?
    Regards,
    Magnus

    Hello,
    Forms is executed in a Java applet, so you can start it with a single HREF tag.
    orms can also run some web application via the Web.Show_Document() built-in.
    Francois

  • How to open a Oracle 9i db in 10g

    Please could you advise me on how to best open an Oracle 9i db in 10g without losing the integrity and the relationships

    What, exactly, are you trying to do?
    You can't open a 9i database from a 10g Oracle Home. You could install 10g into a different Oracle Home on the same machine and run the Database Upgrade Assistance (DBUA). Or you could create a new 10g database and use the export and import utilities to move the structure (and data) of the database from one system to another.
    Justin

  • Opening and Oracle Form (D2K) from ADF

    Hi, We have requirement for developing new module in ADF, in parallel with our Oracle Application instance.
    I would like to know, if there is any option to Open the Oracle Apps Sales Order form directly from the new ADF module, by clicking on a button.
    Thanks,
    Aneesh

    I could get the URL, but the URL contains an ICX_TICKET number, which is generated dynamically by Oracle Apps. So I can't use a static URL for this.
    Do you know how I can use or generate an ICX_TICKET in runtime? My user will have an active Oracle Application screen opened along with ADF web page. He want to navigate to Oracle Apps screen from ADF page. Hopes this makes the requirement more clear.
    Thanks for your time,
    Aneesh

Maybe you are looking for