#1322
Oracle – Tracking failed logon attempts
enable audit :
audit create session whenever not successful;
Check audit result :
select os_username, username, terminal, to_char(timestamp,'MM-DD-YYYY HH24:MI:SS') from dba_audit_trail;
[Ansible] CLI : limit to specific list of hosts The Difference Between ROW_NUMBER(), RANK(), and DENSE_RANK()
http://www.dba-oracle.com/t_tracking_counting_failed_logon_signon_attempts.htm