ibm infosphere data replication’s 11.3.3 change data ... infosphere data replication’s 11.3.3...

28
© 2015 IBM Corporation IBM InfoSphere Data Replication’s 11.3.3 Change Data Capture (CDC) Enhancements

Upload: dodang

Post on 18-May-2018

317 views

Category:

Documents


7 download

TRANSCRIPT

© 2015 IBM Corporation

IBM InfoSphere Data Replication’s 11.3.3Change Data Capture (CDC) Enhancements

2 © 2015 IBM Corporation

Overview

�New Database & Platform Support– IIDR CDC i released in IIDR 11.3.3– Updated LUW Platform Support

�Management Console (MC) Enhancements

3 © 2015 IBM Corporation

IBM’s InfoSphere Data Replication (IIDR) Coverage

DB2 (i, LUW)Informix

Oracle/ExadataMS SQL Server

Sybase

DB2 (z/OS, i, LUW)

Informix

Oracle/Exadata

MS SQL Server

Sybase

Pure Data for Analytics (Netezza)

Teradata

Information Server

DataStage to GreenPlum, …

Message Queues

Files

Customized Apply

FlexRep (JDBC targets)

IMS

IMS

VSAM

VSAM

DB2 z/OS

DB2 z/OS

MySQL, EnterpriseDB…

ESB, MQ Series, JMS, …

Flat file, HDFS…

Hadoop/Streams HDFS/Hive, WebHDFS, User Exit

4 © 2015 IBM Corporation

IIDR’s CDC Enhancements

5 © 2015 IBM Corporation

IIDR’s CDC i

� The CDC i 6.1 engine has now officially been packaged and released as part of IIDR 11.3.3

� IIDR 11.3.3 has the equivalent of CDC i 6.1 FP2 release with additional fixes as its base

� For a fresh install or upgrade from an earlier version of CDC i 6.1, you utilize the standard DMCINSTALL procedure

� For any future maintenance you wish to apply to this release you would use the INSCDCMNT command

6 © 2015 IBM Corporation

New Database/Platform Support for IIDR’s CDC

� New Platform Support:– Windows Server 2012 for all CDC Windows engines– Inspur K-UX for IIDR CDC DB2 LUW– Power Linux Little Endian on Power 8 for IIDR CDC DB2 LUW

• Released early on IIDR 10.2.1 IF 20

� New Database Support:– Oracle 12c

• Includes support for pluggable databases – SQL Server 2014 – Teradata 15

7 © 2015 IBM Corporation

Misc CDC LUW Enhancements

� Additional MBCS Encoding support– Inclusion of ICU4J which provides stronger Unicode services

8 © 2015 IBM Corporation

IIDR’s Management Console (MC) & Access Server (AS) Enhancements

9 © 2015 IBM Corporation

� Added a what's new popup when Management Console is first launched

� Includes 11.3.3 and 11.3 content

� Provides an in-product way to point out new functionality to customers

New Database/Platform Support for IIDR’s CDC

10 © 2015 IBM Corporation

� Added the ability to install an IIDR 11.3.3 MC on the same Windows server as another existing MC installation

� All that is required is that you specify a different install directory

� Added the ability to install an IIDR 11.3.3 Access Server on the same server as another existing AS installation

� Need to specify a different install directory� Also need to specify a unique port to use

Ability To Run Additional MC/AS

11 © 2015 IBM Corporation

� Automatically attempts to reconnect to datastores upon lost connection

� Solves connectivity issues when datastores are temporarily restarted or the network is temporarily unavailable

Datastore Connection Recovery

12 © 2015 IBM Corporation

� Links datastore selection to the list of subscriptions displayed in the view

� Simplifies working with subscriptions when the user connects to a large number of datastores

Subscription Focus

*

13 © 2015 IBM Corporation

� Filters out subscriptions where the source or target datastore currently isn't connected

� Simplifies working with subscriptions when the user doesn't connect to all of their datastores

Subscription Focus

*

14 © 2015 IBM Corporation

� Reloads subscriptions for a datastore

� Simplifies working with Management Console when users add, modify, or delete subscriptions using the command-line processor (or another user makes changes in their Management Console)

� Eliminates the need to disconnect and reconnect to datastores to refresh Management Console

Datastore Refresh

*

15 © 2015 IBM Corporation

� Generates a sample CHCCLP script based on the definition of a subscription in Management Console

� Allows users to define a subscription in Management Console and then generate a sample CHCCLP script to re-create the subscription, make copies, etc.

� Supports all functionality available in CHCCLP

Create CHCCLP Script from Subscription Config

16 © 2015 IBM Corporation

� Simplifies learning CHCCLP by generating a well-formed and well-documented complete sample

� Optionally excludes unnecessary syntax or parameters

� Clearly identifies functionality that is not supported and provides hyperlink access to markers in the script that require user modification

� Provides syntax highlighting of a script

� Allows in-place editing of the script

Sample CHCCLP script generation

17 © 2015 IBM Corporation

� Allows the user to save the script to a file or execute it in-place

� Provides the same execution output as if the script was executed in the standalone CHCCLP environment

Sample CHCCLP script generation…

18 © 2015 IBM Corporation

� Prompts user to reload datastores used in the script in order to refresh Management Console

Sample CHCCLP script generation…

19 © 2015 IBM Corporation

� New Centralized Notification display of AS status and progress notifications

� Displays login, datastore reconnection, subscription addition/deletion notifications in a single view

� Supports intra-Management Console broadcasting of changes across the same Access Server instance

Access Server Progress Notifications

20 © 2015 IBM Corporation

� Now allows users to specify which subscriptions should have collection

� Previously collected for all subscriptions in a datastore

� Reduces turn-around time diagnosing problems by allowing the user to identify subscriptions that are of interest

