Registered account Login
Https://www.oracle.com/technetwork/database/enterprise-edition/downloads/oracle12c-windows-3633015.html
Incompatible installation
Installing an Oracle client on a WINDOWS10 system encountered an error (I am a WINDOWS10 64-bit OS)
After clicking on setup.exe during installation, it appears: [INS-13001] Environment does not meet the minimum.
Workaround:
In the extracted files into the database folder, find the stage to enter, and then go to the CVU folder, find the Cvu_prereq.xml file, open with Notepad, add a bit of content
?
1 2 3 4 5 6 7 8 |
<OPERATING_SYSTEM RELEASE="6.2">
<VERSION VALUE="3"/>
<ARCHITECTURE VALUE="32-bit"/>
<NAME VALUE="Windows 10"/>
<ENV_VAR_LIST>
<ENV_VAR NAME="PATH"MAX_LENGTH="1023"/>
</ENV_VAR_LIST>
</OPERATING_SYSTEM>
|
How you install the 64-bit, then change the 32-bit to 64bit! Save after the change. Re-click on the Setup.exe will not be out of this error hint!
Installation using tutorial 51345074
Oracal Database Installation Configuration Tutorial