A large number of event_id 4625: An account failed to log on [message #680409] |
Wed, 13 May 2020 11:05 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/4e131c50ace92befef210198e77e948b?s=64&d=mm&r=g) |
gepy
Messages: 5 Registered: May 2020
|
Junior Member |
|
|
Hello,
Actually we have this problem :
During standard oracle db installation a local user (eg ORAuser) is always created on the db server, which is a member of local groups such as: ORA_ASMDBA; ORA_INSTALL; ORA_OraDB12Home1_DBA. It is not a member of any other local groups such as Users, Power Users, or Administrators.
In EventLog on domain controllers in particular and some other db servers, I have been recording invalid logon attempts (Event_ID: 4625, reason for rejection: non-existent user) of this ORAuser for a long time. There are hundreds to thousands of (rejected) login attempts per day. If we shuts down the Oracle db to perform offline backups, these events do not occur.
Why is the local ORAuser trying to log on to other domain servers? Our DB Admin doesn't know the answer to that, but everything works for him, including applications, he has no bugs in his logs, so he doesn't care. He checked Rman, scripts for backup, scheduled tasks, etc., but he found nothing ![Sad](/forum/images/smiley_icons/icon_sad.gif)
Any idea?
Thank you very much!
|
|
|
|
|
|
|
|
|
|
|
Re: A large number of event_id 4625: An account failed to log on [message #680440 is a reply to message #680436] |
Thu, 14 May 2020 04:06 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/102589.gif) |
Michel Cadot
Messages: 68733 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Oracle services must have read/write access to Oracle installation directory, database files directories (for the instance service)...
Here the documentation for Windows and your version: Platform Guide for Microsoft Windows
This chapter will help you: About Windows Services for Oracle Database
Quote:Depending on the type of database installation and user account used as the Oracle Home User, Windows services run under low-privileged, non-administrative accounts such as a LocalService, or an authenticated Windows User Account, or as a high-privileged Local System Account (LSA) in Oracle home.
So I think the answer to your question is you can change it.
Note: Up to Windows XP and Oracle 11gR2 I used LOCAL SERVICE, now I use the installation local user account (which is the recommended option during installation).
|
|
|