I need to upgrade all the clients station to 12c, however I encountered following error
[INS-30131] Initial setup required for the execution of installer validations failed
When I click on detail
Cause - Failed to access the temporary location.
Action: Ensure that the current user has required permissions to access the temporary location.
This error occur when I try to install Oracle 12c for Windows
The solution to this is to execute following command
1. If you see following services running
OracleRemExecServiceV2stop it
2. Share the C:\ with following command
C:\>net use \\localhost\C$
2.a. If you encountered following error
C:\>net use \\localhost\c$Try following to fix above issue
System error 53 has occurred.
The network path was not found.
Right Click - My Computer -> Properties -> Advance system settings -> Remote (TAB) -> Tick, Allow connections only from computer running Remote Desktop with Network Level Authentication (more secure) -> Apply
Then try again the net use command, final result should look like following
C:\>net use \\localhost\c$
The command completed successfully.
Try to run the setup.exe again.