Installing Oracle is not very difficult, but sometimes it's easy because some small details cause installation to fail and waste a lot of time.
Here's a summary of the issues to be aware of when installing Oracle, and how to solve them
Issue 1: System Prerequisite Checks
Checking operating system requirements ...
Required result: one of the 5.0,5.1,5.2,6.0
Actual results: 6.1
Check complete. The overall result of this check is: Failure <<<<
The problem occurs because Oracle Database 11g is not certified in the current operating system.
WINDOW7 solution "If it's window8, change 6.1 to 6.2."
a) Open the "\oracle 10G \stage\prereq\db" path, locate the Refhost.xml file, open it, and add the following code to it and save it. <Operating_system> <VALUE= "6.1" /></operating_system>B) Open the "\oracle 10G \install" path, Locate the Oraparam.ini file, open it, add the following code to it, and save it. [windows-6.1-required] #Minimum display colours for OUI-runmin_display_colors=256#minimum CPU speed required for OUI#CP U=300[windows-6.1-optional]
issue 2:oracle supports installation on systems with DHCP-assigned IP addresses. "This problem occurs when checking the installation environment, network problems"
Solution: Install the Windows system and the outdated hardware virtual network card "in Device Manager--" operation-"add outdated hardware-" ... add a virtual network card, and then open the Network Sharing Center, find the card, arbitrarily set an IP address, where the installation of Oracle, click Retry. If not, go back to the previous step and click Next.
Issue 3: An OLE initialization error occurred while registering OCX
The problem occurs because the directory for the installation folder is in Chinese, or a space.
Solution: Select a folder that does not have Chinese and white space as the location for the installation.
Issues needing attention in "ORACLE" Installation (i)