在linux 中安装Oracle 11G 的时辰呈现

[INS-20802] Oracle Net Configuration Assistant failed

是oracle数据库的鼓掌,须要补丁p8670579_112010_LINUX

解决办法:

1. Oracle帐号操纵,上传补丁到/u01下,解压。(在oracle用户可能没权限转移,用root转移)

[oracle@dbserver u01]¥ cd 8670579/

[oracle@dbserver 8670579]¥ ls
etc  files  README.txt
2. 
打补丁要重视下,选择Optch目次一般在ORACLE_HOME 目次下(下面再次切换oracle用户,免得提示不可)

[oracle@dbserver 8670579]¥ ¥ORACLE_HOME/OPatch/opatch apply 
-invPtrLoc ¥ORACLE_HOME/oraInst.loc
Invoking OPatch 
11.1.0.6.6

Oracle Interim Patch Installer version 11.1.0.6.6
Copyright 
(c) 2009, Oracle Corporation.  All rights reserved.

Oracle Home       
: /u01/app/oracle/product/11.2.0/db_1
Central Inventory : 
/u01/app/oraInventory
              : 
/u01/app/oracle/product/11.2.0/db_1/oraInst.loc
OPatch version    : 
11.1.0.6.6
OUI version       : 11.2.0.1.0
OUI location      : 
/u01/app/oracle/product/11.2.0/db_1/oui
Log file location : 
/u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch2012-08-02_21-22-59PM.log

Patch 
history file: 
/u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch_history.txt

--------------------------------------------------------------------------------
The 
patch has more than one Archive Action but there is no Make 
Action.
--------------------------------------------------------------------------------
ApplySession 
applying interim patch ""8670579"" to OH 
""/u01/app/oracle/product/11.2.0/db_1""
Interim patch 8670579 is a superset of 
the patch(es) [  8670579 ] in OH /u01/app/oracle/product/11.2.0/db_1
OPatch 
will rollback the subset patches and apply the given patch.

Running 
prerequisite checks...
Prerequisite check "CheckActiveFilesAndutables" 
failed.
The details are:

Following executables are active 
:
/u01/app/oracle/product/11.2.0/db_1/lib/libnnz11.so
ApplySession failed 
during prerequisite checks: Prerequisite check "CheckActiveFilesAndutables" 
failed.
System intact, OPatch will not attempt to restore the 
system
--------------------------------------------------------------------------------
The 
following warnings have occurred during OPatch execution:
1) 
OUI-67078:Interim patch 8670579 is a superset of the patch(es) [  8670579 ] in 
OH 
/u01/app/oracle/product/11.2.0/db_1
--------------------------------------------------------------------------------

OPatch 
failed with error code 74

成功安装 ,然后重试

解决:[INS-20802] Oracle Net Configuration Assistant failed的更多相关文章

  1. linux安装oracle 报错[INS-20802] Oracle Net Configuration Assistant failed 解决办法

    [INS-20802] Oracle Net Configuration Assistant failed 首先从LinuxIDC.com下载这个补丁包,然后用 unzip p8670579_1120 ...

  2. [INS-20802] Oracle Net Configuration Assistant failed

    [INS-20802] Oracle Net Configuration Assistant failed.在安装Oracle 11g R2时出现了该错误提示.以前安装的时候没有碰到过类似的错误.原来 ...

  3. [INS-20802] Oracle Net Configuration Assistant failed,Caught UnknownHostException

    在64位Centos上安装64的oracle 11g R2,出现错误: [INS-20802] Oracle Net Configuration Assistant failed 根据提示查看日志文件 ...

  4. Oracle12c client安裝報錯[INS-20802] Oracle Net Configuration Assistant failed完美解決

    Doc ID 2082662.1 1.錯誤碼 Installation Of Oracle Client 12.1.0.2.0 (32-bit) Fails With An Error Message ...

  5. Oracle Net Configuration Assistant failed异常的解决方案

    来自:http://blog.itpub.net/25851087/viewspace-1419440/ 分类: Oracle [环境参数]     Host OS::Win7 32bit     C ...

  6. 安装ORACLE服务出现Oracle Net Configuration Assistant 失败问题【我】

    安装ORACLE服务出现Oracle Net Configuration Assistant 失败问题 本地安装oracle11g,报错提示: 参考下面文章: 报错原因: 主要是对文件系统的访问权限问 ...

  7. Oracle安装过程中Oracle Database Configuration Assistant失败问题解决

    今天在安装Oracle的过程中出现了oracle Database Configuration Assistant问题,我解决该问题的方法是将我的计算机用户名更改了一下,改成了pc1.之后再在orac ...

  8. [INS-20802] Oracle Database Configuration Assistant 失败

    1.错误原因    [INS-20802] Oracle Database Configuration Assistant 失败 2.错误原因 3.解决方案 版权声明:本文博主原创文章.博客,未经同意 ...

  9. Linux下安装oracle提示INS-20802 Oracle Net Configuration Assistant

    安装oracle的时候,在最后install过程中,突然弹出INS-20802 :Oracle Net Configuration Assistant 错误. 查了一些资料,也尝试了很多,但是最终尝试 ...

随机推荐

  1. [原]iBatis.Net(C#)系列一:简介及运行环境

    转载请注明http://www.cnblogs.com/13590/archive/2013/02/27/2934580.html 摘要:介绍iBatis.Net的基本情况和运行原理,运行环境中各参数 ...

  2. 淘宝账号基于OAuth2.0的登录验证授权登陆第三方网站

    首先得有一个注册的appkey和App Secret   该流程分三个步骤: 第一步:通过用户授权获取授权码Code: 第二步:用上一步获取的Code和应用密钥(AppSecret)通过Https P ...

  3. C++创建对象的两种方式

    C++创建对象有两种方式,在栈上创建对象(Objects on the Stack)和在堆上创建对象(Objects on the Heap). 假设我们有以下的类: #include <str ...

  4. Android中对JSONArray数组的指定项进行删除,更新。

    首先假设有这么一个JSONArray JSONArray Array1;JSONArray ITEM = new JSONArray(); name为你获取要删除的字段名称,IETM就是你删除后得到的 ...

  5. 学习Shell脚本编程(第1期)_Shell命令行书写规则

    Shell命令行的书写规则 对Shell命令行基本功能的理解有助于编写更好的Shell程序,在执行Shell命令时多个命令可以在一个命令行上运行,但此时要使用分号(:)分隔命令,例如: [root@l ...

  6. 20145215《Java程序设计》第5周学习总结

    20145215<Java程序设计>第五周学习总结 教材学习内容总结 异常处理 语法与继承架构 异常就是程序在运行时出现不正常情况,异常的由来是因为Java把出现的问题封装成了对象,换句话 ...

  7. jenkins publish over ssh使用

    1.在需要远程的ubuntu服务器上生成密钥,指令:ssh-keygen   一路默认下去,会在~/.ssh目录下生成 id_rsa(私钥).id_rsa.pub(公钥) 2.复制公钥文件id_rsa ...

  8. 4.HBase In Action 第一章-HBase简介(1.1.2 数据创新)

    As we now know, many prominent internet companies, most notably Google, Amazon, Yahoo!, and Facebook ...

  9. struts1日期转换处理

    问题场景 最近在维护公司旧的系统(用的struts1框架)的时候,在日期处理的时候,我将日期设定为Date类型,结果报以下错误: javax.servlet.ServletException: Bea ...

  10. SSH框架总结(框架分析+环境搭建+实例源码下载)

    来源于: http://blog.csdn.net/shan9liang/article/details/8803989 首先,SSH不是一个框架,而是多个框架(struts+spring+hiber ...