Oracle 8i is not installing

Dear Sir,
Oracle 8i is not installing in my system. The setup comes within a fraction of seconds without raising any error . I have PIV 1.5 GHZ with 128 MB RAM. I tried with Win NT,Win 2000,
Win 2000 Advanced Server, Win XP but i faced the same problem in all the versions. There is also problem with JRE and java.

There are problems with Pentium IV
Known Software Issue(s)
CPUID detection for Intel. Pentium. 4 processor system:
Intel has identified that applications which use the Symantec Just in Time Compiler library file ("symcjit.dll" for Microsoft Windows* operating system and "symc_jlt.nlm" for Novell Netware* 5.1) may not run properly on Pentium. 4 processor systems because the library does not properly identify the processor. The failure typically is that the affected application such as Oracle 8i, simply terminates. Under Microsoft Windows*, the properties of the DLL are: "Symantec Java! JustInTime Compiler Version 3.10.107 for JDK 1.2 Copyright (C) 1996-99 Symantec Corporation Dynamic Link Library file". DLLs older than this will also not work. To confirm the version you are using, select the DLL, right click on the selected DLL and select Properties, and then the Version tab. Intel encourages all Software developers to do the following immediately:
Check if your application(s) uses the Symantec Just in Time Library file
Request an updated library file from your provider
Test your application with the new library file on Pentium. 4 processor system
Ensure you have plans in place to provide application updates and address customer concerns
*Other brands and names are property of their respective owners
Workaround
~~~~~~~~~~
Not only will OUI be affected by this bug, most of the post-install
configuration tools will also be affected. Running these tools with "-nojit"
specified will avoid the hang, but it is not simple to specify "-nojit" for
some of the products.
The following workaround works for the Windows operating system:
a. 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 first argument.
(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 (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 the
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 should be 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 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\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 --> ^^^^^^
Then, launch the necessary tools, like Net8CA and DBCA from the Start Menu.
Patches
~~~~~~~
Currently there is not a patched installer available to deal with this
problem, the workaround listed above must be used.
References
~~~~~~~~~~
INSTALLER FAILS WHEN RUNNING ON NEW PENTIUM 4 (IV) PROCESSORS
INSTALLER FAILS WHEN RUNNING ON NEW INTEL PENTIUM 4 (IV) PROCESSORS

Similar Messages

  • Procob32 oracle component is not installed

    Hi All,
    procob32 oracle component is not installed in my VM . i checked in oracle_home/bin directory. it is not there . o/s version is linux and my oracle version is 11.1.0.7.0 . so can anyone help me how to install this particular procob32 component?.

    Hi, Jasmine!
    I had the same problem today and contacted Apple. They suggested deleting the SC Info directory but, it had no effect. The other suggestion they provided me was to completely remove iTunes, reinstall it, and reauthorize the computer. I followed the directions EXACTLY as indicated in the article listed below, and now everything is fine again.
    Since you are unable to authorize your purchases just like I was, I would recommend uninstalling/reinstalling iTunes.
    To uninstall iTunes, please follow the steps in this article:
    Removing iTunes for Mac OS X
    http://support.apple.com/kb/HT1224
    After you've uninstalled iTunes and removed the related files, you will need to reinstall it. You can download the latest version (which is 9.1) free of charge from the iTunes website:
    http://www.itunes.com/download
    After you've reinstalled iTunes, please ensure you have the latest version
    of QuickTime installed. iTunes 9.1 requires QuickTime 7.6 or later. You can find the latest version here:
    http://www.apple.com/quicktime/download
    I hope this works for you. It did for me.

  • Oracle 9i - did not install with SQL Loader

    Installed Oracle 9i (standard, personal would not install) on XP home edition but SQL Loader did not come this this and I would like to import to 9i. How can I accomplish this? I can not locate any tools included in the installation.
    Thank you!!!

    I think the SQL Loader do not come with Oracle personal edition, at least it didn't on my 8.0.x personal edition before.
    But I think there are few options:
    1. You may install Enterprise edition administrator client on the same machine. It comes with some admin tools like sql loader (sqlldr or sometime it may be some different name with different version). Be very careful on versions, if it may conflick with your existing version, you may consider to install to a new Oracle home and make sql net connection to connect your personal edition's home and then sql load.
    2. The faster way and the prefered way is to install ODBC driver, use some other Windows application like FoxPro to read a file and insert into Oracle via ODBC.
    3. Use Oracle Forms to connect your database and use Text I/O commands to read file and then insert into database.
    Hope this help.

  • Oracle 10g would not install

    I uninstalled 10g and now trying to reinstall it but it says - can not install because of internal error. What to do???
    help

    Check the installActions log file for the exact error message and then search for known issues. You may also use the -debug -logLevel finest with the runInstaller to get debug information in the log and the err file.

  • Oracle Discoverer Administrator not installed with FMW 11.1.1.6 on windows 7 64 bit machine

    Hi,
    Recently I install the Oracle FMW 11.1.1.6 with Oracle Forms, Reports and Discoverer , 11g database and RCU successfully on windows7 64bit machine. I can able to access the Forms, Reports, Discoverer Plus and viewer thorugh URl successfully.
    But I'm not able to see the Oracle Discoverer Adminstrator to create the EUL for creating the connection though the Oracle Discoverer Plus it's give me the error "You do not have access to any End User Layer tables".
    I have also run the Repository Creation Utility against 11g R2 database which created a DEV_DISCOVERER schema.
    I don't how to create the End User Layer tables.
    These are the two URl I found after the installation for the discoverer:
       Discoverer Viewer URL: http://localhost:8888/discoverer/viewer
       Discoverer Plus URL    : http://localhost:8888/discoverer/plus
    Thanks in Advance

    Toufic Wakim wrote:
    Did you mean to say 11.1.1.2 and not 11.1.2?
    11.1.2 works fine on Windows 7 (64 bit).
    11.1.1.2 does not support windows 7 (64 bit). 11.1.1.3.01 was released a fews weeks back that supports windows 7 (64 bit).Hi Toufic,
    Yup, i mean hyperion 11.1.2..
    Now, the smartview has been successfully installed in my system. First, i tried to uninstall the my smartview and delete all registry that point to my smartview. and then i tried to re-install the smartview version 11.1.2, and now, it's work.
    Thanks Toufic..
    Regards,
    VieN

  • Oracle Developer Suite not installing

    Hello all.
    Please, I am trying to install the Oracle Devoper Suite on a Vista Home Premium and followed the steps to do it. After entering my SMTP server name, the installation will disappear and I really don't know what to do about it. I set the compatibility as requested, and now I would not know if this is linked to the edition of my Vista.
    Regards,
    MN

    I disabled the One Care anti virus and really don't know what is the problem, I tried to bypass the SMTP server at first and really could not get something tangible. I don't know if not having a local DB running is a problem, I have been at this task since morning and the installation could not pick at first, but after seeing Steve recommendations, I was able to start it, but as mentioned, it fails somewhere and I don't know maybe pasting the logs here could show you that there is no error thrown. And I noticed that the privilege level is disabled, but am able to run it by right clicking and choosing run as Administrator.
    Regards,
    UDPFlag = null
    Query Returned: 8889
    Setting variable 's_httpPort' to '8889'. Received the value from the variable calculation.
    *** Entering Component: oracle.developer.forms.builder installation
    Calling Query generalQueries10.1.0.3.0 getOSName
    Query Returned: NT_X86
    Setting variable 'SO_EXT' to 'so'. Received the value from the variable calculation.
    Calling Query generalQueries10.1.0.3.0 getOSName
    Query Returned: NT_X86
    Setting variable 'PROD_LIBDIR' to 'lib'. Received the value from the variable calculation.
    Calling Query generalQueries10.1.0.3.0 getOSName
    Query Returned: NT_X86
    Setting variable 'OS_CHECK' to 'NT_X86'. Received the value from the variable calculation.
    Calling Query generalQueries10.1.0.3.0 getOSName
    Query Returned: NT_X86
    Setting variable 'OHOME_LIBDIR' to 'lib'. Received the value from the variable calculation.
    Calling Query generalQueries10.1.0.3.0 getenv
    name = LD_LIBRARY_PATH

  • Oracle sql developer not installing or start on mac os x 10.9

    Hello ,
    i installed oracle sql developer 4 , on macbook pro with retina display , 10.9
    and when i click the icon it's still loading and no response !! i leave it 1 hour and the same problem .
    i have attached the screenshot ,
    please check it 

    i use no problem.

  • Personal Oracle 8i does not install in Windows ME

    Yesterday (8/5/02), I downloaded Oracle8i Personal Edition Release 3 Version 8.1.7 for Windows 98.
    (took five hours on a DSL line, which is why I didn't go for 9i which is twice the size) File psoracle81798.zip
    I get an error message indicating that there are no products for Windows 95 available. I am using Windows ME which is a repackaged version of Win 98.
    If not this, what product would be apropriate for Window ME?
    Thanks

    Hey
    Are you seeing any error messages at all? How's your internet connection for other apps/websites?
    Try downloading the installer using an incognito window in Google Chrome.
    Let me know if it still doesn't work!
    Thanks :)

  • Oracle Database Creation without Installing Software

    Hi All guru's,
    I just have a query, I have 2 Servers with OS Solaris and DB Version is 10.2.0.1.0 which is installed on one server and not on second one. Is there any possibility that i can create a database on the second server where oracle software is not installed by using the server where Oracle software is installed.
    Thanks in advance

    Vikas Kohli wrote:
    I done the ORACLE_HOME clone from the server where Oracle software is installed and paste on second server where Oracle Server is not installed
    Now i think i need to go to oui folder and start the oui.
    Kindly correct me if i am wrongThis wan't the question which you asked before. Please try to ask question based on what you already have done. However please go through following doc as it depends upon the type of cloining done
    Master Note For Cloning Oracle Database Server ORACLE_HOME's Using the Oracle Universal Installer (OUI) [ID 1154613.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Is it possible oracle vm could be installed on exsiting os ,such as redhat?

    Hello ,any one had ever try this ?

    Oracle VM is not installed on any OS. It goes straight on the bare metal.
    Sergio

  • I am trying to install oracle 11g xe on ubuntu aws instance when i execute sudo /etc/init.d/oracle-xe configure command iam getting this error: sudo: /etc/init.d/oracle-xe : command not found

    i am trying to install oracle 11g xe on ubuntu aws instance when i execute sudo /etc/init.d/oracle-xe configure command iam getting this error: sudo: /etc/init.d/oracle-xe : command not found.

    "command not found" means ... there is no such thing.
    Has the .rpm been installed?
    http://docs.oracle.com/cd/E17781_01/install.112/e18802/toc.htm#XEINL122

  • Oracle forms 6i (Pentium 4, Win98) "Can not install"

    I have a "customized" Oracle interface that was created in Oracle forms 6. I have successfully used this form on Windows 95 Clients but now I must switch to a Windows 98 O/S on a Pentium 4 machine. I actually had to download a special Oracle Installer to install the 8i Client, but I now need to load a newer version of the Forms "run-time" and can not install it from the 6i forms download. Any suggestions would be more than appreciated.

    Forms 6i installation in Windows98 should not give any trouble. Hope you
    have checked the memory. You should have 128MB memory to install
    Forms6i. In Runtime you may not actually require that much of memory but
    to install you reuire that (Please see Hardware requirement for Form6i).

  • Oracle xml DB and text features are not installed

    HI,
    I installed Sql developer 3.0 ,oracle 11g and jdk 7 on centos 5.when iam running sql developer its showing error message oracle xml DB and text features are not installed.
    pls anyone help me out.
    thanks
    srinivas
    Edited by: srinivas on Oct 17, 2011 4:49 AM

    may be help you
    Re: Connection Error - Oracle XMLDB and Text Features are not installed.

  • Oracle Not Installing

    Hi
    I am running Windows XP Professional 64 bit version and I downloaded Oracle 11g along with Client from Oracle's website, but it is not installing.
    Download from the website was successful and also successfully unzipped. I then doubled clicked the setup icon, whiched launched the console window, but then I get an error message, which repeats down the console window "Unable to create file error 23".
    When I downloaded the package, I did ensure that it was the 64bit version I downloaded. Further, I checked on Oracle 10g R2, and this gave the same error message. The funny thing is that Oracle 10g Express installed, but I don't want the express version.
    Can someone please advise me on how to correct this problem to get the install to work?
    Thanks

    Hello,
    You wrote:
    The funny thing is that Oracle 10g Express installed, but I don't want the express version.Do you mean that you made several Oracle installations ?
    Did you choose the 11.1.0.6 or the 11.1.0.7 version (starting with Windows 2008) ?
    You may check the requirement before the installation on the enclosed link:
    [http://download.oracle.com/docs/cd/B28359_01/install.111/b32305/toc.htm]
    Hope it can help.
    Best regards,
    Jean-Valentin

  • Oracle 10g not installing successfully in Windows Vista.

    Dear Gurus,
    Last week I bought a HP Pavlion Laptop with Windows Vista Operating System. Yesterday I tried to install Oracle 10g Database in it but got some errors during the installation and also it is not successfully installed. Even though there is no problem with the Software.
    Please tell me whether Oracle 10g is supported in Windows Vista. If not what is the version of Oracle should I install. I urgently need Oracle Database to be installed in my Laptop, please suggest what can be done.
    Thank you.
    With Kind Regards,
    Senthil Alagu .P.

    You may be interested in reading Oracle on Vista: Statement of Direction on the topic.
    Incidentally, which version of Vista is it? Oracle tend to only support the professional/business editions of Windows.
    Cheers, APC

Maybe you are looking for

  • Email addresses in Mail into Address Book

    Is there a quick way to export all the email addresses from my emails stored in Mail into my Address Book? Thanks in advance, Jamie

  • Background job RDDIMPDP is not scheduled. Please run report RDDNEWPP.

    Dear Guru's,                  I am having a problem during transportation. i am not able to transport to quality system.And the tp system logs shows following error messages:- WARNING: System GNQ. Warning.        20071105123442 : ERROR:       Backgro

  • InDesign showing error while loading EPS -  Urgent HELP!

    Hello All, While importing one of the EPS in InDesign CS5.5, I'm getting the below error: RangeCheck error occurred creating the screen display for the imported EPS. The EPS will draw as grey box. The actual EPS may not print and will not export as P

  • Hindi data in database appears as ???????????

    Hi I have inserted hindi data from oracle forms client which as NLS_LANG as american_america.UTF8. into a column in database which as nvarchar(1000) The database charactersets are NLS_CHARACTERSET WE8MSWIN1252 NLS_NCHAR_CHARACTERSET AL16UTF16 The dat

  • Moving an entire selection in the timeline, keeping selection in tact?

    Hello, is it possible to make a selection and that lock the length of the selection in place while you move it to another location on the timeline? Or if not, is it possible to set a marker range and lock that in place then drag the marker range to a