Installing Oracle19c under Windows 10 prompts "Unable to add **\** installation user to ** group" solution

Problem Description

Operating system: window10
Database version: Oracle19c

The machine is prompted to install Oracle19c无法将 ZHOUQUAN\zhouquan 安装用户添加到 %2% 组。
insert image description here

problem causes

According to the log in the installation dialog box, find and open
insert image description here
the log error message:

INFO: WindowsSecurityException has occurred
Severe: PRCZ-1082 : Unable to add Windows user or Windows group "zhouquan" to Windows group "USERS"
WSE-000031: Unable to add user to operating system group.
O/S-Error: (OS 1387) The member does not exist, so it cannot be added to or removed from the local group.
Caused by: oracle.ops.mgmt.nativesystem.NativeException: WSE-000031: Unable to add user to operating system group.
O/S-Error: (OS 1387) The member does not exist, so it cannot be added to or removed from the local group.
INFO: Exception thrown during operation Error: AddInstallUserToGroup
Exception Error Name: WindowsSecurityException has occurred
Exception Error String: Failed to add ZHOUQUAN\zhouquan install user to %2% group.
Exception Error Severity: 0
Information: WindowsSecurityException has occurred
Severity: PRCZ-1082 : Unable to add Windows user or Windows group "zhouquan" to Windows group "USERS"
WSE-000031: Unable to add user to operating system group.
O/S-Error: (OS 1387) The member does not exist, so it cannot be added to or removed from the local group.
INFO: Exception thrown during operation Error: AddInstallUserToGroup
Exception Error Name: WindowsSecurityException has occurred
Exception Error String: Failed to add ZHOUQUAN\zhouquan install user to %2% group.
Exception Error Severity: 0

solution

WIN+R run "lusrmgr.msc" to open the user group management Add
insert image description here
insert image description here
the group that reports an error in the log
insert image description here
insert image description here
Add the group corresponding to oracle, and then click Apply -> OK

insert image description here

If it appears during the installation process 无法将 ZHOUQUAN\zhouquan 安装用户添加到 %2% 组。
, click to continue (it is a continuous crazy point...then it will not pop up)

insert image description here

Guess you like

Origin blog.csdn.net/qq_29864051/article/details/131265751