Win7 The system interface is very beautiful, It is really good to use, but it also brings a lot of trouble to my learning. Especially this installation Oracle Others use XP The system is easy to install, but I cannot install it. To make it equally popular Win7 The following describes how to avoid detours. Win7 Install On Oracle10g But I used it. 8 Days, keep trying a variety of methods, installed and unloaded, finally come to the correct method Oh.
1. First, you have Oracle Download on the official website Vista Of 10g, ( 10203_vista_w2k8_x86_production_db.zip And 10203_vista_w2k8_x86_production_client.zip . The first is the server, and the other is the client ).
2. decompress the package and find /DB/disk1/stage/prereq/DB There Is A refhost. XML . In Add a node with the following content.
<! -- Microsoft Windows 7 -->
<Operating_system>
<Version value = "6.1"/>
</Operating_system>
Similarly, there is one in/DB/disk1/stage/prereq/db_prereqs/DBRefhost. xml.
3. in /DB/disk1/install There Is A oraparam. INI , add the following content
[Windows-6.1-required]
# Minimum Display colours for Oui to run
Min_display_colors = 256
# Minimum CPU speed required for Oui
# CPU = 300
[Windows-6.1-optional]
4. Decompress the client /Client/disk1/stage/prereq/client And /Client/disk1/stage/prereq/client_prereqs/client The following are also available: One Refhost. xml . Also do and step on them 2 Make the same changes. In /Client/disk1/install There is also Oraparam. ini . Also do and step on it 3 Make the same changes.
5. Remember to save every modification.
Finally, I will remind you that after oracle is installed, you may find that the startup is slow, so it doesn't matter, you only need to set all Oracle services in the service to manual, and then start the service when you need to use Oracle. Control Panel → system and security → management tools → services. Here, oraclejobschedulerxscj is disabled by default, so you do not need to set it as manual. If you only use SQL plus, you only need to start oracleservicexscj and oracleoradb10g_home1tnslistener. If you want to use a web-based OEM, you can start oracledb1_lexscj again. If you want to use iSQL * Plus, you can start oracleoradb10g_home1isql * Plus again. In this way, we can use the least amount of resources to complete my work.
Finally, we wish you a successful installation!