We have set our default profile to lock accounts after 10 failed logins. and I set up an even that runs every 5 min in 9i oem that does a user defined sql test
SELECT COUNT(*)
FROM dba_users
WHERE account_status = 'LOCKED(TIMED)'
operator is >= 1
i then force an account to lockout after 10 failed attempts but it never triggers the event? Any ideas?
Bookmarks