免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4425 | 回复: 6
打印 上一主题 下一主题

11g 2 32位安装失败 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-10-18 23:32 |只看该作者 |倒序浏览
我前几天硬盘分区合并失败,以前安装过11g2,它所在的分区oracle安装数据没有恢复,今天重新安装的时候,在第一步,检测必要条件时就失败,各种检测都失败。
如下图:


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


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

论坛徽章:
3
CU大牛徽章
日期:2013-09-18 15:16:55CU大牛徽章
日期:2013-09-18 15:18:22CU大牛徽章
日期:2013-09-18 15:18:43
2 [报告]
发表于 2010-10-19 08:12 |只看该作者
请通过卸载程序先把以前的安装的卸载后  然后重新安装

论坛徽章:
0
3 [报告]
发表于 2010-10-19 08:56 |只看该作者
请通过卸载程序先把以前的安装的卸载后  然后重新安装
duolanshizhe 发表于 2010-10-19 08:12


安装的程序没有恢复过来,所以我手动删除了服务、注册表,开始菜单里倒是能看到universal install,但进去显示什么都没安装。

论坛徽章:
3
CU大牛徽章
日期:2013-09-18 15:16:55CU大牛徽章
日期:2013-09-18 15:18:22CU大牛徽章
日期:2013-09-18 15:18:43
4 [报告]
发表于 2010-10-19 09:09 |只看该作者
哥们  请参考以下文档:

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.

论坛徽章:
3
CU大牛徽章
日期:2013-09-18 15:16:55CU大牛徽章
日期:2013-09-18 15:18:22CU大牛徽章
日期:2013-09-18 15:18:43
5 [报告]
发表于 2010-10-19 09:17 |只看该作者
哥们  最好去  otn上下载个deinstall  tool

Oracle De-install Utility (11.2.0.1.0) for Microsoft Windows (32-bit)

论坛徽章:
0
6 [报告]
发表于 2010-10-19 23:46 |只看该作者
按照那个说明删掉所有东西,能安装上了,不过检测内存那块儿仍然是失败,原因不明,也许和我用了一个虚拟硬盘有关,但卸载了。谢谢

论坛徽章:
3
CU大牛徽章
日期:2013-09-18 15:16:55CU大牛徽章
日期:2013-09-18 15:18:22CU大牛徽章
日期:2013-09-18 15:18:43
7 [报告]
发表于 2010-10-21 08:48 |只看该作者
内存检测失败可能是正常的,因为你分配的内存就是不够,可以忽略不计的!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP