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后执行补丁命令

相关推荐
小菜同学爱学习9 分钟前
第一章 初识达梦数据库:基础认知与环境准备
数据库·达梦
zhoutongsheng13 分钟前
如何解决ORA-01078参数文件错误_pfile与spfile互相创建恢复
jvm·数据库·python
m0_7162550014 分钟前
批处理一道例题+答案解析+批处理知识点总结 | 批处理高频易错场景 + 正确写法对照表
数据库·oracle
2401_8242226916 分钟前
HTML怎么标注字数限制提示_HTML实时字数统计占位【详解】
jvm·数据库·python
稀饭过霍31 分钟前
数据类型【TINYINT、SMALLINT、INT、BIGINT、decimal(18,2)】表示意思
数据库
俺不要写代码35 分钟前
数据库:DML
数据库·oracle
这个DBA有点耶38 分钟前
两张百万级大表JOIN跑崩了?试试这3招
数据库·代码规范
IntMainJhy44 分钟前
「Flutter三方库sqflite的鸿蒙化适配与实战指南:从入门到踩坑的本地数据库开发全记录」
数据库·flutter·华为·信息可视化·数据库开发·harmonyos
counting money1 小时前
Spring框架基础(依赖注入-全注解形式)
java·数据库·spring
计算机安禾1 小时前
【Linux从入门到精通】第33篇:数据库MySQL/MariaDB安装与基础调优
linux·数据库·mysql