oracle linux8.8上安装oracle 19c集群

1、操作系统版本告警

处理办法:export CV_ASSUME_DISTID=RHEL7.6

2、ssh互信故障

查看ssh版本

root@db1 \~\]# ssh -V OpenSSH_8.0p1, OpenSSL 1.1.1k FIPS 25 Mar 2021 处理办法-2个节点都需要操作 安装前配置 # mv /usr/bin/scp /usr/bin/scp.orig # echo "/usr/bin/scp.orig -T \\$\*" \> /usr/bin/scp # chmod 555 /usr/bin/scp # cat /usr/bin/scp 安装后还原 mv /usr/bin/scp.orig /usr/bin/scp mos文档 2555697.1 如果OpenSSH升级到8.x会有这个问题 Apply patch 30159782 before run "gridSetup.sh", see (Doc ID 1410202.1) for how to apply OneOff patch before run "gridSetup.sh". 3、应用补丁告警 OPatchauto session is initiated at Wed Oct 4 15:16:04 2023 System initialization log file is /u01/app/19.0.0/grid_1/cfgtoollogs/opatchautodb/systemconfig2023-10-04_03-16-14PM.log. Session log file is /u01/app/19.0.0/grid_1/cfgtoollogs/opatchauto/opatchauto2023-10-04_03-16-56PM.log The id for this session is IJ7S Shared home /u01/app/19.0.0/grid_1 can only be patched in nonrolling mode. OPATCHAUTO-72030: Execution mode invalid. OPATCHAUTO-72030: Cannot execute in rolling mode, as CRS home is shared. OPATCHAUTO-72030: Execute in non-rolling mode. OPatchAuto failed. OPatchauto session completed at Wed Oct 4 15:17:27 2023 Time taken to complete the session 1 minute, 14 seconds opatchauto failed with error code 42 处理办法: # export CV_ASSUME_DISTID=RHEL7.6后执行补丁命令

相关推荐
hnlucky25 分钟前
redis 数据类型新手练习系列——Hash类型
数据库·redis·学习·哈希算法
听闻风很好吃37 分钟前
DAY9:Oracle数据库安全管理深度解析
oracle
LucianaiB1 小时前
【金仓数据库征文】_AI 赋能数据库运维:金仓KES的智能化未来
运维·数据库·人工智能·金仓数据库 2025 征文·数据库平替用金仓
时序数据说2 小时前
时序数据库IoTDB在航空航天领域的解决方案
大数据·数据库·时序数据库·iotdb
.生产的驴2 小时前
SpringBoot 封装统一API返回格式对象 标准化开发 请求封装 统一格式处理
java·数据库·spring boot·后端·spring·eclipse·maven
AnsenZhu2 小时前
2025年Redis分片存储性能优化指南
数据库·redis·性能优化·分片
oydcm2 小时前
MySQL数据库概述
数据库·mysql
oioihoii2 小时前
C++23中if consteval / if not consteval (P1938R3) 详解
java·数据库·c++23
带娃的IT创业者3 小时前
《AI大模型趣味实战》基于RAG向量数据库的知识库AI问答助手设计与实现
数据库·人工智能
husterlichf4 小时前
MYSQL 常用数值函数 和 条件函数 详解
数据库·sql·mysql