Install 32-bit oracle10g under win10

In short, the installation steps are basically the same as those under win7, pay attention to the following points

1. Compatibility

Right-click the setup.exe file, "Properties" - "Compatibility" - "Run in Compatibility Mode" and select "windows XP (servicepack3)" to set the compatibility

2. Run as administrator

After setting the compatibility mode, do not double-click to open the setup.exe file, but right-click - run as administrator

 

Then install it normally...

 

(1) After installation, you can use sqlplus to connect to the database in cmd. The specific commands are as follows:

sqlplus sys/manager as sysdba,

The following errors may be reported:

SP2-1503: Failed to initialize Oracle call interface

SP2-1503: Failed to initialize Oracle tune SP2-0152

Solution: (first use only)

1. Find sqlplus.exe in the oracle\product\10.2.0\db_2\BIN directory   

2. Right-click - Properties - Compatibility - Check Run this program in compatibility mode - OK

3. Right click - run as administrator - then a black window will open, enter username: (username) password: (your password)

 

 

(2) When PLSQL Developer (32-bit software) is opened to log in to the database, it cannot log in

Workaround: (First time use only)

PLSQL Developer 32-bit software is in a 64-bit system. It is not possible to connect to the Oracle database after entering the correct user name and password normally. It is also a permission problem. Right-click PLSQL Developer and click "Run as administrator".

 

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326836984&siteId=291194637