Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ACL creation for maps.google.com

ShaikMay 3 2016 — edited May 31 2016

Hi All

We need to access google maps from Apex application

Database version: 11.2.0.3

using below link I have worked:

http://blog.whitehorses.nl/2010/03/17/oracle-11g-access-control-list-and-ora-24247/

Now I have created ACL , but when I checked below it getting error:

SQL> SELECT utl_http.request('www.maps.google.com',null,'file:/orahome/oradb/app/wallet/','welcome123') FROM DUAL;

SELECT utl_http.request('www.maps.google.com',null,'file:/orahome/oradb/app/wallet/','welcome123') FROM DUAL

*

ERROR at line 1:

ORA-29273: HTTP request failed

ORA-06512: at "SYS.UTL_HTTP", line 1722

ORA-24247: network access denied by access control list (ACL)

ORA-06512: at line 1



















I have raised SR too, and uloaded google certificate which i downloaded from google , after validating SR engineer updated as to contact google administrator  to get certificate without wild characters and import to database in order to resolve the issue

How I can contact google administrator?

Is there any other way to overcome the issue?

Please suggest

Regards

Aseem

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2016
Added on May 3 2016
10 comments
1,972 views