SV-24859r2_rule
V-2515
Oracle audit table ownership
DO0190-ORACLE11
CAT II
10
Change the owner of the $AUD table to SYS or SYSTEM account.
OR
Recreate the audit table while logged in as SYS or SYSTEM.
From SQL*Plus:
select owner from dba_tables where table_name = 'AUD$';
If the owner account returned is not SYS or SYSTEM, this is a Finding.
If the AUD$ tables does not exist, this is a Finding.
V-2515
False
DO0190-ORACLE11
From SQL*Plus:
select owner from dba_tables where table_name = 'AUD$';
If the owner account returned is not SYS or SYSTEM, this is a Finding.
If the AUD$ tables does not exist, this is a Finding.
M
Database Administrator
1367