Skip to Main Content

Oracle Database Discussions

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!

ORA-29273: HTTP request failed problem

RaluceJun 22 2011 — edited Jun 22 2011
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 20 2011
Added on Jun 22 2011
2 comments
1,000 views