在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. C语言 三级指针的应用

    //三级指针的使用 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #includ ...

  2. OpenGL2.0及以上版本中glm,glut,glew,glfw,mesa等部件的关系

    OpenGL2.0及以上版本中gl,glut,glew,glfw,mesa等部件的关系 一.OpenGL OpenGL函数库相关的API有核心库(gl),实用库(glu),辅助库(aux).实用工具库 ...

  3. oracle.jbo.JboException: JBO-29000: JBO-29000: Bad version number in .class file

    我在本地run Page的时候报以下错误. oracle.jbo.JboException: JBO-29000: JBO-29000: Bad version number in .class fi ...

  4. Vim中split的使用方法

    Vim中split的使用方法 一.作用 用split可以显示两个不同的文件:或者同时显示一个文件的两个不同地方:又或者并排比较两个文件.这一切都可以通过分割窗口实现.如下图,左边的两个窗口是mytoo ...

  5. C# 利用QRCode生成二维码图片

    网上生成二维码的组件是真多,可是真正好用的,并且生成速度很快的没几个,QRCode就是我在众多中找到的,它的生成速度快.但是网上关于它的使用说明,真的太少了,大都是千篇一律的复制粘贴.这是本要用它做了 ...

  6. NET中MSMQ的使用----附例子

    目录 一:MSMQ的一些理论上的知识 二:队列类型(Queue Type) 三:安装消息队列 四:在C#中Messagequeue class 五:MSMQ-发送消息到远程专用队列 六:例子   一. ...

  7. LeetCode-Count Univalue Subtrees

    Given a binary tree, count the number of uni-value subtrees. A Uni-value subtree means all nodes of ...

  8. 信息安全系统设计基础第一次实验报告 20135201&&20135306&&20135307

    信息安全系统设计基础实验 班级: 201353 姓名:张忻 张嘉琪 黄韧 学号:20135301 20135307 20135306 实验日期:2015.11.10 实验名称: S3C2410的lin ...

  9. 6.HBase In Action 第一章-HBase简介(1.2 HBase的使用场景和成功案例)

    Sometimes the best way to understand a software product is to look at how it's used. The kinds of pr ...

  10. JavaScript,php文件上传简单实现

    非ajax,非iframe,最原始使用file控件的文件上传,记录过程备忘.(同步,页面刷新) 实现目标,能够将文件上传到指定位置. 客户端用input的file控件: <form action ...