11GR2: ORA-24247: network access denied by access control list (ACL)
I got these errors when send a mail after login to database as use AN, but I can send mail as sysdba.
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.UTL_TCP", line 17
ORA-06512: at "SYS.UTL_TCP", line 246
ORA-06512: at "SYS.UTL_SMTP", line 127
ORA-06512: at "SYS.UTL_SMTP", line 150
ORA-06512: at line 9
I upgraded my 102.0.3 database to 11G R2, then I create ACLS based on http://download.oracle.com/docs/cd/E11882_01/network.112/e16543/authorization.htm#CIHHEGHJ.
BEGIN
DBMS_NETWORK_ACL_ADMIN.CREATE_ACL (
acl => 'xtime-xtapp-permissions.xml',
description => 'Network connection permission for role xtapp',