how to trace login attempts
Hello,
we log errors using database trigger "AFTER SERVERERROR ON DATABASE"
There are too many errors of the type
ORA-01017: invalid username/password; logon denied
that makes me suspicious.
Is it possible to trace the values of attempted username and password within database trigger "AFTER SERVERERROR ON DATABASE"?
Thank you,
Vladimir