PL/SQL (MOSC)

MOSC Banner

Help Me Please

edited Oct 4, 2013 6:18AM in PL/SQL (MOSC) 3 commentsAnswered
I have a numerical scheme.
How can I enable the audit fga (with DBMS_FGA) with a numbering scheme?
The diagram starts with a number, the type 12345_EXM.
I did many tests.
I always get the error:

SQL> exec dbms_fga.add_policy('12345_EXM','STAM','FGA_DDT','SELECT','NAME');

BEGIN dbms_fga.add_policy('12345_EXM','STAM','FGA_DDT','SELECT','NAME'); END;

 

*

ERROR at line 1:

ORA-28106: input value for argument #1 is not valid

ORA-06512: at "SYS.DBMS_FGA", line 20

ORA-06512: at line 1

Thank you,

Rob.

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