ORA-24247: network access denied by access control list (ACL)
Hi,
I have a procedure that sends mails using utl_mail package.
In the procedure, I use the AUTHID CURRENT_USER.
When I call this procedure from other users, I get the following error: "ORA-24247: network access denied by access control list (ACL)" although I gave the required ACL.
The Oracle version is 11.2.0.3
Same procedure in another databases can be called by another users without any error.
Do you have any idea what is the reason for this error?
Thanks in advance,
Ronen