上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 58 下一页
摘要: 本次 KB4497935 升级最主要修复当用户连接外接USB设备或 SD 存储卡时出现错误驱动器分配问题。详细升级内容可参阅官方英语版 :https://support.microsoft.com/zh-cn/help/449793...另外,请问你是否有尝试过微软官方的「易升」工具进行升级?没有的 阅读全文
posted @ 2021-06-27 11:34 雪竹子 阅读(1235) 评论(0) 推荐(0)
摘要: 这是我过去写的一个主题(了解 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)
摘要: 1.在线添加日志组成员 SQL> alter database drop logfile member '/u01/app/oracle/oradata/orcl/redo01a.log'; Database altered. SQL> alter database add logfile memb 阅读全文
posted @ 2021-06-24 13:50 雪竹子 阅读(1471) 评论(0) 推荐(0)
摘要: sqlplus "/as sysdba"set line 200 pagesize 200select 'alter database datafile '||chr(39)||file_name||chr(39)||' autoextend on;' from dba_data_files; 阅读全文
posted @ 2021-06-24 00:58 雪竹子 阅读(242) 评论(0) 推荐(0)
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 58 下一页