download from net ,study for myself

2012-11-02

12:21 493人阅读

评论(0)

ERROR 1

INFO: Exception thrown from action: make

Exception Name: MakefileException

INFO: make: *** [client_sharedlib]

解决办法:

sudo mkdir /usr/lib64

ln -s /usr/lib/x86_64-linux-gnu/libpthread_nonshared.a

/usr/lib64/libpthread_nonshared.a

ERROR 2

INFO: /ld: cannot find /usr/lib64/libc_nonshared.a

INFO: make: *** [libc_nonshared]

解决办法:

sudo mkdir /usr/lib64

ln --s /lib/x86_64-linux-gnu/libc_nonshared.a

/usr/lib64/libc_nonshared.a

ERROR 3

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target 'idg4odbc' of makefile

'/opt/app/oracle/product/11.2/db_1/rdbms/lib/ins_rdbms.mk'. See

'/opt/app/oraInventory/logs/installActions2012-11-02_12-00-26PM.log'

for details.

Exception Severity: 1

INFO: Adding ExitStatus STOP_INSTALL to the exit status set

INFO: Finding the most appropriate exit status for the current

application

INFO: Exit Status is -4

INFO: Shutdown Oracle Database 11g Release 2 Installer

INFO: Unloading Setup Driver

解决办法:

sudo apt-get install gcc++

ln -s /usr/bin/basename /bin/basename

ERROR 4

INFO: make: *** [ctxhx] INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target 'install' of makefile

'/opt/app/oracle/product/11.2/db_1/ctx/lib/ins_ctx.mk'. See

'/opt/app/oraInventory/logs/installActions2012-11-02_12-26-30PM.log'

for details.

Exception Severity: 1

sudo apt-get install gcc-multilib

sudo apt-get install libstdc++5

ERROR 5

make: *** [emdctl] INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target 'agent nmhs' of makefile

'/opt/app/oracle/product/11.2/db_1/sysman/lib/ins_emagent.mk'. See

'/opt/app/oraInventory/logs/installActions2012-11-02_12-26-30PM.log'

for details.

Exception Severity: 1

ERROR

6

INFO: make: *** [liborasdkbase] INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target 'all_no_orcl' of

makefile

'/opt/app/oracle/product/11.2/db_1/rdbms/lib/ins_rdbms.mk'. See

'/opt/app/oraInventory/logs/installActions2012-11-02_12-26-30PM.log'

for details.

Exception Severity: 1

ubuntu oracle 卡住,ubuntu安装oracle 11gr2遇到的问题相关推荐

  1. Ubuntu 12.04下安装Oracle Express 11gR2

    Ubuntu 12.04下安装Oracle Express 11gR2 [我的笔记] 参考1:http://www.linuxidc.com/Linux/2012-09/71382.htm 参考2:h ...

  2. unix 安装oracle,linux上安装Oracle

    当前位置:我的异常网» Linux/Unix » linux上安装Oracle linux上安装Oracle www.myexceptions.net  网友分享于:2013-09-03  浏览:26 ...

  3. 通过复制oracle软件方式安装oracle数据库

    通过复制oracle软件方式安装oracle数据库情况只在以下几种情况下出现. 1.在目标服务器没有安装形图界面的. 2.两操作系统版本一致,本示例同为OEL5.8X64. 3.oracle安装用户u ...

  4. Oracle linux7.9安装 Oracle 19c

    Oracle linux7.9安装 Oracle 19c 整体步骤 首先安装VMware Workstation 16 Pro虚拟机软件,然后安装Oracle linux系统,再安装Oracle 19 ...

  5. sqldbx连不上oracle,SqlDbx连接oracle(无需安装Oracle客户端)

    下载地址:https://download.csdn.net/download/xzplinke/10428957 解压SqlDbx.zip,将SqlDbx放到C:盘根目录(C:\SqlDbx 路径是 ...

  6. ubuntu学习笔记之安装oracle客户端

    Oracle 为 Ubuntu 用户设立了专门的 apt 源服务器,只需要在 /etc/apt/source.list 中添加一行: deb http://oss.oracle.com/debian ...

  7. 在ubuntu 8.04下安装Oracle 11g

    Ubuntu下安装Oracle并不容易,须按步骤一步步的来,下面把图和步骤附下面,详细请见附件. 转载于:https://blog.51cto.com/dusong/141893

  8. ubuntu 14.04 64bit 安装 oracle 11g r2

    参考文章:http://tutorialforlinux.com/2016/03/09/how-to-install-oracle-11g-r2-database-on-ubuntu-14-04-tr ...

  9. ubuntu 64 12.04 oracle,Ubuntu 12.04 (amd64)安装Oracle 11g 总结

    五.添加对Oracle用户的内核限制,在/etc/security/limits.conf文件中增加以下数据,其中oracle是在第三步中创建的用户,跳过第三步的话就写当前用户. oracle    ...

  10. oracle软件静默安装程序,【oracle】静默安装 oracle 11gr2

    [序言] oracle 提供了静默安装方法在不适用图形界面的情况下安装 oracle 软件 ,创建db,配置netca,快速完成oracle 的部署. 在以下情形中可以使用静默安装 a OUI 的 G ...

最新文章

  1. 人工智能是否能开启人类世界新纪元?
  2. MySQL 性能优化的 9 种姿势,面试再也不怕了!
  3. Linux学习(七)---组管理和权限管理
  4. 增改删(python 版)
  5. IOS文章地址暂时记录
  6. python 多进程 调用模块内函数_进程创建fork()和multiprocessing模块Process类
  7. binary_search()、upper_bound()、lower_bound() 二分查找
  8. Nginx 架构——【核心流程+模块介绍】
  9. 什么是分布式微服务架构?-开课吧
  10. Thinking in Java 13.7扫描输入
  11. BroadCastReceive的理解和使用
  12. mysql1423_MySQL++简介 | 学步园
  13. Nginx配置防盗链和内核参数优化
  14. 阿里云OSS上传图片慢的处理方案
  15. 利用原生js实现随机点名
  16. IDEA 出现编译错误 Multi-catches are not supported a this language level 解决方法
  17. 怎么在笔记本电脑上弄html,笔记本电脑怎么设置wifi,小编教你笔记本电脑如何设置WIFI热点...
  18. html5拖放详解,HTML5拖拽/拖放(drag drop)详解
  19. win10亮度无法调节问题
  20. java获取text plain_request中获取post的json对象数据content-type=“text/plain”

热门文章

  1. 3.1实现顺序栈的各种基本运算
  2. Mac mini安装内存条和Xcode安装
  3. 强烈推荐 | 程序员七大生产力工具
  4. HTTP 错误 500.19 - 打开 IIS 网页时出现内部服务器错误
  5. ShaderForge-火焰溶解
  6. python怎么输入一个数字_python怎么输入数字
  7. 说说学习中的那点小焦虑
  8. 正则表达式字符数字匹配
  9. mysql 导出CSV文件 并带表头or字段
  10. Stata:gen和egen中的sum()函数异同