1.
64 guests
Https://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html
32 Guests
Https://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html
Check the consent agreement before downloading
Two are downloaded and then extracted into a folder inside of Datebase
2. Installation Tutorials
Https://jingyan.baidu.com/article/e75057f2e7efcbebc91a89f4.html
3. Errors that may occur
Problem: INS-13001 environment does not meet minimum requirements
Workaround:
1 Find your extracted files, click Open database folder = = "Stage folder = =" CVU folder = = "Cvu_prereq.xml file, open cvu_prereq.xml file with Notepad;
2 Add the following content to <CERTIFIED_SYSTEMS>:
<operating_system release= "6.2" >
<version value= "3"/>
<architecture value= "64-bit"/>
<name value= "Windows ten"/>
<ENV_VAR_LIST>
<env_var name= "PATH" max_length= "1023"/>
</ENV_VAR_LIST>
</OPERATING_SYSTEM>
Ps:
If you are installing a 32-bit, then change the 64-bit to 32-bit after saving!
Issue: Prerequisite check failed, condition not compliant
Symptom Analysis: Oracle cannot check the availability of the environment because the default share is not turned on by the operating system
Solution: Turn on the default share for C drive and use C:/windows/system32/cmd.exe as administrator--"net share c$=c:"
If not, it is also possible to ignore it directly.
Download installation tutorials for Oracle and the issues that arise