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等。

原文:https://www.cnblogs.com/ak666666/p/12230253.html

decfloat转换成oracle种类型,Oracle GoldenGate 19.1新特性相关推荐

  1. 如何将字符数组里的内容转换成uint8的类型?将一个字符数组里面的所有元素变成一个字符串?

      1. 如何将字符数组里的内容转换成uint8的类型? time_t t; struct tm *p;t=atoi(myTime);//myTime里面放的是一个时间戳:char myTime[11 ...

  2. 将java.util.Date类型转换成json时,使用JsonValueProcessor将date转换成希望的类型

    将java.util.Date类型转换成json时,使用JsonValueProcessor将date转换成希望的类型 问题描述: java里面时间类型转换成json数据就成这样了: "cr ...

  3. oracle权限分几种类型,Oracle权限和数据类型

    oracle创建用户: CREATE USER 用户名 IDENTIFIED BY 口令 [ACCOUNT LOCK|UNLOCK] [注]LOCK|UNLOCK创建用户时是否锁定,默认为锁定状态.锁 ...

  4. oracle中如何转换成数字,如何在Oracle中实现数字进制转换完全版?

    以下内容包括: 1).提供两个进制转换包 2).提供进制转换的一些简便方法 3).提供进制转换的不同方法的性能评估 1.两个进制转换包 1)包PKG_DM_BASE_CONV(推荐) CREATE O ...

  5. application.properties转换成application.yml配置Oracle数据库连接时报错

    application.properties转换成application.yml报错Failed to determine a suitable driver class,原因是driver-clas ...

  6. oracle date类型,oracle 日期时间数据类型

    The DATE data type The TIMESTAMP data types: TIMESTAMP TIMESTAMP WITH TIME ZONE TIMESTAMP WITH LOCAL ...

  7. java类对象转化成字符串_String类型字符串(xml格式)转换成java对象类型

    使用到的包: 1. 2. 将字符串类型的字符串转换成的Java的对象时,需要先将字符的格式转换成JSON格式的字符串(所以用到了json.jar包),在使用JSON格式的字符串转换成的Java的对象类 ...

  8. java date 日期格式_如何将JAVA DATE类型的日期 转换成指定格式类型的 (如:YYYY-MM-DD) 的 DATE类型数据?...

    展开全部 Date类型并没有格式32313133353236313431303231363533e58685e5aeb931333433653262,只有转换成String格式的时候让格式化显示. n ...

  9. Oracle 19.8新特性asmcmd credverify and asmcmd credfix

    平台:Redhat Linux 7.6 数据库版本:Oracle 19.10 问题描述:进行OCR磁盘替换DD破坏实验,并删除原有的OCR磁盘组.中间过程中,因spfile文件以及asm密码文件没有进 ...

最新文章

  1. MYSQL5-7版本sql_mode=only_full_group_by问题
  2. 机器学习性能优化全解
  3. Facebook 开源高质量实例分割数据集 LVIS
  4. c++直方图均衡化源码
  5. 第三章——jXLS Excel标记
  6. python wordpress建站_WordPress快速建站
  7. 代理模式(Proxy)--静态代理
  8. 【转载】谈谈自己对REST、SOA、SOAP、RPC、ICE、ESB、BPM知识汇总及理解
  9. SpringMVC_开天辟地
  10. [fsevents@^1.2.2] optional install error: Package require os(darwin) not compatible with your platfo
  11. Java 验证码识别(1)使用 Tess4J 进行 OCR 识别
  12. linux添加phoenix引导,Phoenix OS安装方法
  13. nominal和ordinal 数据处理中四种基本数据类型
  14. JEECMS V8.1常用标签举例
  15. 模仿6ecc 主页 主体部分(查看附件点击6eccHTML 就会看到如下页面效果)
  16. 如何做好客户维护与服务器,如何做好客户维护关系与管理
  17. java编程那些事儿 pdf,科学网—《java编程那些事儿》 前面部分阅读笔记 - 马舒天的博文...
  18. 一般纳税人,可以享受哪些税收优惠政策?
  19. 基于Python实现微信公众号爬虫进行数据分析
  20. PPT的那些事儿(趣资源)

热门文章

  1. 2周修改了1000多个Bug后软件项目扭转了局面,未交付银行的现金管理系统健壮起来了...
  2. Django开发环境准备
  3. Hibernate之查询中get()和load()的区别,list()和iterate()的区别
  4. appium安装部署第二季
  5. CCRD_TOC_2008年第6期
  6. Selenium+Java+TestNG环境配置
  7. 关于PHP中Session文件过多的问题
  8. 图论--DFS-SPFA求负环
  9. 微信支付-接收返回通知结果
  10. 【Error】InterfaceError (0, '')