Database Security Products (MOSC)

MOSC Banner

11GR2: ORA-24247: network access denied by access control list (ACL)

edited Sep 23, 2010 6:23AM in Database Security Products (MOSC) 3 commentsAnswered
 Hi,

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',

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center