0
I work at an institution where we use an application that connects to an ORACLE database.
Recently the BD user password has been changed, and the message Account is locked appears frequently...
I believe that some user’s computer is with the password outdated, then when it opens the application it tries to connect using the wrong password and locks the BD user... It is possible to identify the IP or name of the computer who is trying to make these accesses?
make an appointment at
v$sessions
and see who’s doing it– David