When you use win7 to install oracle10g, it is likely that the related oraparam is displayed. if you are unable to install oracle10g due to an ini-related exception, follow these steps.
1. First, find and open the "\ oracle 10g \ stage \ prereq \ db \ refhost. xml" file, edit the file, and append the following code:
<OPERATING_SYSTEM>
<Version value = "6.1"/>
</OPERATING_SYSTEM>
2. Find the "\ oracle 10g \ install \ oraparam. ini" file and edit and append the following code:
[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]
3. After editing and saving the preceding two files, find the setup application in the oracle Installation File, right-click and select "compatibility troubleshooting", and click "Try suggested Settings ", select "Startup Program ";
4. Install oracle 10 Gb until the installation process is complete;
According to the above steps, oracle may not be able to be normally used, such as "sqlplus". In this case, the permission problem is designed, which can be solved through the above methods:
1. In the installation directory, find "oracle \ product \ 10.2.0 \ db_1 \ binqiang, right-click sqlplus.exe", and select "properties". On the "compatibility" tab, select "run this program in compatible mode", select "window xp (service pack3)", click the "run this program as administrator" check box, and click "OK.
2. If the slave node is remotely operating the data warehouse, perform the preceding settings on launch.exe in the same way.
3. If an error occurs when using plsql developer, perform the preceding operations as above.