Oracle GoldenGate 19.1新特性
1.GoldenGate 19.1 新特性概览
a.支持Oracle数据库19.1
长期支持发布版本。集成Oracle GoldenGate 12.3版的最终补丁集更新。
b.微服务的安全性和可管理性增强
与密钥管理系统集成,支持DMZ环境。Defaults changed to TLS1.2, Digest Auth, Strong Password Verifier
Managed profiles for AutoStart, AutoRestart, and Key Management.
c.性能和可伸缩性的改进
并行复制性能和可伸缩性上的改进。
远程集成捕获性能可承受高延迟网络
d.易用性
更为简便的软件版本升级. 增强的 heartbeats 以简化复制恢复. 远程cross-endian 集成捕获简化了中间机和云部署.更好的智能默认设置,使您无需为常见用例设置参数。
无需安装客户端迁移到云端– OCI Marketplace 方案
Cross endian远程集成捕获允许远程抓取本地部署数据库,从而更容易迁移到云。
2.MySQL –双向SSL支持
Supply the full paths of the following:
certificate authority (ca.pem)
client certificate (client-cert.pem)
client key (client-key.pem)
Use SETENV in Extract/Replicat:
SETENV (MYSQL_OPT_SSL_CA='/var/lib/mysql.pem')
SETENV (MYSQL_OPT_SSL_CERT='/var/lib/mysql/client-cert.pem')
SETENV (MYSQL_OPT_SSL_KEY='/var/lib/mysql/client-key.pem')
3.SQL Server – Automatic TLS 1.2 Detection/Support
Support added for TLS 1.2 with GoldenGate 12.3.
Required Extract parameter: DBOPTIONS DRIVER SQLNCLI11
Automatically supported by Replicat: No extra parameter
GoldenGate 19.1 Automatically supports w/o DBOPTIONS.
Extract no longer requires DBOPTIONS DRIVER SQLNCLI11 parameter.
a.SQL Server –TRANLOGOPTIONS TRANCOUNT.
通过参数可控制通过Extract / procedure调用获取的事务数
默认值为10;增加该值可以提高捕获率; 取决于workload类型
SQL Server – 改进的 Extract内存管理.
large transactions的内存消耗减少
b.SQL Server –部署更为灵活
GoldenGate Installs on Linux.
GoldenGate for Windows SQL Server 介质可安装在Linux
支持 OEL/RHEL 6 and 7
Perfect solution for GoldenGate application hub or cloud based deployments
Read-Only Routing to Always On Secondary.
GoldenGate capture routes to Always On Secondary, reducing overhead on Primary database
Requires Availability Group to be properly configured for read-only routing
Listener must be configured for the Availability Group
Extract’s DSN connection set to Listener\Instance
4.GoldenGate 19.1 新特性-DB2 iSeries
GoldenGate 安全特性
Master Key encryption via WALLET Method.
Supports AES encryption:
o ENCRYPTTRAIL | DECRYPTRAIL {AES128 | AES192 | AES256}
o RMTHOST ENCRYPT {AES128 | AES192 | AES256}
通过 CREDENTIALSTORE 加密用户名密码.
通过创建USERIDALIAS 来代替在参数文件中明文显示用户名密码。
Db2 for iSeries –TRANLOGOPTIONS BUFSIZE
控制捕获进程缓存从transaction log读取的数据
较高的值可以提高捕获性能,但会增加内存消耗
•Online Schema Change Tracking.
Support for online TABLE CREATE, DROP and ADD, ALTER, DROP COLUMN commands in the Extract without stopping and restarting the Extract to get the new table metadata for the Extract. Will port this to other supported DBMS’s in the future.
•增强的时间戳支持
All DB2 Platforms (LUW, iSeries, zSeries) – 支持 12 位精度Timestamp 数据
•Manage Long Running Transactions
All DB2 Platforms (LUW, iSeries, zSeries) – SHOWTRANS, SKIPTRANS, FORCETRANS
•支持DECFLOAT 数据类型
All DB2 Platforms (LUW, iSeries,zSeries)
5.GoldenGate Veridata
• 官网链接:
https://www.oracle.com/middleware/data-integration/goldengate/veridata/
Oracle GoldenGate Veridata is a high-speed, data-comparison and repair solution that identifies, reports on, and fixes data discrepancies between heterogeneous databases without interrupting ongoing business processes automatically.
关于Veridata:
• Veridata is not part of the GoldenGate License.
• Sold separately as standalone product or part of the GoldenGate Foundation Suite.
• Auto Repair.
Automatic data repair based on trusted source
• Supports:
Oracle | SQL Server | DB2 for iSeries, DB2 LUW, DB2 zSeries | Enscribe | Hive | Informix |MySQL* | Sybase Adaptive Server Enterprise (ASE) |Teradata
Big Data Hive Comparison
Veridata supports comparison across relational DBMS and Big Data Hive (2.1.1+).
Supports DBMS to Hive, or Hive to Hive comparisons.
Create Hive connection, select tables in Group screen and configure compare pairs.
Hive feature supports Delta comparison and raw partition.
Auto-detects Data source type.
6.Stream Analytics Marketplace-OSA
OSA是一款Oracle提供的流数据实时处理分析平台,集成地理地图套件druid,有本地和云两种部署方式。可对接OGG,rest,kafka,hbase等。
Oracle GoldenGate 19.1新特性的更多相关文章
- Oracle 12C -- top-n查询新特性
Oracle 12C -- top-n查询新特性在12C中,增加了一些新的特性.可以指定返回结果集的指定数量的行.或按照百分比返回行. SQL> select count(*) from emp ...
- Oracle Database 12.2新特性详解
在2015年旧金山的Oracle OpenWorld大会上,Oracle发布了Database 12.2的Beta版本,虽然Beta版本只对部分用户开放,但是大会上已经公布了12.2的很多重要的新特性 ...
- Goldengate 12.2新特性-自描述的队列文件
OGG12.2中最大的变化之一就是队列文件是自描述的,意思是不再担心以前版本中,表结构异构的情况,也不再需要defgen生成定义文件,以及不再使用assumeTargetDefs或SourceDefs ...
- Oracle WebLogic Server 12c 新特性
美国时间2011年 12月9日,Oracle公司正式发布WebLogic 12c版本,c是cloud的缩写.截止当前(2013年8月)最新版本为Oracle WebLogic Server 12c ( ...
- Oracle 12C -- sequence的新特性
如果使用了全局临时表和sequence,有时会遇到一些问题.因为全局临时表与会话(或会话中的事务)相关,而sequence与数据库级别相关. 在12C中,可以创建一个sequence,其使用范围只是针 ...
- GoldenGate 19.1 发布
GoldenGate 19.1 新特性 For the Oracle Database ➢ Oracle Database 19c Support 支持从Oracle DB 19c抽取和投递数据,包括 ...
- Oracle 11g新特性延迟段创建和truncate的增强
下面测试Oracle 11g开始的新特性truncate的增强和延迟段空间创建. Oracle从11g开始,当用户创建一张空表的时候不会先分配段和空间,只有当对这张表插入第一行数据的时候才分配段和空间 ...
- Oracle 12c新特性之——TABLE ACCESS BY INDEX ROWID BATCHED
Oracle12c开始,我们在获取SQL语句的执行计划时,也会经常看到"TABLE ACCESS BY INDEX ROWID BATCHED"操作,那么,这个操作到底是什么意思呢 ...
- Maclean Liu对Oracle Database 12c新特性研究汇总
Maclean Liu关于DB 12c新特性的研究文章如下: [Oracle Database 12c新特性] In-Database Archiving数据库内归档 [Oracle Database ...
随机推荐
- C# 简单读取文件
本文告诉大家如何使用最少的代码把一个文件读取二进制,读取为字符串 现在写了一些代码,想使用最少代码来写简单的读文件,所以我就写了这个文章 读取文件为二进制 private byte[] ReadFil ...
- 使用Ant Design写一个仿微软ToDo
实习期的第一份活,自己看Ant Design的官网学习,然后用Ant Design写一个仿微软ToDo. 不做教学目的,只是记录一下. 1.学习 Ant Design 是个组件库,想要会用,至少要知道 ...
- dotnet 获取程序所在路径的方法
在 dotnet 有很多方法可以获取当前程序所在的路径,但是这些方法获取到的路径有一点不相同,特别是在工作路径不是当前的程序所在的路径的时候 通过下面几个方法都可以拿到程序所在的文件夹或程序文件 Ap ...
- [HNOI2019]白兔之舞
memset0 多合一无聊题 mod k=t,并且k是p-1的约数 单位根反演石锤了. 所以直接设f[i]表示走i步的方案数, 然后C(L,i)分配位置,再A^i进行矩乘得到f[i] 变成生成函数F( ...
- CP策略含有中文字符提交失败故障解决
硬件平台:CP5600 系统版本:R80.10 补丁版本:TAKE103 故障现象:提交新增策略失败,日志显示 if the problem persists contact Checkpoint S ...
- 记一次linux磁盘清理 - 已经删除的文件占用了大量磁盘空间
今天开发环境磁盘占满了,导致开发环境上的 nginx .redis 等组件总是报异常. 跳到系统根目录下 cd / 检查磁盘占用情况 df -h 哇,40G硬盘全用完了.看看是哪些文件占了那么多内存. ...
- HTTP中GET与POST的区别 99%的错误认识
@[TOC本篇文章分两部分,第一部分可以列为初为新人的装逼失败模式,第二部分列为修炼低调模式. 装逼失败模式:99%的人对GET和POST的认识 修炼低调模式:1%不知道的进阶认识 GET和POST, ...
- DEVOPS技术实践_11:Jenkins集成Sonar
前言 前面已经有介绍sonar的安装,简单应用,下面在简答的研究一下sonar和jenkins集成的简单使用,对于sonar的安装不做介绍 一 sonar的简单介绍 持续检查避免了低质量的代码,比如S ...
- 机器学习-Pandas 知识点汇总(吐血整理)
Pandas是一款适用很广的数据处理的组件,如果将来从事机械学习或者数据分析方面的工作,咱们估计70%的时间都是在跟这个框架打交道.那大家可能就有疑问了,心想这个破玩意儿值得花70%的时间吗?咱不是还 ...
- C# 添加文本、图片到PDF文档(基于Spire.Cloud.PDF.SDK)
Spire.Cloud.PDF.SDK提供了接口PdfTextApi及PdfImagesApi用于添加文本和图片到PDF文档,添加文本时,可格式化文本样式,包括文本字体类型.字号.字体样式.文本颜色. ...