SYS.DBMS_NETWORK_ACL_ADMIN.CREATE_ACL and ORA-00902
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:
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:
0