| Win7 Installing the Oracle 10g (Vista) method First download, 10203_vista_w2k8_x86_production_db (note to the next, otherwise there is no Refhost.xml file) Http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10203vista.html Then unzip, found in the directory Refhost.xml (there are two, my one is in the Stage\prereq\db directory, one is in the Stage\prereq\db_prereqs\db directory) to add the repair, add the following code: <!--Microsoft Windows 7--> <OPERATING_SYSTEM> <version value= "6.1"/> </ operating_system> And then you have to modify a Oraparam.ini file, in the install directory First in [certified Versions] #You can customise error message shown for failure, provide value for Certified_version_failure_mes SAGE #Windows =5.0,5.1,5.2, 6.0,6.1 Add the following code: #[windows-6.1-required] #Minimum display colours for OUI to run min_display_colors=256 #Minimum CPU speed requ ired for OUI #CPU =300 #[windows-6.1-optional] That's all you can do. Note: to be aware of the added location, the 6.1 Configuration code should be added after 6.0 How to configure Microsoft LoopBack Adapter to configure the primary network adapter for the system When installing oracle10g on a machine that uses DHCP to obtain an IP address, the following prompt appears. Checking network configuration requirements ... Check complete. The overall result of this check is: No <<<< issue: The installation detects that the primary IP address of the system is the DHCP-assigned address. Build motion: Oracle supports installation on systems with DHCP-assigned IP addresses. However, before you install, you must configure Microsoft LoopBack Adapter as your system's primary network adapter. For more information on installing software on a system configured with DHCP, see Installation Guide. For network monitoring, however, prompt Microsoft loopback Adapter, if it is a WN7 system, we need to perform the following steps: 1. Click the Start icon, enter "Hdwwiz" in the smart Search, right-click the program in the search results, and use " Run as administrator "mode to start. 2. According to the Operating System wizard, select Install I manually select hardware from list (advanced). 3. In the hardware list, select network adapter. 4. Select the Microsoft vendor, and in the right network adapter list, choose Microsoft Loopback Adapter, and then follow the wizard to complete the installation. Assigning a fixed IP is how you configure Microsoft LoopBack Adapter as the primary network adapter for your system. Do the following: 1.virtual PC setting in networking, the first to select Nat, the second to select Microsoft Loopback Adapter. 2. Configure the Microsoft Loopbak network connection IP in Microsoft Loopback Adapter and virtual machine systems to be the same network segment. For example 192.168.1.12, Gateway 255.255.255.0 If 10G is installed in the XP system, you can add this Before installing ORACLE10G, Control Panel-Add hardware-select "Yes, I have connected this device" Click Next-Choose Add New Hardware Device in the list-optional "Install Charge from manual ... "-Select in the next list "Microsoft Loopback Adapter"-Performs the installation. Set this network connection to a fixed IP, such as 192.168.0.1, then install Oracle 10g |