博客
关于我
oracle sqlplus已停止工作,安装完成客户端后sqlplus报“段错误”
阅读量:793 次
发布时间:2023-02-24

本文共 1208 字,大约阅读时间需要 4 分钟。

Segmentation Fault When Execute Sqlplus, Oracle, Lsnrctl After New/Patchset Install

????Patchset???????????????SQL*Plus?Oracle?LSNRCTL???????Segmentation Fault????????????????????????????????????????????

??make.log?????????????????

  • /usr/bin/ld: skipping incompatible /usr/lib/gcc-lib/i386-redhat-linux/2.96/libgcc.a when searching for -lgcc
  • /usr/bin/ld: warning: i386 architecture of input file `/usr/lib/gcc-lib/i386-redhat-linux/2.96/crtbegin.o' is incompatible with i386:x86-64 output
  • /usr/bin/ld: warning: i386 architecture of input file `/usr/lib/gcc-lib/i386-redhat-linux/2.96/crtend.o' is incompatible with i386:x86-64 output
  • ????????????????????????????????????????????????

    ????

  • ???????gcc?g++?

    • ?root???????????
      cd /usr/binmv gcc gcc.scriptmv g++ g++.scriptln -s gcc32 gccln -s g++32 g++
    • ??Oracle????????????????
  • ???????????

    • ?root???????????
      cd $ORACLE_HOME/binmake -f ins_plsql.mk installchmod 755 /oracle/product/9.2.0/bin/sqlplus
    • ?????????????
  • ??????????

    • ????Oracle???????????
      systemctl restart listener
    • ??lsnrctl????LSNR?????
  • ????

    • ?????????????????????YUM????
    • ??????????????????Doc ID 316746.1??????????
    • ??????????????????????

    ???????????????Patchset?????????Segmentation Fault?????Oracle????????

    转载地址:http://ftpfk.baihongyu.com/

    你可能感兴趣的文章
    OpenSSL创建SSL证书
    查看>>
    openssl在cygwin下编译错误:CPU不支持x86_64(CPU you selected does not support x86-64 instruction set )
    查看>>
    openssl安装
    查看>>
    openssl安装
    查看>>
    OpenSSL生成root CA及签发证书
    查看>>
    Openstack CLI命令管理私有云主机实战(附OpenStack实验环境)
    查看>>
    openStack instance error 恢复
    查看>>
    openstack instance resize to
    查看>>
    openstack message queue
    查看>>
    openstack network:dhcp binding fail
    查看>>
    openStack openSource CloudComputing
    查看>>
    Openstack REST API
    查看>>
    OpenStack ussuri 私有云平台搭建企业级实战
    查看>>
    OpenStack 上部署 Kubernetes 方案对比
    查看>>
    Openstack 之 网络设置静态IP地址
    查看>>
    openstack 创建虚拟机的时候报错: Failed to allocate the network(s), not rescheduling.].
    查看>>
    OpenStack 存储服务详解
    查看>>
    openstack 导出镜像
    查看>>
    OpenStack 搭建私有云主机实战(附OpenStack实验环境)
    查看>>
    OpenStack 综合服务详解
    查看>>