Discuz教程网

11g 2 32位安装失败

[复制链接]
authicon 千度 发表于 2010-10-26 09:43:02 | 显示全部楼层 |阅读模式

我前几天硬盘分区合并失败,以前安装过11g2,它所在的分区oracle安装数据没有恢复,今天重新安装的时候,在第一步,检测必要条件时就失败,各种检测都失败。
如下图:

我点击全部忽略,强行安装,结果安装没结束,又报出下面这个玩意:

我把注册表中所有的oracle项目能删的都删了,有的删不掉,还有服务。我奇怪,这个检测内存跟以前安装也没有任何关系,怎么还进行不下去?



上一篇:详解RedHat AS5下安装Oracle 10g数据库
下一篇:如何提高查询速度
authicon duolanshizhe 发表于 2010-10-26 09:58:25 | 显示全部楼层

请通过卸载程序先把以前的安装的卸载后  然后重新安装
authicon fxbird 发表于 2010-10-26 10:19:19 | 显示全部楼层
请通过卸载程序先把以前的安装的卸载后  然后重新安装
duolanshizhe 发表于 2010-10-19 08:12
安装的程序没有恢复过来,因此我手动删除了服务、注册表,开始菜单里倒是能看到universal install,但进去显示什么都没安装。
authicon duolanshizhe 发表于 2010-10-26 11:12:58 | 显示全部楼层

哥们  请参考以下文档:
11.2: How to Manually Remove Oracle Server Software on Microsoft Windows Platforms [ID 1069034.1]   
--------------------------------------------------------------------------------
  修改时间 19-JUL-2010     类型 HOWTO     状态 PUBLISHED   
In this Document
  Goal
  Solution
  References
--------------------------------------------------------------------------------
Applies to:
Oracle Installation Procedures - Version: 11.2.0.1 and later   [Release: 11.2 and later ]
Microsoft Windows (32-bit)
Microsoft Windows x64 (64-bit)
Goal
Beginning with 11.2, the Oracle Universal Installer will no longer be used to remove Oracle software from an environment.  However, a new Deinstall tool will be shipped with the Oracle Products and will also be available for download on OTN (Oracle Tech Net at http://otn.oracle.com).
NOTE:  The recommended method to remove 11.2 Oracle Server or client software is to use the Deinstall tool.  However there are times when you must do a manual check to see all software and environment settings are properly deleted.  This document will overview the steps necessary to ensure all items are removed from the Windows environment.
Please refer to the Oracle Database Installation Guide 11g Release 2 (11.2) for Microsoft Windows for details on using the Deinstall tool.  You can find the 11.2 online documentation at http://www.oracle.com/pls/db112/homepage.
If you need to remove software from earlier versions, please refer to Note 208256.1  WIN: How to Remove a Single ORACLE_HOME and Its Traces on Microsoft Windows Platforms.
WARNING:
1. These procedures will also remove Oracle network configuration files, in a specific ORACLE_HOME.
2. If there are user written scripts and any other user generated files in the ORACLE_HOME, they will also be deleted.
3. Exercise extreme caution when removing registry entries!  Removing incorrect entries can severely compromise your computer/server and may require re-installation of the Windows Operating System.
Solution
1.  Ensure you are logged in as a user with Local Administrative privileges.
2.  Stop all Oracle services related to the ORACLE_HOME (if any are running):
Right click (My) Computer > Manage > Services and Applications OR Configuration > Services.
Check the Path to Executable field in the Service's Properties if you are unsure from which ORACLE_HOME the service is running.
Close the Services and/or Computer Management window.
3.  Remove any databases using the Database Control Assistant (DBCA) running out of the ORACLE_HOME you are removing.  Remove any listeners using Net Control Assistant (NetCA) running out of the ORACLE_HOME you are removing.
4.  Remove the ORACLE_HOME from the OUI inventory:
%ORACLE_HOME%\OUI\BIN\setup -detachHome ORACLE_HOME=%ORACLE_HOME%
5.  Remove entries in the registry:
Start the registry editor:  choose Start > Run > regedit.
Go to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_<ORACLE_HOME> and delete that entry.
Go to HKEY_LOCAL_MACHINE\SOFTWARE\ODBC.  Expand all subkeys and remove the key: "Oracle in <ORACLE_HOME>".
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services. Delete the keys where the name starts with Oracle and has an ImagePath string entry to the ORACLE_HOME to be deleted or a location under it.
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ocfs and delete that entry.
Close regedit.
6.  Clean up the environment settings:
Right click on (My) Computer > Properties > Advanced tab OR Advanced System Settings link > Environment Variables button.
Under System Variables section, review all variables for any reference to the deleted ORACLE_HOME.  Edit by removing the ORACLE_HOME from the string value (such as removing the home from PATH statement) or by deleting the entire variable.  Common examples are CLASSPATH, ORACLE_HOME, PATH, and PERL5LIB.
Click OK to save and exit System Properties.
7.  Clean up the start menu icons:
Right click on the Start button and choose Explore All Users.
Expand Programs folder.
Delete the folder Oracle - <ORACLE_HOME> and any subfolder.
8.  If this is the only ORACLE_HOME on the server, delete the Oracle folder under C:\Program Files.  DO NOT delete this if there are any other Oracle products on this server.  
9.  Reboot the Windows server.
10.  Go to the TEMP/TMP directory and delete all files and directories.
11.  Go to the ORACLE_HOME location and verify all folders/files have been removed.  
12.  Empty the Recycle Bin to clear all files.  
13.  If you are deinstalling an ORACLE_HOME in a clustered environment (ASM or DB), you will need to check the above steps on all nodes of the cluster.  
14.  If you are deinstalling an Oracle Clusterware Home (CRS_HOME), you will also need to do the following:
On all nodes, delete the clusterware drivers in the Windows drivers folder, usually C:\WINDOWS\System32\Drivers:
ocfs.sys  
oracleacfs.sys
oracleadvm.sys
oracleoks.sys
orafencedrv.sys
orafenceservice.sys
On all nodes in regedit, go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and remove entries for OraFenceService and ocfs (if exists).
Empty the Recycle Bin on all nodes.
From one of the nodes, reinitialize all shared disks to allow for a clean environment for reinstall.  Please see Note 341214.1 How To clean up after a Failed (or Successful) Oracle Clusterware Installation on Windows for detailed instructions and a download of cleanup tools.
Please note that you should reboot the server to allow proper cleanup of any disabled Oracle services and/or any removed items still resident in memory.
authicon duolanshizhe 发表于 2010-10-26 11:59:45 | 显示全部楼层

哥们  最好去  otn上下载个deinstall  tool
Oracle De-install Utility (11.2.0.1.0) for Microsoft Windows (32-bit)
authicon fxbird 发表于 2010-10-26 12:33:59 | 显示全部楼层

按照那个说明删掉所有东西,能安装上了,不过检测内存那块儿仍然是失败,原因不明,也许和我用了一个虚拟硬盘有关,但卸载了。谢谢
authicon duolanshizhe 发表于 2010-10-26 12:52:58 | 显示全部楼层

内存检测失败可能是正常的,由于你分配的内存就是不够,可以忽略不计的!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

1314学习网 ( 浙ICP备10214163号 )

GMT+8, 2025-6-18 10:45

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表