SOLVED
ORA-24247: Network Access Denied By Access Control List (ACL)
Asked by OracleDba••11 views•oracle
123456789101112131415161718192021222324252627282930313233343536373839
ORA-24247: Network Access Denied By Access Control List (ACL)
Problem :
While sending mail using utl_mail or utl_stmp , you may get access denied error:
begin
utl_mail.send(sender => ‘
[email protected]
’,
recipients => ‘
[email protected]
’,
subject => ‘MAIL from ADMIn of learnomate’,
message => ‘Do visit learnomate’);
end;
/
*
ERROR at line 1:
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at “SYS.UTL_MAIL”, line 662
ORA-06512: at “SYS.UTL_MAIL”, line 679
ORA-06512: at line 2#oracle#error