Database Security Products (MOSC)

MOSC Banner

FGA on 10gR2 audit_condition => space

edited Jan 24, 2011 11:16PM in Database Security Products (MOSC) 4 commentsAnswered
 Hello
I'm trying to put and audit on a table (Jde), I want to trace users who insert or update a column with a space,
i tried

EXEC DBMS_FGA.ADD_POLICY (object_schema => 'PRODDTA',object_name => 'F43090',policy_name => 'TAB_F43090',audit_condition =>' ' ,audit_column =>'PCMCU',statement_types => 'UPDATE,INSERT',audit_trail => DBMS_FGA.DB_EXTENDED);

but it return error  ORA-28138: Error in Policy Predicate

I also try    
audit_condition =>'PCMCU='' '''

but with the same result, what is the right syntax for space in audit_condition ?

Thank you

Noel

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