To Find All The 'Failed Log Ins' Through Audit Report [message #493680] |
Wed, 09 February 2011 06:19 |
|
oraQ
Messages: 57 Registered: January 2011
|
Member |
|
|
I have to find all the 'failed log ins' through audit report. then it has to be uploaded to a table. Can anyone suggest me how to do that? The script, either in windows or unix should be reusable and can read files one by one.
Thanks in advance.
|
|
|
|
|
|
|
|
|
|
|
Re: To Find All The 'Failed Log Ins' Through Audit Report [message #494647 is a reply to message #494363] |
Wed, 16 February 2011 05:02 |
|
oraQ
Messages: 57 Registered: January 2011
|
Member |
|
|
Thanks Michael for the suggestion.I am back for more inputs again. As suggested, we have to collect the audit information from the list of .aud files present in a log table. The log table has the files with information like ORACLE_HOME = path_name,System name(Linux),Node name,Release,Version,Machine,Instance name,Oracle process number,Unix process pid,SESSIONID,ENTRYID,RETURNCODE etc.We don't want a table for this, but a log table for performance issues. I Appreciate for quick help in this regard.
Thanks.
|
|
|
|
|
|
Re: To Find All The 'Failed Log Ins' Through Audit Report [message #494674 is a reply to message #494670] |
Wed, 16 February 2011 08:10 |
|
Michel Cadot
Messages: 68729 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote:I mean to say we don't want to query a table for this, but we need to get the details from a log table
You repeat the same thing, it is not clearer. What is a log table if it is not a table? How to you get the information from a table without querying it?
Quote:As suggested to me, We need to track the failed log in users from the log where the files are in .aud format. There are thousands of .aud files from which I need to segregate the failed ones. Hope, I have given the clear picture now.
I suggested to "query DBA_AUDIT_SESSION" not to use file system auditing mode.
Regards
Michel
|
|
|