Database Administration (MOSC)

MOSC Banner

SYS.DBMS_NETWORK_ACL_ADMIN.CREATE_ACL and ORA-00902

edited Nov 14, 2013 12:10AM in Database Administration (MOSC) 2 commentsAnswered
Hi, i'm trying to add ACL in my Oracle 11g database, but after executing dbms_network_acl_admin.create_acl procedure I get ORA-00902 error. Has anyone met such problem ?I've been searchung for solutions on google and metalink, but found nothing.
Thanks for any reply.

OS: CentOS 6.2 Linux 64-bit
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production


SQL> exec dbms_network_acl_admin.create_acl( acl => 'test.xml', description => 'test', principal => 'DEPOZ',is_grant => TRUE,privilege => 'connect');
BEGIN dbms_network_acl_admin.create_acl( acl => 'test.xml', description => 'test', principal => 'DEPOZ',is_grant => TRUE,privilege => 'connect'); END;

*
BúąD w linii 1:

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