� Reduces amount of data collected and analyzed in large environments

Support Assistant Collection Enhancements

21 © 2015 IBM Corporation

� Now prompts for additional comments to aid problem resolution

� Often only the client can provide the context as to what the problem is

� By adding comments to the collection, it can significantly speed up the problem diagnosis process

Support Assistant Collection Enhancements …

22 © 2015 IBM Corporation

� list access connections

� Displays Access Manager connections between a datastore and user

� set property recreateSubscription yes;

� Command added to support recreating a subscription during execution using add subscription

� Previously add subscription stopped with an error if the subscription already existed

� Utilizing the set property will result in the old subscription being deleted and the new one created

New CHCCLP Commands

23 © 2015 IBM Corporation

� list replication tables

� Enhanced to optionally filter tables that aren't used in subscriptions� Can specify ‘Unused’ to easily find unused tables from catalog � Simplifies catalog clean-up

� remove replication tables

� Enhanced to optionally filter tables that aren't used in subscriptions and remove them in bulk

� Added ‘unused’ filter

� list subscription

� Enhanced to support reloading� List subscriptions reload true

� show data translation

� Added capability to display translations for all columns� Previously only supported showing translations for a specific target column

Enhanced CHCCLP Commands

24 © 2015 IBM Corporation

� readd replication table

� Enhanced to print column differences when verbose mode is enabled

� reassign table mapping

� Enhanced to print column mapping differences when verbose mode is enabled

� add table mapping

� Enhanced to support creating a table on the target

Enhanced CHCCLP Commands…

25 © 2015 IBM Corporation

� Added ability to specify a local IP address to allow for socket binding

� Previously if a client had multiple network cards, it wasn’t possible to bind to a specific network card� Now the address and port are used to bind to a specific network card

Network Enhancements

� Allows outbound connections from Management Console, CHCCLP and Access Server to bind to a local address

� Adds support for CHCCLP connections to Access server through a firewall� Previously required all ports to be open

26 © 2015 IBM Corporation

Additional Resources

� IBM Developer Works CDC community: – https://www.ibm.com/developerworks/mydeveloperworks/groups/service/html/community

view?communityUuid=a9b542e4-7c66-4cf3-8f7b-8a37a4fdef0c

� IBM CDC Knowledge Center:– http://www-01.ibm.com/support/knowledgecenter/SSTRGZ_11.3.3/

� CDC Redbook:– http://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/sg247941.html?Open

� IBM CDC Support:– http://www-

947.ibm.com/support/entry/portal/product/information_management/infosphere_change_data_capture?productContext=-873715215

� Passport Advantage:– https://www-112.ibm.com/software/howtobuy/softwareandservices/passportadvantage

27 © 2015 IBM Corporation

28 © 2015 IBM Corporation

Legal Disclaimer

• © IBM Corporation 2015. All Rights Reserved.• The information contained in this publication is provided for informational purposes only. While efforts were made to verify the completeness and accuracy of the information contained

in this publication, it is provided AS IS without warranty of any kind, express or implied. In addition, this information is based on IBM’s current product plans and strategy, which are subject to change by IBM without notice. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this publication or any other materials. Nothing contained in this publication is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software.

• References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced in this presentation may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results.

• If the text contains performance statistics or references to benchmarks, insert the following language; otherwise delete:Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will experience will vary depending upon many factors, including considerations such as the amount of multiprogramming in the user's job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve results similar to those stated here.

• If the text includes any customer examples, please confirm we have prior written approval from such customer and insert the following language; otherwise delete:All customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved. Actual environmental costs and performance characteristics may vary by customer.

• Please review text for proper trademark attribution of IBM products. At first use, each product name must be the full name and include appropriate trademark symbols (e.g., IBM Lotus® Sametime® Unyte™). Subsequent references can drop “IBM” but should include the proper branding (e.g., Lotus Sametime Gateway, or WebSphere Application Server). Please refer to http://www.ibm.com/legal/copytrade.shtml for guidance on which trademarks require the ® or ™ symbol. Do not use abbreviations for IBM product names in your presentation. All product names must be used as adjectives rather than nouns. Please list all of the trademarks that you use in your presentation as follows; delete any not included in your presentation. IBM, the IBM logo, Lotus, Lotus Notes, Notes, Domino, Quickr, Sametime, WebSphere, UC2, PartnerWorld and Lotusphere are trademarks of International Business Machines Corporation in the United States, other countries, or both. Unyte is a trademark of WebDialogs, Inc., in the United States, other countries, or both.

• If you reference Adobe® in the text, please mark the first use and include the following; otherwise delete:Adobe, the Adobe logo, PostScript, and the PostScript logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States, and/or other countries.

• If you reference Java™ in the text, please mark the first use and include the following; otherwise delete:Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.

• If you reference Microsoft® and/or Windows® in the text, please mark the first use and include the following, as applicable; otherwise delete:Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both.

• If you reference Intel® and/or any of the following Intel products in the text, please mark the first use and include those that you use as follows; otherwise delete:Intel, Intel Centrino, Celeron, Intel Xeon, Intel SpeedStep, Itanium, and Pentium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

• If you reference UNIX® in the text, please mark the first use and include the following; otherwise delete:UNIX is a registered trademark of The Open Group in the United States and other countries.

• If you reference Linux® in your presentation, please mark the first use and include the following; otherwise delete:Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both. Other company, product, or service names may be trademarks or service marks of others.

• If the text/graphics include screenshots, no actual IBM employee names may be used (even your own), if your screenshots include fictitious company names (e.g., Renovations, Zeta Bank, Acme) please update and insert the following; otherwise delete: All references to [insert fictitious company name] refer to a fictitious company and are used for illustration purposes only.