Unix Technical Forum

Fine Grained Auditing - Quick Question

This is a discussion on Fine Grained Auditing - Quick Question within the Oracle Database forums, part of the Database Server Software category; --> Just a quick question (and I have read the doco but can't find an answer), but is there any ...


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

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-23-2008, 09:50 AM
Howard J. Rogers
 
Posts: n/a
Default Fine Grained Auditing - Quick Question

Just a quick question (and I have read the doco but can't find an answer),
but is there any way to clear the FGA audit trail *apart* from doing a
delete from dba_fga_audit_trail??

Regards
HJR


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-23-2008, 09:51 AM
Jonathan Lewis
 
Posts: n/a
Default Re: Fine Grained Auditing - Quick Question

-
I don't think so (at least in 9i - I haven't check 10g yet)

--
Regards

Jonathan Lewis

http://www.jlcomp.demon.co.uk

http://www.jlcomp.demon.co.uk/faq/ind_faq.html
The Co-operative Oracle Users' FAQ

http://www.jlcomp.demon.co.uk/seminar.html
Optimising Oracle Seminar - schedule updated May 1st


"Howard J. Rogers" <hjr@dizwell.com> wrote in message
news:40b1800a$0$31680$afc38c87@news.optusnet.com.a u...
> Just a quick question (and I have read the doco but can't find an answer),
> but is there any way to clear the FGA audit trail *apart* from doing a
> delete from dba_fga_audit_trail??
>
> Regards
> HJR
>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-23-2008, 09:51 AM
Pete Finnigan
 
Posts: n/a
Default Re: Fine Grained Auditing - Quick Question

In article <40b1800a$0$31680$afc38c87@news.optusnet.com.au> , Howard J.
Rogers <hjr@dizwell.com> writes
>Just a quick question (and I have read the doco but can't find an answer),
>but is there any way to clear the FGA audit trail *apart* from doing a
>delete from dba_fga_audit_trail??


Hi Howard,

The FGA audit trail is stored in SYS.FGA_LOG$ and delete on this table
is allowed in the DELETE_CATALOG_ROLE like it is for SYS.AUD$. The
privilege can be seen:-

who_can_access: Release 1.0.0.0.0 - Production on Mon May 24 22:03:34
2004
Copyright (c) 2004 PeteFinnigan.com Limited. All rights reserved.

NAME OF OBJECT TO CHECK [USER_OBJECTS]: fga_log$
OWNER OF THE OBJECT TO CHECK [USER]: sys
OUTPUT METHOD Screen/File [S]:
FILE NAME FOR OUTPUT [priv.lst]:
OUTPUT DIRECTORY [DIRECTORY or file (/tmp)]:

Checking object => SYS.FGA_LOG$
================================================== ==================


Object type is => TABLE (TAB)
Privilege => DELETE is granted to =>
Role => DELETE_CATALOG_ROLE (ADM = NO) which is granted to =>
Role => DBA (ADM = YES) which is granted to =>
User => SYS (ADM = YES)
User => WKSYS (ADM = NO)
User => CTXSYS (ADM = NO)
User => SYSTEM (ADM = YES)
User => SYS (ADM = YES)

PL/SQL procedure successfully completed.


For updates please visit http://www.petefinnigan.com/tools.htm

SQL>

This is on 9iR2. There is no delete privileges granted by default on
DBA_FGA_AUDIT_TRAIL just select privilege to a lot of users and roles.
If you want to clear the trail then use delete and grant
DELETE_CATALOG_ROLE to the user who needs to do it. Truncate should be
quicker though if you just want to empty the trail.

hth

kind regards

Pete
--
Pete Finnigan
emailete@petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
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 02:09 AM.


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