DBA Data[Home] [Help]

SYS.DBMS_FEATURE_RAS dependencies on DBA_XS_APPLIED_POLICIES

Line 40: select count(*) into applied_policy_count from sys.DBA_XS_APPLIED_POLICIES p

36:
37: if policy_count > 0 then
38:
39: /* Find the number of applied XDS policies. */
40: select count(*) into applied_policy_count from sys.DBA_XS_APPLIED_POLICIES p
41: where p.status = 'ENABLED';
42: end if;
43:
44: /* Find the number of ACLs. */