Database Administration (MOSC)

MOSC Banner

Missing ACLs resolve privilege after migration to 18c

edited Feb 8, 2019 10:09AM in Database Administration (MOSC) 6 commentsAnswered

Hello all,

after migrating a database 11.2.0.4  to 18c, I noticed that the "resolve" privileges on the custom ACLs were missing.

BEFORE migration (database 11.2.0.4):

SQL> SELECT acl,

  2 principal,

  3 privilege,

  4 is_grant,

  5 TO_CHAR(start_date, 'DD-MON-YYYY') AS start_date,

  6 TO_CHAR(end_date, 'DD-MON-YYYY') AS end_date

  7  FROM   dba_network_acl_privileges;

ACL PRINCIPAL PRIVILEGE  IS_GRANT   START_DATE END_DATE

-------------------------------------------------- --------------------      ---------- -------------------- -------------------- --------------------

/sys/acls/mailserver_acl.xml TAS2 connect true

/sys/acls/mailserver_acl.xml TAS2 resolve    true

/sys/acls/mailserver_acl.xml WITS connect true

/sys/acls/mailserver_acl.xml WITS resolve true

/sys/acls/mailserver_acl.xml ADMDATA       connect true

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