oracle installation error [INS-30131] execute the installation program needed to verify the initial setup failed (unable to access the temporary location) Solution!

Oracle12c recently installed on the computer, when installed, an error check is performed in steps environment when:

[INS-30131] required to execute the setup program verification failed initial setting (temporary location inaccessible)

Finally, in the online search solutions, under special record, to prevent later use:

1. Install the server for

Execute command cmd:
switch to the oracle installation directory, run: setup.exe -ignorePrereq -J "-Doracle.install.db.validate.supportedOSCheck = false "

 

2. Install the server for

In cmd execute the command:

Oracle to the installation directory, run: setup.exe -ignorePrereq -J "-Doracle.install.client.validate.clientSupportedOSCheck = false" 

ps: when installing oracle12c client needs to install a 32-bit (winnt_12c_client32), before I installed the 64-bit (winx64_12102_client64), the results can not connect on and pl / sql

Guess you like

Origin www.cnblogs.com/web424/p/11079808.html