ACL's problem
Hi,
I have defined 2 acl's in the 11g rel2 database, one for mail, which works and another that sends requets to an external server.
My mail is working fine now. But my other acl is not working at all, getting the usual
ERROR at line 1:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1130
ORA-24247: network access denied by access control list (ACL)
Im not too bothered about that one yet as I can fix it. But the real question here is according to the documentation from OTN Top 4 New features
I have defined 2 acl's in the 11g rel2 database, one for mail, which works and another that sends requets to an external server.
My mail is working fine now. But my other acl is not working at all, getting the usual
ERROR at line 1:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1130
ORA-24247: network access denied by access control list (ACL)
Im not too bothered about that one yet as I can fix it. But the real question here is according to the documentation from OTN Top 4 New features
SQL> conn scott/tiger
Connected.
SQL> select utl_http.request('
0