DBA Data[Home] [Help]

SYS.DBMS_FEATURE_RAS dependencies on XS$DSEC

Line 35: select count(*) into policy_count from sys.xs$dsec;

31: if row_count1 > 0 then
32: feature_boolean := 1;
33:
34: /* Find the number of XDS policies. */
35: select count(*) into policy_count from sys.xs$dsec;
36:
37: if policy_count > 0 then
38:
39: /* Find the number of applied XDS policies. */