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

相关推荐
骑着王八撵玉兔22 分钟前
【性能优化与架构调优(二)】高性能数据库设计与优化
数据库·性能优化·架构
想要入门的程序猿1 小时前
Qt写入excel
数据库·qt·excel
Q_970956392 小时前
java+vue+SpringBoo校园失物招领网站(程序+数据库+报告+部署教程+答辩指导)
java·数据库·vue.js
Wyc724092 小时前
Maven
java·数据库·maven
程序猿小D2 小时前
[附源码+数据库+毕业论文]基于Spring+MyBatis+MySQL+Maven+jsp实现的电影小说网站管理系统,推荐!
java·数据库·mysql·spring·毕业设计·ssm框架·电影小说网站
羊小猪~~2 小时前
数据库学习笔记(十七)--触发器的使用
数据库·人工智能·后端·sql·深度学习·mysql·考研
背太阳的牧羊人3 小时前
Neo4j 的向量搜索(Neo4jVector)和常见的向量数据库(比如 Milvus、Qdrant)之间的区别与联系
数据库·neo4j·milvus
liulun3 小时前
在浏览器中使用SQLite(官方sqlite3.wasm)
数据库·sqlite·wasm
IT项目管理4 小时前
达梦数据库DMHS介绍及安装部署
linux·数据库
你都会上树?4 小时前
MySQL MVCC 详解
数据库·mysql