Database Security Products (MOSC)

MOSC Banner

"AUDIT BY SESSION" = "AUDIT BY ACCESS" in 11g

edited Oct 8, 2009 6:41PM in Database Security Products (MOSC) 8 commentsAnswered
 For the recent change in 11g about the "audit by session" = "audit by access":
http://download.oracle.com/docs/cd/B28359_01/network.111/b28531/whatsnew.htm#CJABBIGH

We have great concern on this as our SYS.AUD$ table was increased from 20Mb to 2Gb a day.  It seemed impossible to admin such change.  Do anyone get a workaround on this if "audit <object> by session;" is a must?  Thanks!

In fact, just the following script will product 10000 records in audit table

audit all on test.abc by session;

declare
  n_nbr number;
begin
  for i in 1.10000 loop
    select count(*) into n_nbr from test.abc where col1 = i;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center