Home » RDBMS Server » Security » auditing problem (auditing problem)
|
Re: auditing problem [message #535913 is a reply to message #535890] |
Sat, 17 December 2011 08:10   |
John Watson
Messages: 8976 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Are you sure you have enabled the audit trail? You need to cheeck this:
select value from v$parameter where name='audit_trail';
and have you actually enabled the auditing:
select owner,object_name from,sel DBA_OBJ_AUDIT_OPTS;
and lastly, have you selected from the table yet?
[update: one other possibility, are you testing this as SYS? If so, don't! Test it as some other user. To audit SYS, you need to set AUDIT_SYS_OPERATIONS.]
[Updated on: Sat, 17 December 2011 08:16] Report message to a moderator
|
|
|
|
|
|
Goto Forum:
Current Time: Mon May 05 12:21:06 CDT 2025
|