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