Database Security Products (MOSC)

MOSC Banner

Fine Grained Auditing

edited Apr 16, 2014 12:00PM in Database Security Products (MOSC) 1 commentAnswered

Hello,

I am actually working studying the Fine Grained Auditing.

My customer, would like integrate this feature in his new security strategy.

I enabled Fine Grained Auditing as follows:

BEGIN

dbms_fga.add_policy(object_schema=>'DWHIMR',

object_name=>'TD_TIE',

policy_name=>'aud_td_tie_dwhimr',

handler_schema=>NULL,

handler_module=>NULL,

enable=>TRUE,

statement_types=>'INSERT,UPDATE,DELETE,SELECT',

audit_trail=>DBMS_FGA.XML+DBMS_FGA.EXTENDED,

audit_column=>'LB_NOM_TIE',

audit_condition=>'VERIF_USER(USER) != ''OK''');

END;

/

As you can see, I submit as audit condition the name of a pl/sql function, called VERIF_USER.

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