摘要:
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 阅读全文
摘要:
Rolling upgrade patch :- The rolling upgrade refers to upgrading different databases or different instances of the same database (in a Real Applicatio 阅读全文
摘要:
Upgrade Oracle Database Manually from 12.2.0.1 to 19c (NON-CDB) Table of Contents_____________________________________________________________________ 阅读全文
摘要:
1. 当前连接会话数以及当前并发连接个数 -- 当前活跃用户会话数Select count(*) from v$session where status='ACTIVE' and USERNAME is not null;-- 当前活跃系统会话数Select count(*) from v$sess 阅读全文
摘要:
1.在线添加日志组成员 SQL> alter database drop logfile member '/u01/app/oracle/oradata/orcl/redo01a.log'; Database altered. SQL> alter database add logfile memb 阅读全文