安装的问题论坛上太多了
自己搜索一下吧 有可能是CPU是P4的问题?
给个参考:
Install the latest Windows* 2000 Service Pack patch: http://www.microsoft.com/windows2000/downloads/ 
Create a temporary directory on your Intel Pentium® 4 processor server (e.g. \TEMP). 
Copy the contents of the Oracle* Server CD to the temporary directory created in step 2. 
Search the directory structure created in step 2 for the existence of the filename SYMCJIT.DLL. 
Rename each copy of the SYMCJIT.DLL to SYMCJIT.OLD. 
Run the SETUP.EXE from the \TEMP\install\win32 directory and install Oracle 8.1.x. 

解决方案 »

  1.   

    首先将Oracle安装程序拷到硬盘,然后将
    /stage/components/oracle.swd.jre/1.1.7/1/datafile/expanded/jre/win32/下面的symcjit.dll改为symcjit.old
    运行setup.exe文件开始安装 
      

  2.   

    在pentium 4上安装oracle
    1. 如果机器上从来没有安装过oracle817或其他版本的oracle,则可以把待安装所有文件解压到一个临时目录,例如解压在E盘的temp\install\disk1目录中,然后用搜索文件工具,找到所有的symcjit.dll文件,将其名字更改为symcjit.old,那么就可以直接运行disk1目录下的setup.exe文件,开始安装。
    2. 如果机器上曾经安装过oracle817,则需要完全卸载oracle,然后安装,步骤如下:
    ⑴开始->设置->控制面板->管理工具->服务
    停止所有Oracle服务。
    ⑵开始->程序->Oracle - OraHome81->Oracle Installation Products->Universal Installer
    卸装所有Oracle产品
    ⑶运行regedit,选择HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE,按del键删除这个入口。
    ⑷运行regedit,选择HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services,滚动这个列表,删除所有Oracle入口。
    ⑸运行regedit,搜索所有与oracle相关的项,并将其删除。
    ⑹从桌面上、STARTUP(启动)组、程序菜单中,删除所有有关Oracle的组和图标
    ⑺重新启动计算机,重起后才能完全删除Oracle所在目录
    ⑻删除与Oracle有关的文件,选择Oracle所在的缺省目录C:\Oracle,删除这个入口目录及所有子目录。
    ⑼把oracle所有待安装的文件解压到一个临时目录,例如解压在E盘的temp\install\disk1目录中。
    ⑽打开文件disk1\install\oraparam,做如下改动:
    ● SOURCE项改为SOURCE=e:/temp/install/disk1/stage/products.jar
    ● RE_LOCATION 项改为RE_LOCATION=e:/temp/install/disk1/stage/Components/oracle.swd.jre/1.1.7.30/1/DataFiles/Expanded/jre
    ● OUI_LOCATION项改为 OUI_LOCATION=e:/temp/install/disk1/stage/Components/oracle.swd.oui/1.7.1.9.0/1/DataFiles/Expanded
    ● JRE_MEMORY_OPTIONS 项改为JRE_MEMORY_OPTIONS=-nojit -ms16m -mx32m
    3. 运行disk1\install\win32\setup.exe,安装开始,根据提示做选择,安装下去,假设我安装在orcl817D目录下。
    4. 安装完毕后一些服务会报出错,不能启动,这些服务为:
    Net8 Configuration Assistant
    Database Configuration Assistant
    HTTP服务虽然启动,但是会报出一连串java.exe出错,可以点击开始->oracle (数据库名) ->oracle HTTP server->Stop HTTP Server来停止HTTP Server服务。
    安装完成了,可是全有问题,别急,耐心点,我会带你走向成功的。
    5. 安装完成后还需要做下面的工作,在下面的文件中增添“-nojit”项。
    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;
    6. 到这里4中的三项服务仍不能启动,还需要做以下工作:
    到java.sun.com网站下载jre软件,要1.4以上的版本,然后安装在你的机器上,安装完成后用其中的bin目录和lib目录覆盖\orcll817D\apache\jdk\jre下的bin目录和lib目录。到这里以上三个服务就可以顺利启动了。