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)的更多相关文章

  1. 如何在Oracle 12C中添加多个分区 (Doc ID 1482456.1)

    How to Add Multiple Partitions in Oracle 12C (Doc ID 1482456.1) APPLIES TO: Oracle Database - Enterp ...

  2. 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 ...

  3. 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 ...

  4. 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 ...

  5. 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] ...

  6. oracle 12C单实例打PSU

    前提: oracle不管打什么样的补丁,readme都是很好的参考资料. Oracle每季度都会更新一个最新的PSU,现在12.1.0.2.0的最新的PSU是Patch 26925311. 由于今天白 ...

  7. ORACLE 12C RMAN 功能增强

    在ORACLE 12C中对rman的功能有了不少增强,在以前的文章中写过RMAN RECOVER TABLE功能,这里另外补充rman增强的两个小功能(sql语句和数据文件分割)数据库版本 SQL&g ...

  8. 12C新功能:在线移动分区 (Doc ID 1584032.1)

    12C New Feature: Online Move Partition (Doc ID 1584032.1) APPLIES TO: Oracle Database - Enterprise E ...

  9. 浅析Oracle 12c中Data Guard新特性

    浅析Oracle 12c中Data Guard新特性   写在前面 无论是做Oracle运维的小伙伴还是老伙伴,想必对Oracle数据库的数据级灾备核心技术—Data Guard是再熟悉不过了!这项从 ...

随机推荐

  1. 什么是RESTful?RESTfule风格

    导读 理解什么是REST之前,先去脑补以下什么是HTTP,参考[Http协议] 什么是REST? REST(英文:Representational State Transfer,简称REST,意思:表 ...

  2. Java并发编程系列-(4) 显式锁与AQS

    4 显示锁和AQS 4.1 Lock接口 核心方法 Java在java.util.concurrent.locks包中提供了一系列的显示锁类,其中最基础的就是Lock接口,该接口提供了几个常见的锁相关 ...

  3. tensorflow SavedModelBuilder用法

    训练代码: # coding: utf-8 from __future__ import print_function from __future__ import division import t ...

  4. JAVA中SPI机制

    之前研究dubbo的时候就很好奇,里面各种扩展机制,期间也看过很多关于SPI的机制,今日有缘再度看到有文章总结,故记录一下, 首先了解一下 JAVA中SPI简单的用法 可参考这篇文章,https:// ...

  5. Linux---centos7.0安装、配置

    参考:https://blog.csdn.net/qq_37057095/article/details/81240450

  6. kubernetes-部署harbor

    Habor是由VMWare中国团队开源的容器镜像仓库.事实上,Habor是在Docker Registry上进行了相应的企业级扩展,从而获得了更加广泛的应用,这些新的企业级特性包括:管理用户界面,基于 ...

  7. 【CentOS7】常用命令

    [CentOS7]常用命令 转载:https://www.cnblogs.com/yangchongxing/p/10646640.html 目录 ========================== ...

  8. Ubuntu修改时间

    Ubuntu修改时区和更新时间 先查看当前系统时间 date -R 结果时区是:+0000 我需要的是东八区,这儿显示不是,所以需要设置一个时区 运行 tzselect 在这里我们选择亚洲 Asia, ...

  9. 我学习Python的经历

    1. 被逼无奈找到了Python Python作为当今非常热的话题,常常被各级别的程序员所提到,也有很多的小白问我,到底啥是Python,它能干啥! 我用Python时间不是特别长,最早使用是在201 ...

  10. android开发检测用户是否使用了虚拟定位

    在应用开发中,如果有签到打卡之类的功能,你是否会遇到检测用户是否使用了虚拟定位软件来进行打卡?如果有,那么请仔细阅读这篇文章.该文章会带你认识什么是虚拟定位.什么是应用分身,以及如何通过代码来检测用户 ...