Directory
First, sybase12.5 for NT version in the Win2000 platform installation, the interface characters appear garbled problem
Second, Sybase after the network share or copy to the local hard disk, still can not install the problem
Third, after the installation of Sybase can not start the problem
Iv. Syabse deadlock When creating a device, both win and Unix exist
Five, oracle8.1.x version on the P4 machine installation program does not run problems
Content
First, sybase12.5 for NT version in the Win2000 platform installation, the interface characters appear garbled problem
The solution to the problem is as follows:
Note: This version of the NT4 platform installed in normal, Win2000 platform installation interface in Chinese garbled.
Step1: Copy the CD installation program to the hard disk;
Step2: Modify. shared_1.0jre1.2.2libfont.properties.zh.nt4.0 for. shared_1.0jre1.2.2libfont.properties.zh.nt5.0
Because the Win2000 kernel is actually NT5
Second, Sybase after the network share or copy to the local hard disk, still can not install the problem:
Check that the installed parent directory has Chinese, there is a problem with the installation in Chinese, suggest:
Step1: Copy the installer to the local;
Step2: Placed in the parent directory without Chinese characters in the folder under the installation;
Third, after the installation of Sybase can not start the problem
Just give one of the reasons, check whether your machine installed DB2, if installed db2,sybase and DB2 shared an environment variable LC_ALL,DB2 use is the zh_cn,sybase use is en, if you want to use Sybase, had to indulge to EN, The problem is limited to 11.9.2
Iv. Syabse deadlock When creating a device, both win and Unix exist
Check to see if your master device was built too small, recreate master, and have more than 150M of equipment.
Five, oracle8.1.x version on the P4 machine installation program does not run problems
Because our laboratory does not have the P4, hehe, has not met in here. Appeared in the Xinhua net. Last time I went to the Xinhua news Agency to build e5 demo environment again encountered this problem. Run Oracle installer, just like the fly did not detect a cryptographic dog, the mouse into a funnel and restore the arrow, the CPU and mem do not move.
Note: The problem is limited to oracle8.1x on P4, Oracle 9i is normal. The following is an online excerpt solution
Oracle 8i installation on P4
Method One:
1, copy the Oracle software to the hard disk.
2, the hard disk directory file STAGECOMPONENTSORACLE.SWD.JRE1.1.7.30/1
DataFilesExpandedjrewin32insymcjit.dll's file is renamed Symcjit.old.
3. Run the SETUP.exe file from the Installwin32 directory for installation.
The premise: There are no Oracle products installed on the machine. If available, uninstall first, and then delete the Oracle entries in the registry.
Method Two: (This method owner successfully installs, but more troublesome, the core of the method is 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 a
Relative path. (i.e., Source=f:stageproducts.jar)
* Change the ' jre_location ' line ' to ' use the ' full path ' to the CD instead of
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 a
Relative path. (i.e.,
oui_location=f:stagecomponentsoracleswdoui1.6.0.9.01datafilesexpanded
* Change the ' jre_memory_options ' line to add '-nojit ' as the ' the ' '.
(i.e., jre_memory_options=-nojit-ms16m-mx32m)
^^^^^^
* Other entries should remain the same
C. Launch Setup.exe from the temporary location on your hard (drive.
E:empinstallwin32setup.exe). This would 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 the
Install. This way, the Database Configuration Assistant won't be launched
During installation.
The Net8 Configuration Assistant would still be launched, and there is no way
to suppress it. You'll need to kill the Net8 Configuration Assistant if it
Hangs due to the bug. The installation still would 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 isn't work, look for the most recent
The JRE process using the Task Manager, and kill it manually. Note:the OUI
itself would also have a JRE process. Be sure to kill the one with the most
Recent date, which should is the JRE process being used for NET8CA, not the
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 called 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 thing your need to add--> ^^ ^^ ^^
Method Three:
Upgrade the JRE with Oracle Band.