|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: table have been update/modify in oracle 9 [message #468480 is a reply to message #468443] |
Fri, 30 July 2010 03:53 |
chuikingman
Messages: 90 Registered: August 2009
|
Member |
|
|
I use below command to enable audit.
AUDIT ALL BY ACCESS;
AUDIT SELECT TABLE, UPDATE TABLE, INSERT TABLE, DELETE TABLE BY fireid BY ACCESS;
AUDIT EXECUTE PROCEDURE BY ACCESS;
AUDIT INSERT, UPDATE, DELETE ON sys.aud$ BY ACCESS;
but I check the dba_audit_trail .
I think the process is do delete something in the table .
But I check dba_audit_trail .... there is nothing update ///
why ?????no new row find in the dab_audit_trail table ....
any advice .....
[Updated on: Fri, 30 July 2010 03:54] Report message to a moderator
|
|
|
|
Re: table have been update/modify in oracle 9 [message #468498 is a reply to message #468481] |
Fri, 30 July 2010 05:17 |
chuikingman
Messages: 90 Registered: August 2009
|
Member |
|
|
yes.
I alredy set audit)trail to DB.
Restart the database .....
Why the process do delete something in the table .
but in the dba_audit_trail cannnot find this update ????
what is wrong for below command ???
AUDIT ALL BY ACCESS;
AUDIT SELECT TABLE, UPDATE TABLE, INSERT TABLE, DELETE TABLE BY fireid BY ACCESS;
AUDIT EXECUTE PROCEDURE BY ACCESS;
AUDIT INSERT, UPDATE, DELETE ON sys.aud$ BY ACCESS;
anything wrong ????it is suppose to open all the udit for all the process access the db........
|
|
|
Re: table have been update/modify in oracle 9 [message #468529 is a reply to message #468498] |
Fri, 30 July 2010 10:08 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
I do not trust you did this as if you really executed what you posted no one but SYS can do something.
Post evidence: copy and paste all your SQL*Plus sessions. Give the full Oracle version.
Before, Please read OraFAQ Forum Guide, especially "How to format your post?" section.
Make sure that lines of code do not exceed 80 characters when you format.
Indent the code, use code tags and align the columns in result.
Use the "Preview Message" button to verify.
Regards
Michel
[Updated on: Fri, 30 July 2010 10:08] Report message to a moderator
|
|
|