I am having an issue with Windows 10 environment variables.
I was attempting to perform an Oracle XE installation which failed and then rolled back.
My issue now is that the ORACLE_HOME env variable is stuck as the value set during installation. What is striking to me is that the value does not appear to be set anywhere.
It is only visible in the command line using set:
Cmd
C:\Users>set .... ORACLE_HOME=C:\app\product\21c\dbhomeXE ... System Properties
regedit
Computer\HKEY_CURRENT_USER\Environment
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
Policies
No local policies setting the variables via scripts, checked under:
User Configuration > Windows Settings > Scripts (Logon/Logoff)
The only other note is that the installation was also attempted under a different user.
Where else could this be set?



