Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: sys.aud$ - auditing user activities?

Re: sys.aud$ - auditing user activities?

From: Tim Gorman <Tim_at_SageLogix.com>
Date: Mon, 18 Nov 2002 16:28:45 -0800
Message-ID: <F001.005061E5.20021118162845@fatcity.com>


SYSDBA activities are not logged to the SYS.AUD$ table, even in Oracle9i with the AUDIT_SYS_OPERATIONS parameter set to TRUE. SYSDBA operations are always logged to the OS audit trail, including access/modifications to the SYS.AUD$ table...

The reason that these records are only logged to the audit trail (previous to Oracle9i, only connections as SYSDBA were logged) is because that is the only way to protect the audit records review and (especially!) alteration from people with SYSDBA privilege. Someone with SYSDBA could alway muck with the contents of the SYS.AUD$ table, but they would not necessarily have OS permissions to alter the audit records sent to the OS.

...which is why the command CONNECT INTERNAL went away with Oracle9i, to remove the last necessity for DBAs to be members of the OSDBA and OSOPER groups in the OS. Now, with 9i and CONNECT ... AS SYSDBA commands, you can "lock down" the OS account and account-group that owns the Oracle software away from those with SYSDBA privileges, thus protecting the software distribution files, log files, trace files, and audit files from casual modification, if desired...

> Hello All,
>
> Do any of you have suggestions for a good way to monitor sysdba user
> activities on the sys.aud$ table? Or, in terms of logging everything,
what
> would be the keypoints to log scrub on?
>
> Any suggestions would be wonderful.
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: Dana.Mueller_at_guardent.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Tim Gorman
  INET: Tim_at_SageLogix.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Nov 18 2002 - 18:28:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US