当前位置: 首页 > news >正文

ARM环境openEuler2203sp4上部署19c单机问题-持续更新

问题01、报错如下

orcl:/home/oracle@db15> export CV_ASSUME_DISTID=RHEL8
orcl:/home/oracle@db15> $ORACLE_HOME/runInstaller -applyPSU /soft/37642901
Exception in thread "main" java.lang.UnsatisfiedLinkError: /u01/app/oracle/product/19.0.0/db_1/oui/lib/aarch64/liboraInstaller.so: libnsl.so.2: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1937)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1853)
at java.lang.Runtime.loadLibrary0(Runtime.java:843)
at java.lang.System.loadLibrary(System.java:1134)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:388)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:130)
at oracle.sysman.oii.oiip.oiipg.OiipgEnvironment.getEnv(OiipgEnvironment.java:201)
at oracle.sysman.oii.oiip.oiipg.OiipgPropertyLoader.getDefaultInvPtrLoc(OiipgPropertyLoader.java:239)
at oracle.sysman.oii.oiip.oiipg.OiipgPropertyLoader.initUnixPtrFileLoc(OiipgPropertyLoader.java:231)
at oracle.sysman.oii.oiip.oiipg.OiipgPropertyLoader.<clinit>(OiipgPropertyLoader.java:131)
at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.isCleanMachine(OiipgBootstrap.java:487)
at oracle.sysman.oii.oiii.OiiiInstallAreaControl.isCleanMachine(OiiiInstallAreaControl.java:3796)
at oracle.install.library.util.InventoryInfo.isInventoryExist(InventoryInfo.java:252)
at oracle.install.ivw.common.driver.InstallerPatchDriver.init(InstallerPatchDriver.java:191)
at oracle.install.ivw.common.driver.InstallerPatchDriver.main(InstallerPatchDriver.java:319)

处理办法:

# ln -s /lib64/libnsl.so.1 /lib64/libnsl.so.2

问题02、报错如下

Error in invoking target 'clean rat_on part_on dm_on olap_on sdo_on rac_off dnfs_off' of makefile '/u01/app/oracle/product/19.0.0/db_1/rdbms/lib/ins_rdbms.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.

处理办法:

# mkdir -p /opt/rh/devtoolset-8/root/usr/bin/
# cd /opt/rh/devtoolset-8/root/usr/bin/
# ln -s /usr/bin/ar ar
# ln -s /usr/bin/as as

问题03、报错如下

orcl:/home/oracle@db15>$ORACLE_HOME/runInstaller -applyPSU /soft/37642901
Preparing the home to patch...
Applying the patch /soft/37642901...
Successfully applied the patch.
The log can be found at: /tmp/InstallActions2025-07-08_04-01-55PM/installerPatchActions_2025-07-08_04-01-55PM.log
Launching Oracle Database Setup Wizard...

The response file for this session can be found at:
/u01/app/oracle/product/19.0.0/db_1/install/response/db_2025-07-08_04-01-55PM.rsp

You can find the log of this install session at:
/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log
Error in invoking target 'links proc gen_pcscfg procob' of makefile '/u01/app/oracle/product/19.0.0/db_1/precomp/lib/ins_precomp.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'idg4odbc' of makefile '/u01/app/oracle/product/19.0.0/db_1/rdbms/lib/ins_rdbms.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'itnsping' of makefile '/u01/app/oracle/product/19.0.0/db_1/network/lib/ins_net_client.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/19.0.0/db_1/ctx/lib/ins_ctx.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/19.0.0/db_1/plsql/lib/ins_plsql.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'all_no_orcl' of makefile '/u01/app/oracle/product/19.0.0/db_1/rdbms/lib/ins_rdbms.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/19.0.0/db_1/network/lib/ins_net_client.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/19.0.0/db_1/sqlplus/lib/ins_sqlplus.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'clientonlyinstall' of makefile '/u01/app/oracle/product/19.0.0/db_1/ldap/lib/ins_ldap.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'ioklist' of makefile '/u01/app/oracle/product/19.0.0/db_1/network/lib/ins_nau.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/19.0.0/db_1/srvm/lib/ins_srvm.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'utilities' of makefile '/u01/app/oracle/product/19.0.0/db_1/rdbms/lib/ins_rdbms.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'iokdstry iokinit' of makefile '/u01/app/oracle/product/19.0.0/db_1/network/lib/ins_nau.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/19.0.0/db_1/network/lib/ins_net_server.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'itrcroute' of makefile '/u01/app/oracle/product/19.0.0/db_1/network/lib/ins_net_client.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.
Error in invoking target 'irman ioracle idrdactl idrdalsnr idrdaproc' of makefile '/u01/app/oracle/product/19.0.0/db_1/rdbms/lib/ins_rdbms.mk'. See '/tmp/InstallActions2025-07-08_04-01-55PM/installActions2025-07-08_04-01-55PM.log' for details.

处理办法

未解决,测试中

http://www.dtcms.com/a/270412.html

相关文章:

  • VM上创建虚拟机以及安装RHEL9操作系统并ssh远程连接
  • 大模型系列——RAG-Anything:开启多模态 RAG 的新纪元,让文档“活”起来!
  • Proface触摸屏编程软件(GP-Pro EX)介绍及下载
  • 金融行业信息
  • 力扣-75.颜色分类
  • Sentinel入门篇【流量治理】
  • 行业实践案例:医疗行业数据治理的挑战与突破
  • 【RAG知识库实践】数据源Data Source
  • ABP VNext + .NET Minimal API:极简微服务快速开发
  • B. Shrinking Array/缩小数组
  • Web后端实战:(部门管理)
  • 数据结构*搜索树
  • 二极管常见种类及基本原理
  • 【牛客刷题】小红的red字符串
  • MyBatis-Plus:提升数据库操作效率的利器
  • AB实验的长期影响
  • 【数据结构】复杂度分析
  • SpringBoot框架完整学习指南
  • [创业之路-489]:企业经营层 - 营销 - 如何将缺点转化为特点、再将特点转化为卖点
  • 钉钉企业应用开发技巧:在单聊会话中实现互动卡片功能
  • 学习日记-spring-day43-7.8
  • 基于物联网架构的温室环境温湿度传感器节点设计
  • 扣子Coze纯前端部署多Agents
  • WouoUI-Page移植
  • Java-Collections、Map
  • H3初识——入门介绍之常用中间件
  • 11款常用C++在线编译与运行平台推荐与对比
  • ffmpeg 中config 文件一些理解
  • Flutter基础(前端教程②-卡片列表)
  • study_WebView介绍