ORA-29273: HTTP request failed problem
RaluceJun 22 2011 — edited Jun 22 2011Hi
we got a problem in executing the package UTL_HTTP in our oracle database 11G, the command is working fine in 10g but when we try to do it in 11g it's not working, we got the following error message.
the syntaxe i execute is : SELECT sys.utl_http.request('http://www.google.com/') FROM dual;
This is working fine with sys user but not working with another users even they got the privilege to execute this package.
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1130
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "EAMPROD.LN6", line 38
ORA-06512: at "EAMPROD.LN6", line 17
ORA-06512: at line 2
Would you please help.
Thank you