Initial setup required for the execution of installer validation failed.
I tried to deploy the Oracle 12c client 32 bits on Windows 64 bits and I got the error from above right after the I chose the type of the installation.
As per above image, the cause of it is – ” Failed to access temporary location”
We an simply ignore prerequisite using below command.
setup.exe -ignorePrereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false"
Now it will work fine.
I tried to deploy the Oracle 12c client 32 bits on Windows 64 bits and I got the error from above right after the I chose the type of the installation.
As per above image, the cause of it is – ” Failed to access temporary location”
We an simply ignore prerequisite using below command.
setup.exe -ignorePrereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false"
Now it will work fine.
No comments:
Post a Comment