I’m really stressed right now. I’m writing this hoping that someone with great knowledge can give me some advice.
My specific issue is as follows: I am installing Oracle Database 19.3.0 in silent mode on Windows 10, but I keep encountering the error "SEVERE: PRCZ-1082 : Failed to add Windows user or Windows group "REG-XSPY-NUM12$" to Windows group "USERS".
My computer info:
- Window 10.
- User login (admin): winki
- Computer name: REG-XSPY-NUM12
- Workgroup ID: DSTORES
- IsBuiltInAccount = true
I have searched a lot on the internet but still haven't found a solution."
=====================Log file======================================= '
INFO: WindowsSecurityException has occurred SEVERE: PRCZ-1082 : Failed to add Windows user or Windows group "REG-XSPY-NUM12$" to Windows group "USERS" WSE-000031: Unable to add user to operating system group.
INFO: Exception thrown from action: AddInstallUserToGroup enter code here Exception Name: WindowsSecurityException has occurred Exception String: Failed to add DSTORES\REG-XSPY-NUM12$ install user to %2% group
=========================================================================
Because the user 'REG-XSPY-NUM12$' does not exist on my machine at all. I’m curious why Oracle chose the machine name 'REG-XSPY-NUM12$' to add to the User group. Is there a way for us to use the username 'winki' instead of the machine name during the Oracle installation?
I hope to receive a response from you, thank you very much.