Oracle 8i installation on P4 _oracle

Source: Internet
Author: User
Tags relative win32
The Oracle tutorial you are looking at is: Oracle 8i installation on P4. Method One:

1, copy the Oracle software to the hard disk.
2, the hard disk directory file \STAGE\COMPONENTS\ORACLE.SWD.JRE\1.1.7.30/1
\datafiles\expanded\jre\win32\bin\symcjit.dll's file is renamed
Symcjit.old
3. Run the SETUP.exe file from the \install\win32 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 succeeds installs, but more troublesome, the method core is adds-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 a
Relative path. (i.e., Source=f:\stage\products.jar)

* Change the ' jre_location ' line ' to ' use the ' full path ' to the CD instead of a
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 a
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 ' 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:\temp\install\win32\setup.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:

assistants\dbca\dbassist.cl
assistants\dbma\dbmig.cl
assistants\ifa\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 thing your need to add--> ^^ ^^ ^^

Method Three:
Upgrade the JRE with Oracle Band.
<

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.