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 ...
随机推荐
- linux 禁止单个中断
有时(但是很少!)一个驱动需要禁止一个特定中断线的中断递交. 内核提供了 3 个函数为 此目的, 所有都声明在 <asm/irq.h>. 这些函数是内核 API 的一部分, 因此我们描述它 ...
- 组合数学入门—TwelveFold Way
组合数学入门-TwelveFold Way 你需要解决\(12\)个组合计数问题. \(n\)个有标号/无标号的球分给\(m\)个有标号/无标号的盒子 盒子有三种限制: A.无限制 B.每个盒子至少有 ...
- 头条面试题-创建一个Event类,并创建on、off、trigger、once方法
一.创建一个Event.js class Event { constructor() { this.handlers = { // 记录所有的事件和处理函数 } } /* * * on 添加事件监听 ...
- ZR提高失恋测4
ZR提高失恋测4 比赛链接 A (方便讨论,设读入的串为\(S,T\)答案串为\(A\)) 首先\(*\)只会有一个 这是这道题目中非常重要的一个结论 简单证明一下? 因为\(*\)可以代表所有的字符 ...
- css隐藏滚动条、移动端滚动卡顿的解决
1.如果想保持容器能够滚动,同时不想看到丑陋的滚动条,chrome.firefox和移动端上不考虑兼容性直接 element::-webkit-scrollbar{ display:none } 2. ...
- CodeForces - 721D Maxim and Array (贪心)
Recently Maxim has found an array of n integers, needed by no one. He immediately come up with idea ...
- DQN 强化学习
pytorch比tenserflow简单. 所以我们模仿用tensorflow写的强化学习. 学习资料: 本节的全部代码 Tensorflow 的 100行 DQN 代码 我制作的 DQN 动画简介 ...
- js中时间戳转换成xxxx-xx-xx xx:xx:xx类型日期格式的做法
1.十三位数字的时间戳转换方法 var time = new Date(datetime).toLocaleString().replace(/年|月/g, "-").replac ...
- DEVOPS技术实践_12:创建持续集成的管道
持续集成不仅包含了Jenkins或者相关其它的CI工具,也包含了包含代码如何控制,采用的什么分支策略等.不同的组织可能采用不同的类型的策略来完成CI,策略类型和项目的类型的有很大的关系. 一 分支策略 ...
- 图解leetcode279 —— 完全平方数
每道题附带动态示意图,提供java.python两种语言答案,力求提供leetcode最优解. 描述: 给定正整数 n,找到若干个完全平方数(比如 1, 4, 9, 16, ...)使得它们的和等于 ...