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 ...
随机推荐
- H3C进入目录---用户视图
进入logfile文件目录 <H3C>cd logfile/ //进入目录 <H3C>pwd //显示当前所属的目录 cf:/logfil ...
- dotnet 通过 WMI 获取指定进程的输入命令行
本文告诉大家如何使用 WMI 通过 Process 获取这个进程传入的命令行 使用下面代码,使用 Win32_Process 拿到所有的进程,通过 WHERE 判断当前的进程,然后拿到进程传入的命令 ...
- JavaScript的bind方法
bind的机制 var foo = function(){} var bar = foo; console.log(foo === bar) //true /*-------------------- ...
- python字符串(str)
# value = "raitOrEi" # v = value.capitalize()#首字母大写 # print(v) # v1 = v.casefold()#全部变小写,不 ...
- Python之eval和exec
eval可以执行字符串形式的表达式 In [1]: eval("1 + 2 + 3") Out[1]: 6 In [2]: eval("a + 1", {&qu ...
- 6.ChannelPipeline
pipeline和handler ChannelPipline ChannelHandler ChannelHandlerContext pipeline的初始化 handler的添加和删除 hand ...
- 深入ThreadLocal的底层实现机制以及对应的使用风险
学习Java中常用的开源框架,Mybatis.Hibernate中线程通过数据库连接对象Connection,对其数据进行操作,都会使用ThreadLocal类来保证Java多线程程序访问和数据库数据 ...
- 20191024-3 互评Alpha阶段作品——胜利点组
此作业要求参见 https://edu.cnblogs.com/campus/nenu/2019fall/homework/9860 基于NABCD评论作品,及改进建议 1.根据(不限于)NABCD评 ...
- mysql5.7 数据库自动备份脚本
新建备份目录 mkdir /backups mkdir /backups/mysql 新建存放备份脚本目录 mkdir /data/scripts 备份脚本: mysql_backup.sh ==== ...
- 机器学习回顾篇(13):集成学习之AdaBoost
.caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px so ...