DBA Data[Home] [Help]

SYS.DBMS_FEATURE_RAS dependencies on XS$ACE

Line 48: select count(*) into ace_count from sys.xs$ace where acl# > max_seeded_id;

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:
50: /* Find the number of users. */
51: select count(*) into user_count from sys.xs$prin p where p.type = 0 and prin# > max_seeded_id;
52: