Google Earth integrated with Oracle Apex UTL_HTTP must be declared.

I use ORACLE XE and APEX 3.2 and I import
http://www.Oracle.com/technology/products/database/application_express/packaged_apps/google_maps.zip
at my request of manufacturer.

The problem is that if I click on the geocode button 'Get '.
and I get:

ORA-06550: line 18, column 17: PLS-00201: identifier 'UTL_HTTP' must be declared ORA-06550: line 18, column 3: PL/SQL: statement ignored

declare
l_address varchar2 (4000);
l_url varchar2 (32000);
l_response varchar2 (3200);
Start
l_address: =: P1_STREET | «, » || : P1_CITY;
If: P1_STATE is not null then
l_address: = l_address | «, » || : P1_STATE;
end if;
If: P1_COUNTRY is not null then
l_address: = l_address | «, » || : P1_COUNTRY;
end if;

l_address: = replace (l_address,' ', '+');

l_url: = 'http://maps.google.com/maps/geo?q= ' | l_address | ' &' | 'exit is csv' |. '&' | 'key =' | : API_KEY.

l_response: = utl_http.request (l_url, APEX_APPLICATION. G_PROXY_SERVER);

: P1_RESPONSE: = l_response;
: P1_LOCATION: = substr (l_response, instr(l_response,',',1,2) + 1);

end;

so I do:

GRANT EXECUTE ON utl_http to THE system;

and I still have the same problem...

You must grant the privilege of utl_http package.

Connect as sys and run this:

Grant execute on utl_http to your_user;

Tags: Database

Similar Questions

  • Y at - it DB Oracle options that do not work with Oracle Apex

    Hi team,

    Y at - it options Oracle DB (DB audit vault wall and fire. HCC, advanced... Security etc) which will not work with Oracle Apex. Please let us know of a few documents if you

    Thank you kindly,

    Hi Rhine23,

    Rhine23 wrote:

    Y at - it options Oracle DB (DB audit vault wall and fire. HCC, advanced... Security etc) which will not work with Oracle Apex. Please let us know of a few documents if you

    It's the kind of question that can be answered with My Oracle Support | First Oracle Support or you can write to the APEX [email protected] about this application development team.

    Also, see the "Support" section at the end of the page Oracle Application Express - downloads.

    I hope this helps!

    Kind regards

    Kiran

  • WebCenter content can be integrated with Oracle iStore or Oracle EBS?

    Hello

    WebCenter content can be integrated with Oracle iStore (as seeds/integration without many glitches/modification) or Oracle EBS as a whole?

    Thanks in advance.

    Srinivas

    Hi Srinivas,

    Yes, ECM can be integrated with Oracle EBS (suite business enterprise) and thus other Oracle applications such as Peoplesoft, Siebel etc..

    Details can be read from the following link: http://docs.oracle.com/cd/E23943_01/doc.1111/e17953/toc.htm

    Thank you
    Srinath

  • How to integrate the search engine (Google) customized with oracle apex 5.0?

    <script>
      (function() {
        var cx = 'aaaaaaaaaaaa:bbbbb';         
        var gcse = document.createElement('script');
        gcse.type = 'text/javascript';
        gcse.async = true;
        gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
            '//cse.google.com/cse.js?cx=' + cx;
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(gcse, s);
      })();
    </script>
    <gcse:searchbox ></gcse:searchbox>
    
    

    Like, I then politico who and want to change the settings of the CSE research must have be take place. Above the CSE code works for any thing you search I want to connect this way regardless of the setting I have spend in search results will go.

    For this I need to use Json rest api in oracle apex to bind the varibales. Say for example: cr = (country); LN (language) = en; This value will be passed through JSON ESC (google), and the result will appear any suggestion I how to get this...
    Thank you.

    Used JavaScript get json response and show it to the page. You can also use the pl/sql to achieve this.

  • Integration of Oracle Apex with EBS R12.1.1

    Dear all,

    We are in the process of integration Oracle Apex 4.0.2 with EBS R12.1.1 with the help of http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf.

    After doing all the steps, the time where we sail of EBS to Apex application clicking on EBS links menu it ends with error below

    "404 not found".

    ' / OA_HTML/null/pls/apex/f resource not found on this server.

    After some tests, I found the code below in "LaunchApex.jsp" in order to get the value of profile (supposed to be "http://myserver:port") of custom system 'APEX_HTTP_SERVER' profile and prefacing of ' / apex/f? ' p = applicationid:page:APPS: ' does not work correctly

    "
    ...

    String l_launcher = ctx.getProfileStore () .getProfile ("APEX_HTTP_SERVER");
    l_launcher = l_launcher + "/ apex/f? p ="+ p_application +": "+ p_page;
    l_launcher = l_launcher + ': APPS: "+ p_item_names +": "+ p_item_values;

    ...

    "

    as we found that the profile custom system 'APEX_HTTP_SERVER' does not exist in the EBS system. But it works without any error page if we encode the URL of the entire application variable in l_launcher apex, but this hard brings us to the page of connection of EBS instead of the Apex application page.

    So I think that we can't work around by using the value of 'APEX_HTTP_SERVER' profile because it has something to do with the EBS application session.

    So could someone please help me how we could create custom profile system "APEX_HTTP_SERVER" or other options to make the transparent integration of apex Oracle with EBS works without any second login page

    Thanks in advance

    Published by: 805196 on August 25, 2011 12:23 AM

    Hi oar,

    you will need to change as the below in the jsp

    String l_launcher = ctx.getProfileStore().getProfile("OAE_LAUNCHER");
    l_launcher = l_launcher + "/apex/f?p=" + p_application + ":" + p_page;
    l_launcher = l_launcher + "::APPS:::" + p_item_names + ":" + p_item_values;
    

    Brgds,
    Mini

    --------------------
    Mark responds promptly

  • Integration of Oracle Apex 4.0.2 with EBS R12.1.1

    We could integrate Oracle Apex 4.0.2 with EBS R12.1.1 with the help of http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf successfully.

    The document said to navigate from EBS to Oracle Apex without any second login screen (works very well!), but now how we sail to EBS to Oracle Apex (in the same session) without any screen connection again as below

    User login of EBS-->--> Oracle Apex-> EBS EBS

    Please help to achieve this goal.

    Hello

    In your application's authentication scheme in the sign-out URL Section, gives the following

    wwv_flow_custom_auth_std.logout_then_go_to_url?p_args=&APP_ID.:http://xyz.ck.com:8010/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE
    

    Provide your url on ebiz instead of http://xyz.ck.com:8010 in the link above.

    Thus, while pressing the logout link in your apex, you will not be redirected to login ebiz again page, it will be redirect you ebiz menu homepage back in the same session itself.

    This will work for sure.

    Good luck!!!

    Change your login username of "805196" in a meaningful Word.

    Brgds,
    Mini

    -------------------
    If this has answered your question, then awarded points and close the debate.

  • Community page and Blog with Oracle Apex

    Hi guys,.

    Surprised with the overall function to Oracle Apex 4.1 and its growing popularity by replacing Oracle Forms. I am currently working on an idea to set up a page internal oracle of the community with technical Forums (say as oracle forums, ask tom etc.) as well as a blog page. Is this possible using Oracle Apex? The one you suggest a sample public request/sites with similar characteristics to have a look and feel.

    See you soon,.
    Arun

    Arun wrote:
    @fac586,.

    Thanks for your reply. I remember to check these sample application a year back and currently these are not available in the oracle site. Thanks a lot for sharing this. The latest version of Apex 4.1 will allow me to develop similar applications?

    Of course. These applications must run OK, but they don't use any APEX 4.x features. As part of your studies, you might want to run through the upgrade utility to upgrade a little.

  • PL/JSON utility integration into Oracle APEX 4.0 application problem

    I want to be able to use the PL/JSON utility in my application Oracle APEX (4.0) but get several errors when I try to run the Hello World example (replace GET_VARCHAR2 by GET_STRING) of http://embosa.wordpress.com/2010/02/26/oracle-and-json-using-pljson/ in the SQL command page. I can confirm that PL/JSON works if I run the example as his own script, PL/SQL, outside Oracle APEX.

    My database is Oracle 10 g XE. I get the following error messages when I run the Hello World example in the page of SQL command:
    ORA-06550: line 2, column 20:
    PLS-00905: object MY_SCHEMA.JSON is invalid
    ORA-06550: line 2, column 20:
    PL/SQL: Item ignored
    ORA-06550: line 5, column 5:
    PLS-00320: the declaration of the type of this expression is incomplete or malformed
    ORA-06550: line 5, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 7, column 26:
    PLS-00201: identifier 'JSON_EXT.GET_VARCHAR2' must be declared
    ORA-06550: line 7, column 5:
    PL/SQL: Statement ignored
    Maybe I'm too new/familiar with APEX Oracle PL/SQL, but I guess that APEX does not have the privileges to use PL/JSON. I already gave the public privileges execute on three packages (JSON_EXT, JSON_PARSER, JSON_PRINTER) and APEX_PUBLIC_USER but the error messages does not change. What Miss me?

    Published by: user1171263 on August 29, 2010 21:59 added blocks of code around the error messages.

    See if this post will help you: http://daust.blogspot.com/2006/04/xe-calling-stored-procedures.html

    In addition, you don't need a slash in the closing

     tag.
    
    Ta,
    Trent                                                                                                                                                                                                                                                                                                                                                        
    
  • Problems with oracle apex and http server

    I have Oracle Apex 3.2 running with the hen Oracle 10 g. OSH I load large pages... some pages are not completely made... There is the incomplete source code when certain pages are generated...

    This causes things like the hidden tag that contains the md5 for the page auditor would not generate correctly...

    check out this [http://img444.imageshack.us/i/error2le.png/]


    And it causes the repercussion in the process DML:

    check out this [http://img715.imageshack.us/i/error1d.png/]

    Edited by: Juan David Palacios on June 9, 2010 08:24

    Edited by: Juan David Palacios on June 9, 2010 09:44

    Edited by: Juan David Palacios on June 10, 2010 05:57

    Can I update pl/sql tollkit after installation of apex 3.2?

    Following the instructions in the README file. TXT as described in the documentation, Yes.

  • Implement AutoVue 3D in Oracle WebCenter content which already integrated with AutoVue 2D

    Dear all,

    We have AutoVue 2D which already integrated with Oracle WebCenter content. I would like to ask questions about the implementation of AutoVue 3D. This is another application that will be running side by side with the autovue 2D or is it and application that will replace the autovue 2D?

    Best regards

    Akhmad H Gumas

    A replacement from one to the other is very good but the University Complutense of MADRID is not to store CAD files as it does not support a hierarchical structure required for CAD files

    So you should consult your sales representative to see what are the options you have

    For what is AutoVue is no problem

    The integration of AutoVue with UCM will expose some limitations and it will determine how you should store the files in the Complutense University of MADRID (all the files in the same folder or use a zip file)

  • BI publisher integrated with OBIEE?

    Dear Experts,




    oracle.xdo.servlet.security.AdminUser cannot be cast to oracle.xdo.servlet.security.DirectoryUser


    BI publisher integrated with OBIEE, but I use security as a guarantee of Bi Publisher.

    I created a role in the bi Publisher and trying to assign the report, but it shows the above mentioned error.

    Can use us the Editor while only integrated with OBIEE bi security?


    Thanks in advance!





    Hello Vinay,

    You can't use template security BI Publisher when the BEEP is integrated with OBIEE. You must use the Oracle Fusion Middleware security model in this case because OBIEE manages access. Security model BI Publisher can be used when you use a Simple installation, no installation of the company. To create the roles when you use Oracle Fusion Middleware I recommend you follow our manual steps: http://docs.oracle.com/cd/E28280_01/bi.1111/e22255/config_sec.htm#BIPAD132

    BR,

    Liviu

  • Google earth will not install/run in Windows 7

    Google earth came with the new Windows 7 Premium, but "disappeared from the office. Downloaded and tried to re - install unsuccessfully

    Check in C:\Program Files (x 86) \Google\Googleearth\client to Googleearth.exe

    for 64-bit Windows or

    C:\Program Files\Google\Googleearth\client to Googleearth.exe

    for 32-bit Windows

    If it is there, right click on Googleearth.exe and select send to and create a shortcut on the desktop.

  • Oracle Apex 5 schedule does not allow to change the custom target link

    The latest version of the calendar is amazing. You can create a date range and the css is very useful.

    The problem is that in Oracle Apex 4.2 I could navigate to different pages stated in a column of the query (Image 1) and with Oracle Apex 5 calendar is impossible for me (Image 2 and Image 3).

    -Image 1:

    apex_42.PNG

    -Image 2

    apex_5.png

    -Image 3:


    apex_5_2.png

    Kind regards

    Hi 1043429 (Please change the name of your forum).

    Use substitution syntax. Instead of #PAGINA # use & PAGE. as you would for items on the page. For consistency, new components such as the new schedule are now using the same substitution syntax like we always used it for items on the page.

    Concerning

    Patrick

    ----

    Member of the APEX development team

  • Why Oracle APEX API 4.1 is inaccessible?

    Hello

    I work with oracle APEX 4.1 and I used references API via http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/toc.htm.

    Does anyone know why Oracle APEX API 4.1 is inaccessible?

    "We're sorry, the page you requested could not be found."

    Concerning

    Bartosz

    Guess what they remapped the documentation... Here is a link I found access documentation for APEX 4.1 (might suggest you look at update 4.2, there are fixed bugs for the things which existed in 4.1)... : https://docs.oracle.com/cd/E23903_01/index.htm

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Integrate Oracle BI Publisher with Oracle Form [authentication]

    Report & Oracle FMW 11g R2 (11.1.2) form

    Oracle BI Publisher 11.1.1.6

    Oracle Database 11 g Release 11.2.0.4.0 - 64 bit Production


    With the help of the link below, I want to integrate Oracle BI Publisher with Oracle form

    http://www.Pitss.EU/fileadmin/Pitss/images/de/White_Papers/White_paper_BIPublisher_WebServices.PDF

    But I need to know one thing, as mention in link, weblogic user/pwd in the java code for authentication with BI Publisher, above

    My Question here, what is the best way to manage authentication with BI Publisher while integrating with Oracle Form?

    I think, in a document, just to mention for example,

    It will not be advisable if keeping the user weblogic/pwd in Java code, at the end of this java code becomes a jar file and deployed to the server and then downloaded to the client computer. ensure that completely and the values are hardcoded, if the password change question once again, this means having user/pwd in jar will never be a good solution.

    For a quick overview, I'd do it keep advice the user/pwd in db in encrypted form and access to oracle form with decrypted and pass the value in the api ReportServiceClient.CallRunReport)

    If you feel, every time you need to access user/pwd of db and decypte it, that I advise you here, get user/pwd when set in the context of db and out of context with decrypted.

    Another may be the best idea.

Maybe you are looking for