摘要: 这是我过去写的一个主题(了解 Oracle 补丁和新版本编号)。但是现在,在新的补丁概念(自 12.2 起)和编号更改(自 18c 起)已经存在一段时间并且已经稳定之后,我认为是时候在新帖子中总结新的补丁/版本控制了,所以这里是. Oracle 数据库版本、支持和升级 总结一下,Oracle 决定放 阅读全文
posted @ 2021-06-25 15:56 雪竹子 阅读(312) 评论(0) 推荐(0)
摘要: Applying patch is one of the important task for DBA. I will discuss here how to apply PSU patch on your RAC database including DR for 12c and 11g. Pat 阅读全文
posted @ 2021-06-25 15:42 雪竹子 阅读(462) 评论(0) 推荐(0)
摘要: Rolling upgrade patch :- The rolling upgrade refers to upgrading different databases or different instances of the same database (in a Real Applicatio 阅读全文
posted @ 2021-06-25 15:29 雪竹子 阅读(1091) 评论(0) 推荐(0)
摘要: Upgrade Oracle Database Manually from 12.2.0.1 to 19c (NON-CDB) Table of Contents_____________________________________________________________________ 阅读全文
posted @ 2021-06-25 15:21 雪竹子 阅读(391) 评论(0) 推荐(0)
摘要: Oracle 最近发布了 2021 年 4 月的 12cR2 版本更新(补丁 32507738)。这篇文章将介绍如何使用最新的 RU 修补 Oracle 12cR2 数据库。(对于 19.11 RU,请阅读如何应用版本更新 19.11.0.0.0(补丁 32545013))。 步骤 1:安装最新的 阅读全文
posted @ 2021-06-25 14:40 雪竹子 阅读(385) 评论(0) 推荐(0)
摘要: https://dbs-service.cn/a/306.html 阅读全文
posted @ 2021-06-25 14:20 雪竹子 阅读(300) 评论(0) 推荐(0)
摘要: 1. 当前连接会话数以及当前并发连接个数 -- 当前活跃用户会话数Select count(*) from v$session where status='ACTIVE' and USERNAME is not null;-- 当前活跃系统会话数Select count(*) from v$sess 阅读全文
posted @ 2021-06-25 13:43 雪竹子 阅读(1861) 评论(0) 推荐(0)