DBA Data[Home] [Help]

SYS.DBMS_FEATURE_AUDIT_OPTIONS dependencies on AUDIT$

Line 33: select count(*) into system_audit_options from audit$;

29: if ((uniaud_linkon = 0) AND (audit_trail != 'NONE')) then
30: feature_boolean := 1;
31: end if;
32:
33: select count(*) into system_audit_options from audit$;
34: select count(*) into object_audit_options from dba_obj_audit_opts;
35:
36: feature_usage := 'AUDIT_TRAIL=' || audit_trail || '; ' ||
37: 'Number of system audit options=' || to_char(system_audit_options) || '; '||