
Oracle® GoldenGate
11g Release 2 (11.2.1.0.3)
Release Notes
E36358-01

Copyright © 2012 Oracle and/or its affiliates. All rights reserved.
This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are
protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy,
reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any
means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please
report them to us in writing.
If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the
following notice is applicable:
U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government
customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and
agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the
restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government
contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500
Oracle Parkway, Redwood City, CA 94065.
This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any
inherently dangerous applications, including applications which may create a risk of personal injury.
If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and
other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by
use of this software in dangerous applications.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
This software and documentation may provide access to or information on content, products, and services from third parties. Oracle
Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content,
products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access
to or use of third-party content, products, or services.

Contents
New Features in 11.2.1 ............................................................................................................................... 5
Database-specific enhancements ................................................................................................. 5
DB2 for i .................................................................................................................................. 5
DB2 z/OS ................................................................................................................................. 6
MySQL .................................................................................................................................... 6
Oracle ....................................................................................................................................... 6
PostgreSQL .............................................................................................................................. 6
SQL Server .............................................................................................................................. 7
Sybase ...................................................................................................................................... 7
Other enhancements .................................................................................................................................... 7
General ......................................................................................................................................... 7
Column Conversion Functions ................................................................................................ 8
User Exits ................................................................................................................................ 8
Parameters .................................................................................................................................. 10
Commands ................................................................................................................................. 11
Utilities....................................................................................................................................... 13
Documentation enhancements and corrections ........................................................................................ 14
Deprecated parameters and commands..................................................................................................... 14
Documentation Addendum ....................................................................................................................... 14
Documentation Errata ............................................................................................................................... 16
Installation and Upgrades ......................................................................................................................... 19
Corrected Problems .................................................................................................................................. 19
Version 11.2.1.0.3 – 29 August 2012 ........................................................................................ 19
Version 11.2.1.0.2 – 31 July 2012 ............................................................................................ 21
Version 11.2.1.0.1 – 7 May 2012 ............................................................................................. 22
Version 11.2.1.0.0 – 9 Feb 2012 ............................................................................................... 23
Getting help with My Oracle Support ...................................................................................................... 24


New Features in 11.2.1
Database-specific enhancements
DB2 for i
Oracle GoldenGate introduces support for DB2 for i. This support includes native capture from the DB2
for i journals and delivery from a remote Windows/Linux machine via ODBC to a DB2 for i target.
Oracle GoldenGate also replicates from a source DB2 for i database to another support database type. For
installation and configuration assistance, see the new Oracle GoldenGate for DB2 for i Installation and
Setup Guide.
The following commands are updated to support DB2 for i:
•
ADD TRANDATA: For DB2 for i, use ADD TRANDATA to start the journaling of data. The ADD
TRANDATA command calls STRJRNPF and is the recommended method to start journaling for
tables, because it ensures that the required journal image attribute of Record Images (IMAGES):
*BOTH is set on the STRJRNPF command. You can specify the SQL schema and name of a table or
the native library and file name. If a default journal is set with the DEFAULTJOURNAL command,
you can omit the JOURNAL option; otherwise it is required.
Syntax:
ADD TRANDATA {
<schema.table> [JOURNAL <library/journal>] |
<library/file> [JOURNAL <library/journal>]
}
•
A new command DEFAULTJOURNAL enables you to set a default journal for multiple tables or
files for the ADD TRANDATA command, instead of having to use the JOURNAL keyword. Issue
this command before issuing ADD TRANDATA. Any ADD TRANDATA command used without a
journal assumes the journal from DEFAULTJOURNAL. To remove the use of a default journal, use
the CLEAR option. To display the current setting of DEFAULTJOURNAL, you can issue the
command with no arguments.
Syntax:
DEFAULTJOURNAL [<library/journal>] [CLEAR]
•
ADD EXTRACT: The following ADD EXTRACT start points are supported for DB2 for i:
BEGIN {NOW | yyyy-mm-dd[:hh:mi:[ss[.cccccc]]] | EOF | SEQNO <sequence
number>}
The EOF option starts capture at the end of the journal that the next record will be written to.
The SEQNO <sequence number> option starts capture at, or just after, a system sequence number,
which is a decimal number up to 20 digits in length.
•
ALTER EXTRACT: The following ALTER EXTRACT options are supported for DB2 for i:
ALTER EXTRACT {BEGIN {NOW | yyyy-mm-dd [hh:mi:[ss[.cccccc]]] [JOURNAL
<journal_library>/<journal_name> [JRNRCV
<receiver_library>/<receiver_name>]] |
, EOF [JOURNAL <journal_library>/<journal_name> [JRNRCV
<receiver_library>/<receiver_name>]] |