DBA Data[Home] [Help]

SYS.DBMS_FEATURE_RAS dependencies on XS$OBJ

Line 30: select count(*) into row_count1 from sys.xs$obj where id > max_seeded_id and BITAND(flags,1) = 0;

26:
27: begin
28:
29: /* Check if Real Application Security objects are created. */
30: select count(*) into row_count1 from sys.xs$obj where id > max_seeded_id and BITAND(flags,1) = 0;
31: if row_count1 > 0 then
32: feature_boolean := 1;
33:
34: /* Find the number of XDS policies. */