Database Security Products (MOSC)

MOSC Banner

auditting problem ...(urgent)

edited Nov 8, 2010 6:09PM in Database Security Products (MOSC) 11 comments
 hi I enabled auditting alter any procedure  in db
audit alter any procedure by monitoruser;

then i altered procedure by monitoruser

ALTER PROCEDURE monitoruser.TRYME COMPILE REUSE SETTINGS;

but i see no result regarding this alter procedure ,does anyone know why ?


this is the query i use:

select username,os_username,userhost host,owner,obj_name,action_name action,timestamp time from dba_audit_trail where timestamp>sysdate-2 and obj_name like 'TRYME%';

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