Directory
I. The sybase12.5 for NT Version is installed on the win2000 platform. garbled Chinese characters are displayed on the interface.
2. sybase cannot be installed after the network is shared or copied to the local hard disk
Iii. Unable to start after sybase is installed
4. A deadlock occurs when syabse creates a device. Both windows and unix exist.
V. Oracle 8.1.x cannot run on P4 machines.
Content
I. The sybase12.5 for NT Version is installed on the win2000 platform. garbled Chinese characters are displayed on the interface.
The solution is as follows:
Note: This version is installed normally on the NT4 platform and garbled Chinese characters are displayed on the win2000 Platform Installation interface.
Step 1: copy the CD installer to the hard disk;
Step 2: Modify. shared_1.0jre1.2.2libfont.properties.zh.NT4.0 to. shared_1.0jre1.2.2libfont.properties.zh.NT5.0.
Because the win2000 kernel is actually NT5
II. The problem that sybase cannot be installed after the network is shared or copied to the local hard disk:
Check whether the installed parent directory contains Chinese characters. If the parent directory contains Chinese characters, the installation is incorrect. We recommend that you:
Step 1: copy the installer to the local device;
Step 2: Install the SDK in a folder without Chinese characters in the parent directory;
Iii. Unable to start after sybase is installed
Check whether db2 is installed on your machine. If DB2 is installed, sybase and DB2 share an environment variable LC_ALL. db2 uses ZH_CN, sybase uses ZH. If you want to use sybase, you have to change it to ZH. This problem is limited to 11.9.2.
4. A deadlock occurs when syabse creates a device. Both windows and unix exist.
Check whether your master device is too small. re-create the master, and the device is above MB.
V. Oracle 8.1.x cannot run on P4 machines.
We haven't met P4 in our lab. Appeared on Xinhuanet. I encountered this problem when I went to Xinhua News Agency to build the e5 demo environment. Run the oracle installer, just like the dongle not detected by Apsara, And the mouse turns into a funnel and returns to the arrow, so the CPU and MEM do not move.
Note: Only Oracle8.1X is on P4, and Oracle 9i is normal. The following is a solution for extracting data from the Internet.
Oracle 8i installation on P4
Method 1:
1. Copy the ORACLE software to the hard disk.
2. copy the hard drive directory file stageComponentsoracle. swd. jre1.1.7.30/1
The file DataFilesExpandedjrewin32insymcjit. dll is renamed symcjit. old.
3. Run the setup.exe file in the installwin32 directory for installation.
The premise is that Oracle products have not been installed on the machine. If yes, uninstall the registry and then delete the Oracle entry in the registry.
Method 2: (this method is successfully installed, but it is troublesome. The core of the method is to add-nojit)
.. Copy only the install directory from the CD to the hard disk, say, e: emp.
B. Open oraparam. ini and make the following modifications (Assuming CD drive is f :)
* Change the "SOURCE =" line to use the full path to the CD instead of
Relative path. (I. e., SOURCE = f: stageproducts. jar)
* Change the "JRE_LOCATION" line to use the full path to the CD instead
A relative path. (I. e .,
JRE_LOCATION = f: stageComponentsoracleswdjre1.1.71DataFilesExpanded)
* Change the "OUI_LOCATION" line to use the full path to the CD instead of
Relative path. (I. e .,
OUI_LOCATION = f: stageComponentsoracleswdoui1.6.0.9.01DataFilesExpanded
* Change the "JRE_MEMORY_OPTIONS" line to add "-nojit" as the first argument.
(I. e., JRE_MEMORY_OPTIONS =-nojit-ms16m-mx32m)
^
* Other entries shoshould remain the same
C. Launch setup.exe from the temporary location on your hard drive (I. e.
E: empinstallwin32setup.exe). This will use the modified
Oraparam. ini and pick up the information from the CD since the absolute
Locations are specified.
Choose a Custom install and choose not to create a database during
Install. This way, the Database Configuration Assistant will not be launched
During installation.
The Net8 Configuration Assistant will still be launched, and there is no way
To suppress it. You will need to kill the Net8 Configuration Assistant if it
Hangs due to the bug. The installation still will have been successful, and
You can run the DBCA and NetCA after installation.
To kill NetCA if it hangs during installation:
In the "Configuration Tools" window, highlight the "Net8 Configuration
Assistant "and click" Stop ". If that does not work, look for the most recent
JRE process using the Task Manager, and kill it manually. NOTE: the OUI
Itself will also have a jre process. Be sure to kill the one with the most
Recent date, which shocould be the jre process being used for Net8CA, not
One for OUI itself.
After killing the configuration tools and continuing through the installation
To the "End of Installation" screen, you should modify the configuration tools
To use "-nojit", then call the appropriate tools from the Start Menu.
Once installation is complete, each of the following files in the ORACLE_HOME
Needs to be modified:
Assistantsdbcadbassist. cl
Assistantsdbmadbmig. cl
Assistantsifaifa. cl
Binelogin. cl
Binowm. cl
Ldapoidamdinoidadmin. cl
Network ools
Etasst. cl
Network ools
Etca. cl
Owminstallinstelogin. cl
Owminstallinstowm. cl
Edit the contents of the above files to add "-nojit" as shown below:
Command = ("C: Program FilesOraclejre1.1.7BINJREW"-nojit-classpath ....
This is the only thing you need to add --> ^
Method 3:
Upgrade the jre of oracle.