Unix Technical Forum

ORACLE OS Audit Logs

This is a discussion on ORACLE OS Audit Logs within the Oracle Database forums, part of the Database Server Software category; --> Is there a way within Oracle that you can configure the type of information that you want to appear ...


Go Back   Unix Technical Forum > Database Server Software > Oracle Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-26-2008, 06:05 AM
GABJOS
 
Posts: n/a
Default ORACLE OS Audit Logs

Is there a way within Oracle that you can configure the type of
information that you want to appear in Operating System audit logs. I
know the audit_actions parameter lists the action codes and their
definitions. I see that in my audit logs only the action code appears.
This information is not useful because I have to refer back to the
definitions. I would like the definitions to appear in my audit logs.
Does anyone know how I can do that?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-26-2008, 06:05 AM
fitzjarrell@cox.net
 
Posts: n/a
Default Re: ORACLE OS Audit Logs

On Apr 9, 1:23 pm, "GABJOS" <siky...@comcast.net> wrote:
> Is there a way within Oracle that you can configure the type of
> information that you want to appear in Operating System audit logs. I
> know the audit_actions parameter lists the action codes and their
> definitions. I see that in my audit logs only the action code appears.
> This information is not useful because I have to refer back to the
> definitions. I would like the definitions to appear in my audit logs.
> Does anyone know how I can do that?


You cannot. Per the Oracle documentation:

"Operating System Audit Records
The operating system audit trail is encoded, but it is decoded in data
dictionary files and error messages.

Action code describes the operation performed or attempted. The
AUDIT_ACTIONS data dictionary table describes these codes.

Privileges used describes any system privileges used to perform the
operation. The SYSTEM_PRIVILEGE_MAP table describes all of these
codes.

Completion code describes the result of the attempted operation.
Successful operations return a value of zero, and unsuccessful
operations return the Oracle error code describing why the operation
was unsuccessful."

Even though the O/S audit log content cannot be modified it is
possible to use that log as an external table and write a query to
return the codes and the 'missing pieces' from the data dictionary
views/tables.



David Fitzjarrell

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-26-2008, 06:05 AM
GABJOS
 
Posts: n/a
Default Re: ORACLE OS Audit Logs

On Apr 9, 3:00 pm, "fitzjarr...@cox.net" <fitzjarr...@cox.net> wrote:
> On Apr 9, 1:23 pm, "GABJOS" <siky...@comcast.net> wrote:
>
> > Is there a way within Oracle that you can configure the type of
> > information that you want to appear in Operating System audit logs. I
> > know the audit_actions parameter lists the action codes and their
> > definitions. I see that in my audit logs only the action code appears.
> > This information is not useful because I have to refer back to the
> > definitions. I would like the definitions to appear in my audit logs.
> > Does anyone know how I can do that?

>
> You cannot. Per the Oracle documentation:
>
> "Operating System Audit Records
> The operating system audit trail is encoded, but it is decoded in data
> dictionary files and error messages.
>
> Action code describes the operation performed or attempted. The
> AUDIT_ACTIONS data dictionary table describes these codes.
>
> Privileges used describes any system privileges used to perform the
> operation. The SYSTEM_PRIVILEGE_MAP table describes all of these
> codes.
>
> Completion code describes the result of the attempted operation.
> Successful operations return a value of zero, and unsuccessful
> operations return the Oracle error code describing why the operation
> was unsuccessful."
>
> Even though the O/S audit log content cannot be modified it is
> possible to use that log as an external table and write a query to
> return the codes and the 'missing pieces' from the data dictionary
> views/tables.
>
> David Fitzjarrell


Thanks!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-26-2008, 06:05 AM
sybrandb@hccnet.nl
 
Posts: n/a
Default Re: ORACLE OS Audit Logs

On 9 Apr 2007 11:23:45 -0700, "GABJOS" <sikyala@comcast.net> wrote:

>Is there a way within Oracle that you can configure the type of
>information that you want to appear in Operating System audit logs. I
>know the audit_actions parameter lists the action codes and their
>definitions. I see that in my audit logs only the action code appears.
>This information is not useful because I have to refer back to the
>definitions. I would like the definitions to appear in my audit logs.
>Does anyone know how I can do that?


You can not, at least not directly. Assuming 9i or higher you could of
course load them using the external table facility, and join them to
dba_audit_actions.

Hth

--
Sybrand Bakker
Senior Oracle DBA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 01:49 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com