Oracle10g (32, 64-bit) is successfully installed in win7 (32, 64-bit ).
Win7-32-bit installation 32-bit oracle10g, win7-64 32-bit installation, 64-bit oracle10g can refer to this case.
Reference: http://blog.sina.com.cn/s/blog_96cb5d4c0101e6pm.html
Connection: http://pan.baidu.com/s/1kzBII
1. Installation prerequisites:
1.1 modify the file database \ stage \ prereq \ db \ refhost. xml in the decompressed directory of 10g (10201_database_win32) to add content (remove the # comment)
Note: 6.1 indicates the windows kernel version. The Windows 7 kernel version is 6.1 instead of 7.0.
1.2 modify the database \ install \ oraparam. ini file in the 10g (10201_database_win32) decompressed directory and add window7 authentication. The added content is as follows:
1.3 Disable windows UAC (User Account Control, User Account Control). In C: \ Windows \ System32 \ UserAccountControlSettings.exe, click, as shown in the following figure:
1.4 Add a network Adapter Microsoft LoopBack Adapter. The process is as follows:
Manually set an IP address (Any lan ip address ):
2. Installation
2.1、compatible model: the administrator privilege is limited to run the setup.exe program under the databasedirectory, for example:
2.2 check installation requirements:
2.3. Select the installation directory and whether to create the startup database, global database name, and Database Password (the password is used for SYS, SYSTEM, SYSADMIN, and DBSNMP ):
2.4 check the prerequisites. Next step:
2.5 installation:
Create a database instance:
2.6 After the installation is successful, configure the password (as needed ):
Installation is complete.
3. Test
3.1. test whether the Listener (Listener) is enabled. The Listener is successfully started, for example:
3.2. Test whether sqlplus can be used for connection:
Use sqlplus to log on to the command in the format of sqlplus user name/password @ Global database instance name as permission (NORMAL, SYSDBA, SYSOPER)
Go to the bin directory of the oracle installation directory, and run the following code to check whether the connection is successful :,
Use sys user login:
Use sqlplus.exe "/as sysdba" to log on:
Use the system user to log on:
The test is successful.
I am a 64-bit Win7 system, recently installed 32-bit oracle 10g client (client), also installed pl/SQL, cannot connect to the database
No problem with 32 databases installed on 64 computers. But I have never tried a 32-bit client. When the client fails to connect to the database, many cases are related to the environment variables. Which step did you display in the blank box?
In, teach 64-bit Win7 how to install 32-bit ORACLE 10G
After all the hardships, I finally installed the 32-bit oracle 10g for my work on 64-bit Windows 7. Do not ask me why I do not have 64-bit oracle or oracle 11g. This is the only reason for my work.
If you encounter all kinds of problems, you will not be able to bypass the detour and directly give the successful steps.
Oh ~~ Let's talk about the software environment:
Operating System: Windows 7 flagship Edition
Oracle Installation version: 10.2.0.1 Chinese version, upgrade to 10.2.0.3
The topic is as follows:
First, we need to remove the windows version check installed in oracle.
1. edit the file database/stage/prereq/db/refhost. xml in the installation package.
Add the following nodes
<OPERATING_SYSTEM>
<Version value = "6.1"/>
</OPERATING_SYSTEM>
2. edit the file database/install/oraparam. ini in the installation package.
Find the [Certified Versions] section and add windows 6.1 In the second line below, as shown below
Windows = 4.0, 5.0, 5.1, 5.2, 6.1
Remove "#" in front of windows, otherwise it will not work.
Second, we must disable the Windows 7 UAC. Don't be lucky. The installation will get stuck halfway through and there is no prompt form.
3. Run C:/Windows/System32/UserAccountControlSettings.exe to pull the control block to the bottom.
Finally, you must run the installer in the form of compatibility.
4、right: setup.exe click Properties-compatibility-check to run this program in compatible mode, select s xp sp3 from the drop-down list
After everything is complete, click setup to start installation.
Oracle installed? So excited? There are other software problems.