DBA Data[Home] [Help]

SYS.DBMS_FEATURE_RAS dependencies on XS$SECCLS

Line 57: select count(*) into sc_count from sys.xs$seccls where sc# > max_seeded_id;

53: /* Find the number of roles. */
54: select count(*) into role_count from sys.xs$prin p where p.type <> 0 and prin# > max_seeded_id;
55:
56: /* Find number of security classes. */
57: select count(*) into sc_count from sys.xs$seccls where sc# > max_seeded_id;
58:
59: /* Find number of privileges. */
60: select count(*) into privilege_count from sys.xs$priv where priv# > max_seeded_id;
61: