DBA Data[Home] [Help]

SYS.DBMS_FEATURE_RAS dependencies on XS$PRIV

Line 60: select count(*) into privilege_count from sys.xs$priv where priv# > max_seeded_id;

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:
62: /* Find the number of sessions. */
63: select count(*) into session_count from sys.rxs$sessions;
64: