Notifications
Clear all

OracleServiceXE - Error 1069: The service did not start due to a logon failure

4 Posts
3 Users
3 Likes
14.2 K Views
0
Topic starter

A developer is having a problem getting Oracle 18 XE to work.

There error message is: "Windows could not start the OracleServiceXE service on Local Computer.

Error 1069: The service did not start due to a logon failure."

screenshot:

image

What is the best way to solve this issue?

1 Answer
3
Topic starter

The following is a solution to this error:

  1. Open the Windows Services dialog
  2. Right click on OracleServiceXE
  3. Select Properties
  4. Enter the password
  5. Click OK
Screenshot (37)
Ravi Abram 2022-11-10 14:18:43
This post was modified 1 year ago by Ravi Abram

@gmerrill - This happens quite often on the local machine where it is using this account: NT SERVICE\OracleServiceXE
and needs the default password, which probably is being stored incorrectly somewhere. Is there a place to permanently correct this?

Greg Merrill 2022-11-10 14:35:28

@rabram I have had some luck changing my oracle service and oracle tns listener service to use Local System, which doesn't require a password. Not 100% sure it will work on all envs, but it works for me.

image
Ravi Abram 2022-11-10 15:12:28

@gmerrill - it seemed to run well until I started loading data, and it did not work okay unless sqlplus loads. Also saw some server errors in the log as it ran. But I will try it out.