Data Guard:Oracle 12c –新增和更新的功能 (Doc ID 1558256.1)
Data Guard: Oracle 12c – New and updated Features (Doc ID 1558256.1)
APPLIES TO:
Oracle Database - Enterprise Edition - Version 12.1.0.1 to 12.1.0.1 [Release 12.1]
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
***Checked for relevance on 13-Jul-2015***
PURPOSE
This Note provides an Overview on all Data Guard-related New Features of the Oracle Database 12c 本说明概述了Oracle Database 12c的所有与Data Guard相关的新功能
DETAILS
New Standby Database Type ‘Far Sync Standby Database’: 新的备用数据库类型‘Far Sync Standby Database’:
This is a local ArchiveLog Repository (near the Primary Database) which is able to send Redo to a remote (far away) Standby Database. The remote Standby Database is a cascaded Standby of the Primary Database via the Far Sync Standby. So it is possible to serve a remote Standby Database with a higher Protection Mode even if the Network does not have full Performance. You can find further Details about Far Sync Standby here:
这是一个本地ArchiveLog存储库(靠近主数据库),它能够将Redo发送到远程(远处)的备用数据库。远程备用数据库是通过远程同步备用数据库的主数据库的级联备用数据库。因此,即使网络性能不佳,也可以为远程备用数据库提供更高的保护模式。您可以在此处找到有关远程同步待机的更多详细信息:
Note 1565071.1: Data Guard 12c New Feature: Far Sync Standby
Creating a Physical Standby from Primary on Version 12c (Doc ID 1570958.1)
Oracle® Data Guard, Concepts and Administration, 12c Release 1 (12.1)
Chapter 5: Far Sync
New Options for Cascaded Standby Databases 级联备用数据库的新选项
It is now possible to cascade a Standby Database in Real-Time, ie. the first Standby Database can send Redo from the Standby RedoLogs to the cascaded Standby Database. The Data Guard Broker now supports Cascaded Standby Databases, too.
现在可以实时级联备用数据库。第一个备用数据库可以将重做从备用重做日志发送到级联的备用数据库。Data Guard Broker现在也支持级联备用数据库。
Note 1542969.1: Cascaded Standby Databases in Oracle 12c
Automated Rolling Upgrades using DBMS_ROLLING-Package 使用 DBMS_ROLLING-Package 的自动滚动升级
Parts of a Rolling Upgrade can now be automated using a new Package called ‘DBMS_ROLLING’. 现在,可以使用名为“ DBMS_ROLLING”的新程序包来自动进行部分滚动升级
The Data Guard Broker support Rolling Upgrades, too. Data Guard Broker也支持滚动升级
Oracle® Data Guard, Concepts and Administration, 12c Release 1 (12.1)
Chapter 14: Using DBMS_ROLLING to Perform a Rolling Upgrade
SYSDG Administration Privilege SYSDG管理特权
It is possible to grant the SYSDG-Privilege to a User in order to perform Data Guard-related Operations. The full SYSDBA-Privilege is not required any more to manage a Data Guard Environment, but can still be used, of course.
可以向用户授予SYSDG特权,以便执行与Data Guard相关的操作。管理Data Guard环境不再需要完整的SYSDBA-Privilege,但是仍然可以使用它
Note 1543327.1: Data Guard Security Enhancement – SYSDG Administration Privilege
Online Movement of Online Datafiles 在线数据文件的在线移动
You can now move Online Datafile without haveg to stop Managed Recovery and manually copy and rename Files. This can even be used to move Datafiles from or to ASM
现在,您可以移动Online Datafile而不用停止停止Managed Recovery并手动复制和重命名Files。这甚至可以用于将数据文件从ASM移入或移到ASM
Note 1543367.1: Moving a Datafile to a different Location on a Physical Standby Database
Multitenant Database Support 多租户数据库支持
Data Guard supports Physical Standby Database for a Multitenant Database Data Guard支持多租户数据库的物理备用数据库
Creating a Physical Standby from Primary on Version 12c (Doc ID 1570958.1)
Data Guard:Oracle 12c –新增和更新的功能 (Doc ID 1558256.1)的更多相关文章
- 如何在Oracle 12C中添加多个分区 (Doc ID 1482456.1)
How to Add Multiple Partitions in Oracle 12C (Doc ID 1482456.1) APPLIES TO: Oracle Database - Enterp ...
- RMAN RECOVER TABLE 功能是 Oracle Database 12c 的新增功能 (Doc ID 1521524.1)
RMAN RECOVER TABLE Feature New to Oracle Database 12c (Doc ID 1521524.1) APPLIES TO: Oracle Database ...
- How to Determine the Version of Oracle XML Publisher for Oracle E-Business Suite 11i and Release 12 (Doc ID 362496.1)
Modified: 29-Mar-2014 Type: HOWTO In this DocumentGoal Solution 1. Based upon an output file gen ...
- Oracle Inventory Management Application Program Interface ( APIs) (Doc ID 729998.1)
In this Document Goal Solution References APPLIES TO: Oracle Inventory Management - Version 12.0.0 a ...
- Redaht7/Oracle Linux7 + ORA11g : ohasd fails to start(Doc ID 1959008.1)
APPLIES TO: Oracle Database - Standard Edition - Version 11.2.0.4 to 12.1.0.1 [Release 11.2 to 12.1] ...
- oracle 12C单实例打PSU
前提: oracle不管打什么样的补丁,readme都是很好的参考资料. Oracle每季度都会更新一个最新的PSU,现在12.1.0.2.0的最新的PSU是Patch 26925311. 由于今天白 ...
- ORACLE 12C RMAN 功能增强
在ORACLE 12C中对rman的功能有了不少增强,在以前的文章中写过RMAN RECOVER TABLE功能,这里另外补充rman增强的两个小功能(sql语句和数据文件分割)数据库版本 SQL&g ...
- 12C新功能:在线移动分区 (Doc ID 1584032.1)
12C New Feature: Online Move Partition (Doc ID 1584032.1) APPLIES TO: Oracle Database - Enterprise E ...
- 浅析Oracle 12c中Data Guard新特性
浅析Oracle 12c中Data Guard新特性 写在前面 无论是做Oracle运维的小伙伴还是老伙伴,想必对Oracle数据库的数据级灾备核心技术—Data Guard是再熟悉不过了!这项从 ...
随机推荐
- 压缩感知重构算法之IHT算法python实现
压缩感知重构算法之OMP算法python实现 压缩感知重构算法之CoSaMP算法python实现 压缩感知重构算法之SP算法python实现 压缩感知重构算法之IHT算法python实现 压缩感知重构 ...
- [TimLinux] scrapy 在Windows平台的安装
1. 安装Python 这个不去细说,官网直接下载,安装即可,我自己选择的版本是 Python 3.6.5 x86_64bit windows版本. 2. 配置PATH 我用的windows 10系统 ...
- Koa - 使用koa-multer上传文件(上传限制、错误处理)
前言 上传文件在开发中是很常见的操作,今天我选择使用koa-multer中间件来实现这一功能,除了上传文件外,我还会对文件上传进行限制,以及发生上传错误时的处理. 由于原来的 koa-multer 已 ...
- MDS 多活配置
CephFS 介绍及使用经验分享 阅读 1179 收藏 2 2019-01-14 原文链接:www.jianshu.com WebRTC SFU中发送数据包的丢失反馈juejin.im 目录 Ceph ...
- 【Git】本地分支
[Git]本地分支 转载:https://www.cnblogs.com/yangchongxing/p/10221382.html 目录 ============================== ...
- ssm整合——Mybatis配置(1)
mybatis搭建-基于注解 1. 环境准备 1.1 新建maven的webapp项目 1.2 新建必要的目录和文件 1.3 文件配置 pom.xml junit默认创建是4.11,手动改成4.12 ...
- 浅析堆栈段,BBS段,数据段,代码段
文章目录 1. 进程,线程 2. 堆栈段 3. BBS段 4. 代码段 5. 数据段 6. 例子 7. 总结 1. 进程,线程 所谓进程是指在系统中能独立运行并作为资源分配的基本单位,程序段,数据段和 ...
- Vue与Django前后台分离跨域配置
一.跨域: 简单来说:如果前端向后端请求数据,前后端的的ip和端口都是不一致的,就是不在统一域名下,就出现了CORS跨域问题. 二.后台处理跨域 在django后台环境目录下安装插件: >: p ...
- SAP B1:水晶报表中用Code128制作条型码的方法
一.在[文件系统]中新建一个[Fonts文件夹],然后添加[Code128.ttf]文件. 二.在水晶报表里的[字段资源管理器]的[公式字段]中新建一个公式字段.点击[使用编辑器]之后弹出[公式工作室 ...
- RAC修改字符集
字符集修改做过几次了,这次感觉还是有点不顺,走了弯路,再记一遍[概况]准备搭建RAC+RAC DG,发现两端字符集不大一致,担心到时出问题. [目标]将备库NLS_NCHAR_CHARACTERSET ...