Database Administration (MOSC)

MOSC Banner

create_acl ora-00902 problem

edited Nov 17, 2022 2:36PM in Database Administration (MOSC) 12 commentsAnswered

BEGIN

 DBMS_NETWORK_ACL_ADMIN.CREATE_ACL(acl     => '/sys/acls/http1.xml',

                  description => 'http ACL',

                  principal  => 'ZHIYDBA',

                  is_grant  => true,

                  privilege  => 'connect');

END;

/

ERROR at line 1:

ORA-00902: invalid datatype

ORA-06512: at "SYS.DBMS_NETWORK_ACL_ADMIN", line 258

ORA-06512: at line 2

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