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

相关推荐
努力成为AK大王1 天前
并发编程的核心挑战、优化方案与核心知识点总结
java·开发语言·数据库
En^_^Joy1 天前
Django开发:模板系统入门指南
数据库·django·sqlite
无关86881 天前
Redis Bitmaps 用户签到系统设计方案
数据库·redis·缓存
江华森1 天前
FastAPI 极速开发指南 — 从零到生产级 API 实战
数据库·fastapi
老纪1 天前
Redis分布式锁进第九零篇
数据库·redis·分布式
haven-8521 天前
MySQL事务ACID、隔离级别、MVCC、幻读解决
数据库·mysql
小高学习java1 天前
事务的边界问题,如何判断数据回滚时机。
java·数据库·后端
迷枫7121 天前
【无标题】
数据库
TDengine (老段)1 天前
TDengine 扫描算子 — TableScan、TagScan 与下推优化
大数据·数据库·物联网·时序数据库·tdengine·涛思数据
放下华子我只抽RuiKe51 天前
FastAPI 全栈后端(三):数据库与 ORM
前端·数据库·react.js·oracle·性能优化·前端框架·fastapi