DBA Data[Home] [Help]

SYS.DBMS_FEATURE_RAS dependencies on XS$ACL

Line 45: select count(*) into acl_count from sys.xs$acl where acl# > max_seeded_id;

41: where p.status = 'ENABLED';
42: end if;
43:
44: /* Find the number of ACLs. */
45: select count(*) into acl_count from sys.xs$acl where acl# > max_seeded_id;
46:
47: /* Find the number of ACEs. */
48: select count(*) into ace_count from sys.xs$ace where acl# > max_seeded_id;
49: