How to call the url page inside the procedure.

Hi,
I am not exposure in plsql.
I am getting some problem in utl_http link.
I create a one procedure. The procedure was successfully compiled. But the url page doesnt open..
I attached the procedure,
create or replace procedure p(mob number)
IS
l_page long;
l_url varchar2(25000 char) ;
begin
null;
l_page := utl_http.request( 'http://www.yahoo.com');
end;
please tell me the solution for this problem..
I am waiting for ur response.
Thanks,
Sasi.

this is a duplicate thread:
how to open the web page in pl/sql
the OP doesn't seem to understand the difference between a web browser and a programming language....... I can't say I've ever had to explain the difference before...
let's just say.... butterflies are not in any way similar to electric shavers..

Similar Messages

  • I am in the process of developing a site, and I'm working with nested iframes. The html page inside the nested iframe is not displying in the iframe window in Firefox only, but is instead opening in a new window. Any advice on how to fix this?

    I am developing a website with nested iframes. The problem that I am having is that the html page inside the nested iframe is not displaying in the iframe window in Firefox only. The first level iframe is behaving properly, but the second level is not. Any help with this would be greatly appreciated.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • How to call a URL in jsp without direct the page to the URL

    Hi,
    I have a jsp page, which when user come in to the page, the page will call a URL without direct the current jap page the URL. This URL will only help me to do on something in the backend. Anyone know any method that i can use to call the URL?
    Thanks a lot

    Doeas AJAX rings a bell? ;-)
    https://blueprints.dev.java.net/bpcatalog/ee5/ajax/usingAJAXwithoutJSF.html

  • How to develp a subreport in the same page of the main report and processed when is called

    SSRS 2012
    Hi guys,
    I am developing a report that includes a subreport.
    therefore The report is made up by 2 sections:
    1) Show a grid (several rows - may be 100 or more - and some columns). It represent high level info  (Each row represent a specific item)
    2) The user click on a Row/column (eg: Item1, to see details that must be shown as graph.
    Here the problem: Searching info about SSRS reporting for subreports, drilldown, nested report and so on, no ones accomplish the requirements for the following reasons:
    1) Subreports: NOT open in the same page. The user must <go back> to see detail for other items, such as Item 2....
    2) Nested and DrillDown: Process data as the Main report (they are hidden and displayed after user action). In my case this leads to performance problem, because: if the main report has 200 objects (it means 200 graphs processed and hidden at the same time
    for the main reports).
    3) DrillThrough and Subreport: The detail data are processed only when the user select the interested item in the main report. Here the problem: the report is shown externally.
    Please, it there any possibility to have a subreport (or anything else) to be executed in the same report as the main report and processed only when the user make action?
    Thanks for your help.

    Hi Fasttrack2,
    According to your description, there is a main report with more than 100 rows of summary information, when users click the item of the row, the report need to jump to detail information shows as graph. The problem you are facing is that you are not sure
    subreport, drilldown or drillthrough report should be used? You hope to set display detail information in the main report and keep high performance of report.
    In Reporting Services, each subreport instance is a separate query execution and a separate report processing task. Subreports are recommended when there are just a few subreport instances. We should not use subreports inside a group when there are many
    group instances, instead, consider using drillthrough reports. Drilldown reports process all data even when the data is first hidden. In order to improve the performance of the report, we can split drilldown reports into parameterized drillthrough reports,
    because Drillthrough reports do not run until a user clicks the drillthrough link in the main report.
    In this case, we can consider using drilldown or drillthrough report. In drilldown report, when we click a plus or minus button to expand or collapse a section of a report, the detail data will be displayed in place. By using drillthrough report, when we
    click the link in the main report, the detail data will be displayed, we can come back to the main report by click return button in the drillthrough report.
    Reference:
    Troubleshooting Reports: Report Performance
    Drillthrough, Drilldown, Subreports, and Nested Data Regions
    If you have any more questions, please feel free to ask.
    Best Regards,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

  • How to call common error pages for all the exceptions

    Hi All
    I have created the common ErrorPage in my application. In case of any error whether SQL,IO or JBO I want that error page be displayed. In the page definition I have given the errorpage name and also defined the error page as IS_ERROR_PAGE = true.But it is throwing Jbo exception at the top of the page itself.No redirection to the error page is done.
    Though I have gone through various threads in this forum but still its not clear how to get the things working.
    Can anyone please help me out in this regard?

    Hi,
    I assume you mean that you set the error page in the web.xml file. Note that exceptions are handled first by the JSF framework. Please have a look at the developer guide
    http://download-uk.oracle.com/docs/html/B25947_01/toc.htm
    http://download-uk.oracle.com/docs/html/B25947_01/web_val008.htm#CIHHBEEJ
    Frank

  • How can I remove the page number from the first page of the document that is the cover page?

    How can I remove the page number from the first page of the document that is the cover page?

    If you open the Pages panel, (Window>Pages) you will see thumbnails of your master pages and your document pages. In new documents, there is usually a master called A-Master and one called None. If you drag the thumbnail of the None master onto the thumbnail of a document page, it will apply that master to that page. Presumably, you have made your page numbers on A-Master, so this will usually do the trick. If you have elements on A-Master that you need on the first page, but just not the page number, you can duplicate A-Master (which, by default will give you B-Master, but you can change the names if you like) and remove the page number on the duplicate and apply that to the document page.
    It might also be worth noting that you can apply master pages in the fly-out of the Pages panel. Go to the fly-out triangle and go down to Apply Master to Pages…, then select a master to apply and the range of pages (1-8 will give you all 8, 1, 3, 5, 7 will be the odds, 1-3, 4, 6-8 if you want continuous ranges and individual pages).

  • How to print in the last page of the script..?

    Hi,
    I am working on a script. I have a header window and one main window. In the main window, I am printing the line items of the Invoice. Once the line items finish, I have to print the sub totals there. and also to print the company agreement details(around 10 lines of text) in the last page of the script.
    So, <b>how to print the agreement details in the last page of the script..?</b>
    Can anyone provide me a sample code to find the last page of the Script layout..?
    And regarding writing the agreement details, is it better to hard code the text or use the standard texts..? which one is better..?
    Regards,
    Paddu.

    HI,
      Just create a Standard text, if you are going to use this standard text in other layouts also... and use it otherwise you can hard code it as this its of only 10 lines.
    declare one more element in the  main window itselft and call it atlast it would print in the last page..
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
    ELEMENT = 'FOOTER'<b><- This element should contain the agreement details</b>
    FUNCTION = 'SET'
    TYPE = 'BODY'
    WINDOW = 'MAIN'
    EXCEPTIONS
    ELEMENT = 1.
    Thanks
    Mahesh

  • *Want to close the present window before going to the url page.

    *Want to close the present window before going to the url page.
    Hi,
    I'm using the script below to go to url function in actionscript 3, and it works fine:
    btn.addEventListener(MouseEvent.CLICK,e);
    function e(e:MouseEvent):void{
    navigateToURL(new URLRequest("http://www.angelfire.com/in/HisTruth/copyofindex.html"));
    It's fine but I want the first window to close and then open up into the one its pointing to.
    How should I add the correct script to this?
    Tseyigai

    I am not sure what you want between the title and your description, but try adding _self as the window argument...
    function e(e:MouseEvent):void{
    navigateToURL(new URLRequest(http://www.angelfire.com/in/HisTruth/copyofindex.html), "_self");

  • How to know the total items inside the rowSetInfo.

    How can i know the total items inside the rowsetInfo. I have only 1 column of table for the rowSetInfo. It's called "BankrowSetInfo". How to know how many items are there inside the rowSetInfo.

    Need more information.
    How do you want to display the info? Are you creating an applet/application/jsp/file output or what? Are you using DACF?
    Also, You said you only have 1 column. If you actually have more than 1 column ( more than 1 AttributeInfos for your RowSetInfo ) and are using DACF, use the InfoSwing GridControl or set up multiple TextFieldControls, one for each column.
    Hope I answered the right question.
    Cheers

  • Web page inside the Director Stage

    Hello All,
    Is there a way for me to tell Director to bring up a web page
    inside the stage?
    I would like to have my own buttons on the lower half of the
    window and a internet browser on the upper half.
    Also I would like the user not to be able to access the URL
    bar.
    Thank you all

    If it's PC only, you can use the ActiveX control for free.
    One problem is if
    it's for filling out forms the tab key doesn't work.
    "medonald1" <[email protected]> wrote in
    message
    news:f7ggk1$frb$[email protected]..
    > Hello All,
    >
    > Is there a way for me to tell Director to bring up a web
    page inside the
    > stage?
    >
    > I would like to have my own buttons on the lower half of
    the window and a
    > internet browser on the upper half.
    >
    > Also I would like the user not to be able to access the
    URL bar.
    >
    > Thank you all
    >

  • How to automatically link a page to the next page in the next spread

    Hi everyone,
    I created a master page in which the two pages are linked( text frame on the page). When I apply the master page to the pages, on every same spread, two paged are linked, but not between spread. How do I automatically link the second page of first spread to the first page of the second spread? so all the pages will be linked in sequence. Thanks a bunch!
    Simon

    The InDesign Place command is fundamentally different from the Quark Get Content commands (as is the handling of frame content -- inifintely easier to change content type in ID). To palce content in ID you don't need to have a frame available to hold it, though you can if you like. Master frames are seldom required, or even helpful in many circumstances -- things like magazines with a rigid structure of mixed image and unbalanced column heights are one example where they ARE helpful.
    When placing text you have several options. If there is no frame, click the loaded cursor where you want the text to be and ID will draw a text frame on the fly. The top of that frame will be at the y-coordinate where you click, it will fill the column guides surrounding the point at which you click, and iut will extend downward to the bottom margin guide. If there is more text than will fit you'll see a red plus sign in the frame outport that you can click to pick up the overset.
    Still with no frame, you can click and drag to define a frame, or with an existing empty frame you can position the cursor over the frame (you'll see the icon change to include surrounding parentheses) and click to flow text into the frame and any addtional frames that may be threaded with it.
    There ae several options for threading. If you've made master frames and threaded them, hold down the Shift key when you click iniside the frame and InDesign will add pages based on the last master in the thread untill all of the text is placed. If there are no master frames, holding shift will add frames on the fly, and pages to hold them. These frames will fill the column guides from top to bottom margin guide.
    Holding the Alt (Opt) key instead of Shift puts you in semi-auto flow mode and text will be added one frame at a time (or one group of threaded frames if you click inside a thread), but will leave the place cursor loaded so you can add a new frame or click inside another existing frame. You can swith from semi-auto-to full auto at any time by changing keys, or release the key to just place text in the last frame. Holding Alt + Shift puts you into Autoflow to end of available space mode, wich will fill existing pages, but not create new ones.

  • Does anyone know the URL to open the compose page on icloud mail? I need it to make icloud the default mail program of Firefox.

    Does anyone know the URL to open the compose page on icloud mail? I need it to make icloud the default mail program of Firefox.

    Hi, how are you seeing these eMails if the account is removed?

  • How can I print a label on the last page of the report in the margin

    I would like to display a label on my report but has to appear only on the last page of the report in the margin area or as a footer. I have tried using the solution below that I came across in this forum. This solution only worked if I put the label as a report trailer and not in the margin of the main section of report. The problem of putting the label as a report trailer is that it will only appear at the end of the report on it's own page, i.e. on a new page. I would like the label to appear at the end of the report, on the last page which has the other report details and not to appear on a new page on its own. Could you please help? Thanks.
    1. Create a dummy query, like
    select 1 dummy
    from dual
    2. Create a package spec:
    PACKAGE pkg_globals IS
    totalPages number(3);
    END;
    2. Create a repeating frame and field for this dummy at the end of the report layout.
    3. Create a format trigger for this frame:
    function R_1FormatTrigger return boolean is
    begin
    SRW.GET_PAGE_NUM(pkg_globals.totalPages);
    return (FALSE);
    end;
    4. Create a format trigger for your margin field:
    function F_1FormatTrigger return boolean is
    pagenum number;
    begin
    srw.get_page_num(pagenum);
    if pagenum = pkg_globals.totalPages then
    return (TRUE);
    else
    return (false);
    end if;
    end;

    user8655468 wrote:
    I would like to display a label on my report but has to appear only on the last page of the report in the margin areaCreate a fixed frame at the bottom of margin area and inside the frame put your label.
    set the frame print object on: Last page
    Hope this works..

  • How to print a label in the last page of the report

    Hi, I have a report af bottom page I trid to put a label, the label is in the margin, but when I change the print condition send me a error, illegal print condition, how can I print this label only in the last page at the botton of the page
    Thanks

    Herbe,
    You can do this using format trigger
    Please see the building reports manual / Tutorial for details
    at http://otn.oracle.com/docs/products/reports/content.html
    Thanks
    The Oracle Reports team

  • How do I view more pages in the Folio Builder ACV preview?

    I created a folio with an article that has two orientations, but when previewing it only shows the first page. How do I view more pages in the Folio Builder ACV preview?

    You are viewing some very, very old videos. May I suggest watching my lynda.com course?
    http://www.lynda.com/Digital-Publishing-Suite-tutorials/Adobe-Digital-Publishing-Suite-Ess ential-Training/149122-2.html?srchtrk=index:1%0Alinktypeid:2%0Aq:bob%2Blevine%0Apage:1%0As :relevance%0Asa:true%0Aproducttypeid:2
    If you don’t have a subscription, this link will get you a one week trial? http://www.lynda.com/trial/boblevine
    All that out of the way, clicking preview should take you to the page you’re on but still give you the entire article. Use your mouse to swipe up or down.

Maybe you are looking for

  • Object Level Security in OBIEE 11.1.1.5

    Hi All, I am trying to implement object level security for certail groups. We have BI Apps 7.9.6.3 implemented in whch obiee 11.1.1.5 is integrated with EBS R12. Users are able to login through diffrent responsiblities to OBIEe. I need insight into h

  • Why does the iPod 4g freeze every 5 min ?

    Why does the iPod 4g freeze every 5 min ? This is really annoying. I will choose Samsung next time if apple continue like this. Samsung is much better. I'm on iOS 6.1.5 (last update). Does apple do a bad a updat to force people de buy a new idevice.

  • Deleted emails sometimes reappear, sometimes stay on server

    This may have been covered, but I could not find it via searching here. I have POP email and I have it set to remove from server when I delete on the iPhone. But sometimes they reappear after I delete them and check for new mail. Not all the time, bu

  • Adobe Form Font Issue

    Hi Friends, I am facing issue with adobe form font when in transaction code SFP. While displaying/changing a form (in German/English Language) system is showing error as: Font "Arial New (Regular)" is missing; specify a Substitute Font. In my system

  • How do I make a non-closed figure out of lines (continuous, because corners need to line up) of a certain thickness, and then cut it out?

    Hi guys Could you help me with this problem? I suspect it's very simple but I'm a beginner. I need to create a continuous shape out of lines 15 pixels thick, and then cut it out. I've tried the line tool, using the shift key to add to endpoints, but