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

相关推荐
n***s9093 小时前
【MySQL基础篇】概述及SQL指令:DDL及DML
sql·mysql·oracle
爬山算法3 小时前
Redis(158)Redis的主从同步问题如何解决?
数据库·redis·缓存
jnrjian5 小时前
FRA中 keep的backup set 不保险
sql·oracle
2501_941148156 小时前
多语言微服务架构与边缘计算技术实践:Python、Java、C++、Go深度解析
数据库
w***z506 小时前
MYSQL 创建索引
数据库·mysql
章鱼哥7307 小时前
[特殊字符] SpringBoot 自定义系统健康检测:数据库、Redis、表统计、更新时长、系统性能全链路监控
java·数据库·redis
5***E6857 小时前
MySQL:drop、delete与truncate区别
数据库·mysql
记得记得就1518 小时前
【MySQL数据库管理】
数据库·mysql·oracle
Austindatabases8 小时前
给PG鸡蛋里面挑骨头--杭州PostgreSQL生态大会
数据库·postgresql
秃了也弱了。8 小时前
MySQL空间函数详解,MySQL记录经纬度并进行计算
android·数据库·mysql