Oracle8i installation on P4
Oracle 8i installation on P4
The ORACLE tutorial is: Installing Oracle 8i on P4. Method 1:
1. Copy the ORACLE software to the hard disk.
2. Run \ stage \ Components \ oracle. swd. jre \ 1.1.7.30/1 on the hard disk directory.
\ DataFiles \ Expanded \ jre \ win32 \ bin \ symcjit. dll file Renamed
Symcjit. old
3. Run the setup.exe file under the \ install \ win32 Directory for installation.
The premise is that Oracle products have not been installed on the machine. If yes, uninstall it before deleting the Oracle entry.
Method 2: (This method has been successfully installed, but it is troublesome. The core of this method is to add-nojit)
.. Copy only the install directory from the CD to the hard disk, say, e: \ temp.
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: \ stage \ products. jar)
* Change the "JRE_LOCATION" line to use the full path to the CD instead of
Relative path. (I. e .,
JRE_LOCATION = f: \ stage \ Components \ oracle \ swd \ jre \ 1.1.7 \ 1 \ DataFiles \ Expanded)
* Change the "OUI_LOCATION" line to use the full path to the CD instead of
Relative path. (I. e .,
OUI_LOCATION = f: \ stage \ Components \ oracle \ swd \ oui \ 1.6.0.9.0 \ 1 \ DataFiles \ Expanded
* 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: \ temp \ install \ win32 \ setup.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:
Assistants \ dbca \ dbassist. cl
Assistants \ dbma \ dbmig. cl
Assistants \ ifa. cl
Bin \ elogin. cl
Bin \ owm. cl
Ldap \ oidamdin \ oidadmin. cl
Network \ tools \ netasst. cl
Network \ tools \ netca. cl
Owm \ install \ instelogin. cl
Owm \ install \ instowm. cl
Edit the contents of the above files to add "-nojit" as shown below:
Command = ("C: \ Program Files \ Oracle \ jre \ 1.1.7 \ BIN \ JREW"-nojit-classpath ....
This is the only thing you need to add --> ^
Method 3:
Upgrade the jre of oracle.
<