How to extract info from oracle audit files created on Operating System [message #656469] |
Thu, 06 October 2016 19:07 |
|
SSharma7985
Messages: 8 Registered: January 2011 Location: India
|
Junior Member |
|
|
Hi Experts ,
Is there some tool available to extract info from the oracle audit files . We enabled auditing on all our databases with audit_trail=OS and below mentioned to be audited .
AUDIT SESSION;
AUDIT SELECT TABLE, INSERT TABLE, DELETE TABLE, UPDATE TABLE, EXECUTE PROCEDURE BY ACCESS WHENEVER SUCCESSFUL;
IS there some oracle inbuilt package which can be used to generate auditing reports from audit files .
thanks,
saurabh
|
|
|
|
|
|
|
|
Re: How to extract info from oracle audit files created on Operating System [message #656503 is a reply to message #656484] |
Sat, 08 October 2016 12:24 |
|
EdStevens
Messages: 1376 Registered: September 2013
|
Senior Member |
|
|
SSharma7985 wrote on Fri, 07 October 2016 11:31thanks john for the suggestion , i was thinking of doing the same . I will test that on few databases .
Hi michel , requirement is to develop a weekly report which contains
1) who logged in(login time/logoff time/machine)
2) how many select queries were fired
3) how many DML's were fired
In case if some data leak is reported then we are supposed to provide a detailed report which contains which user fired what query at a given time .
Ok, sounds like you may be called upon to be able to answer a question like "How the H*** did WikiLeaks get hold of that?" To do that, just be aware that you are going to have to be auditing to a fairly fine level, and that will require a lot of disk space, depending on your retention requirements. You also need to look at the resulting audit records and make sure the have the necessary information. If they don't have it, then how you actually read and report those audit records is a moot point.
And if WikiLeaks (or something similar - even something totally internal to the organization) is really a concern, then you need to consider how to lock the barn door, in addition to simply getting a picture of who is coming and going.
|
|
|