Sei sulla pagina 1di 37

Oracle GoldenGate

11g Release 2 (11.2.1.0.20)


Release Notes

E36358-01
Copyright 2014 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 n ot 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. Go vernment, the
following notice is applicable:
U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Governme nt
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 applica tions, 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 tradema rks 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 thir d-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 ................................................................................................................................ 7
PostgreSQL ........................................................................................................................ 7
SQL Server ........................................................................................................................ 8
Sybase................................................................................................................................ 8
Other enhancements.......................................................................................................................................... 8
General .................................................................................................................................. 8
Column Conversion Functions............................................................................................ 9
User Exits .......................................................................................................................... 9
Parameters ........................................................................................................................... 11
Commands ........................................................................................................................... 12
Utilities ................................................................................................................................ 14
Documentation enhancements and corrections ............................................................................................. 15
Deprecated parameters and commands ......................................................................................................... 15
Documentation Addendum ............................................................................................................................ 15
Documentation Errata ..................................................................................................................................... 17
Installation and Upgrades ............................................................................................................................... 20
Corrected Problems ........................................................................................................................................ 20
Version 11.2.1.0.20 14 March 2014 ................................................................................... 20
Version 11.2.1.0.19 21 February 2014 ............................................................................... 21
Version 11.2.1.0.18 4 February 2014 ................................................................................. 22
Version 11.2.1.0.17 14 January 2014 ................................................................................. 22
Version 11.2.1.0.16 17 December 2013 ............................................................................. 23
Version 11.2.1.0.15 26 November 2013 ............................................................................. 23
Version 11.2.1.0.14 5 November 2013 ............................................................................... 24
Version 11.2.1.0.13 11 October 2013................................................................................. 25
Version 11.2.1.0.12 20 September 2013............................................................................ 25
Version 11.2.1.0.11 10 September 2013............................................................................ 25
Version 11.2.1.0.10 22 August 2013 .................................................................................. 25
Version 11.2.1.0.9 13 August 2013 .................................................................................... 26
Version 11.2.1.0.8 30 July 2013......................................................................................... 26
Version 11.2.1.0.7 - 16 July 2013 ........................................................................................ 26
Version 11.2.1.0.6_03 - 24 June 2013 .................................................................................. 27
Version 11.2.1.0.6_02 - 10 June 2013 .................................................................................. 27
Version 11.2.1.0.6_01 - 28 May 2013 .................................................................................. 27
Version 11.2.1.0.6 - 24 April 2013...................................................................................... 28
Version 11.2.1.0.5_02 18 March 2013 .............................................................................. 29
Version 11.2.1.0.5- 15 January 2013................................................................................... 30
Version 11.2.1.0.4_02 - 24 December 2012 ......................................................................... 31
Version 11.2.1.0.4_01 - 30 October 2012............................................................................. 32
Version 11.2.1.0.4 15 October 2012.................................................................................... 32
Version 11.2.1.0.3 29 August 2012 .................................................................................... 32
Version 11.2.1.0.2 31 July 2012........................................................................................ 34
Version 11.2.1.0.1 7 May 2012 ........................................................................................ 35
Version 11.2.1.0.0 9 Feb 2012 .......................................................................................... 36
Getting help with My Oracle Support ........................................................................................................... 37
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>]] |
, SEQNO <seqno> [JOURNAL <journal_library>/<journal_name> [JRNRCV
<receiver_library>/<receiver_name>]]}
The following versions of Db2 for i are supported:
V5r4- PASE environment- 5722-SS1 Option 33
V6.1- PASE environment- 5761 SS1 Option 33
V7.1 PASE environment- 5770- SS1 Option 33
Starting in v11.2.1.0.6 there is the following new parameter:
If the CCSID of the PASE session is not compatible with the names of the physical files then the PRM
files must be created in UTF-8.
If the CCSID of the system is different than the CCSID of the names being used the NAMECCSID
parameter should be in the PRM file. It is in effect for all names within the PRM file:

NAMECCSID <valid IBM i CCSID>

It is recommended that if a PRM file is created and intended to be used as UTF-8 that the following line is
the FIRST line in the PRM file:

CHARSET UTF-8

In order to create a UTF-8 parameter file using the IBM i editor, you can edit your PRM file in a source
physical file in SEU using whatever CCSID that you need to use for the tables names. Then run the
following commands from any PASE shell and from within your OGG install directory (for example the
member we are converting is in MYLIB/MYFILE(MYMBR) that is in CCSID 1026, UTF-8 is CCSID
1208):

qsh -c "cat /QSYS.LIB/MYLIB.LIB/MYFILE.FILE/MYMBR.MBR | iconv -f 1026 -t 1208 >


dirprm/mymbr.prm"
setccsid 1208 dirprm/mymbr.prm

DB2 z/OS
The default character conversion for Extract on z/OS has been changed. In version 11.2 and later, column
data from any ASCII-encoded tables will be converted to EBCDIC by default. Prior to version 11.2, the
default was that no conversion would be done. Also, as of version 11.2, character conversion is no longer
supported in Extract data pumps. This includes the conversion of the input trail data as well as the trail
data that is output from a data pump.

MySQL
MySQL Clusters are now supported. GoldenGate introduces support for MySQL Cluster 7.1 and 7.2.
Users can use the same installation as Oracle GoldenGate for MySQL 5.x which provides the support.
This support includes native capture from the MySQL Cluster and delivery to a MySQL Cluster. Oracle
GoldenGate can also replicates from a source MySQL Cluster database to another supported database.
For installation and configuration assistance, see the new Oracle GoldenGate for MySQL Installation and
Setup Guide.
The following are now supported for MySQL:
WARNLONGTRANS parameter
SEND EXTRACT command with FORCETRANS, SHOWTRANS, and SKIPTRANS

Oracle
Extract can now be used in integrated capture mode with an Oracle database. Extract integrates with an
Oracle database log mining server to receive change data from that server in the form of logical change
records (LCR). Extract can be configured to capture from a local or downstream mining database.
Because integrated capture is fully integrated with the database, no additional setup is required to work
with Oracle RAC, ASM, and TDE. In addition, it supports more data and storage types as compared to
classic capture, and the support is more transparent. Additional benefits apply. See also the Parameters
and Commands sections. Integrated capture can be used to capture changes from Oracle RDBMS
versions starting with 11.2.0.3 with the 11.2.0.3 Database specific bundle patch for Integrated Extract
11.2.x (Doc ID 1411356.1). It can also be used to capture changes from Oracle versions starting with
10.2.0.4 in a downstream mining deployment.
Extract can still be configured to capture directly from the redo logs for any supported Oracle version.
This configuration is now called classic capture mode. In this mode, Extract integrates with Oracle
RMAN to manage log retention. The only change to this feature is that ADD EXTRACT no longer
automatically enables log retention. You must first issue DBLOGIN, then REGISTER EXTRACT with
the LOGRETENTION option. To disable log retention, you must first issue DBLOGIN, then
UNREGISTER EXTRACT with the LOGRETENTION option. Log retention continues to be the default,
and an error is generated if REGISTER EXTRACT is not issued before ADD EXTRACT. All other
functionality remains the same.
The checkpoint table has been upgraded to contain the SCN (the column name LOG_CMPLT_CSN, ) is
of the last completed transaction from that replicat. This can be used to help with recovery or to bypass
data in trail files that has already been applied to the target system.
As of 11.2.1.0.15, Extract can now run on a snapshot standby database in integrated upstream mode,
integrated downstream mode and in classic mode. Two new TRANLOGOPTIONS parameters were
introduced:
MINEFROMSNAPSHOTSTBY enables snapshot standby support
NOMINEFROMSNAPSHOTSTBY disables snapshot standby support (default)

PostgreSQL
Oracle GoldenGate introduces support for PostgreSQL. This support includes the mapping, manipulation,
filtering, and delivery of data from other types of databases to a PostgreSQL database. Oracle GoldenGate
does not support the capture of data from PostgreSQL to other PostgreSQL databases or to other kinds of
databases. For PostgreSQL, the INSTALL utility has two additional options:
ADDDRIVERS: Installs the PostgreSQL ODBC drivers into the Windows registry so that a DSN can
be created with the ODBC Administrator.
DELETEDRIVERS: Removes the Windows registry information that is related to the
PostgreSQL ODBC drivers.
For installation and configuration assistance, see the new Oracle GoldenGate for PostgreSQL Installation
and Setup Guide.

SQL Server
The following are now supported for SQL Server:
WARNLONGTRANS parameter
SEND EXTRACT command with FORCETRANS, SHOWTRANS, and SKIPTRANS

Sybase
The following are now supported for Sybase:
WARNLONGTRANS parameter
SEND EXTRACT command with FORCETRANS, SHOWTRANS, and SKIPTRANS

Other enhancements
General
GoldenGate now supports Advanced Encryption Security (AES) in commands and parameters to
support the encryption of passwords, trails, and data transfer across TCP/IP. BLOWFISH encryption
is still available but recommended only for backward compatibility. Note that AES encryption is not
supported for Oracle databases 9i and older. Use Blowfish for those databases. If AES is a mandatory
feature, the database must be upgraded to Oracle 10g or later.
GoldenGate now supports up to 5,000 concurrent Extract and Replicat processes per instance of
Manager.
The default trail size was increased to 100 MB
GoldenGate now provides built-in conflict detection and resolution routines to support bi-directional
and multi-master configurations. New parameters are provided to capture before images from the
transaction log, to specify columns for which the before image is used in the Replicat WHERE
clause, and to specify conflict types, resolutions, and column groups. Records that generate a conflict
are automatically sent to an exceptions MAP statement if one exists, without the need for
REPERROR to be set to EXCEPTION. See the Parameters section for new parameters that support
CDR.
GoldenGate is enhanced to support the globalization of data and object names. This support is as
follows:
o Oracle GoldenGate processes catalog, schema, table and column names in their native
language as determined by the character set encoding of the source and target databases. This
processing is extended to the parameter files and command interpreter, where they are
processed according to the operating system locale. These objects appear in their native
language format throughout the client interface, on the console, and in files.
o The Oracle GoldenGate apply process (Replicat) supports the conversion of data from one
character set to another when the data is contained in character column types. Character-set
conversion support is limited to column-to-column mapping as performed with the COLMAP
or USEDEFAULTS clauses of a TABLE or MAP statement. It is not supported by the
column-conversion functions, by SQLEXEC, or by the TOKENS feature.
o Oracle GoldenGate supports text input and output in the default character set of the host
operating system for the following: Console, command-line input and output,
FORMATASCII, FORMATSQL, FORMATXML parameters, text files such as parameter
files, data-definitions files, error log, process reports, discard files, and other human-readable
files that are used by Oracle GoldenGate users to configure, run, and monitor the Oracle
GoldenGate environment.
GoldenGate is now case aware and performs case-sensitive comparisons if the database is case-
sensitive or if the database uses double quotes to enforce case-sensitivity. If the system or database is
case-insensitive, Oracle GoldenGate converts case-insensitive names to the case in which they are
stored when required for mapping purposes. See the Oracle GoldenGate documentation for more
information about specifying case-sensitive object names in parameter files.
A new USEANSIQUOTES parameter was added to reverse the usage of double and single quotes.
Currently, literal text is supplied in double quotes. USEANSIQUOTES applies SQL-92 rules, where
double quotes denotes literal strings, and single quotes denote an object name, if required to enforce
case sensitivity.
GoldenGate now supports the use of the question mark (?) wildcard to replace a single character.
Changes were made to the TCP/IP components to:
o Support IPv6 internet protocol by default. Oracle GoldenGate switches to IPv4 if IPv6 is not
supported by the source or target system. You can use the new USEIPV6 parameter to force
the use of Internet Protocol version 6 (IPv6) by for TCP/IP connections and skip the IPv4
fallback step.
o Make port assignment more reliable. Now, Collector finds and binds a port based on the list
sent by Manager from DYNAMICPORTLIST. Formerly, Manager performed this task. This
enhancement is transparent to users.

Column Conversion Functions


A new @DDL function returns the name and owner of an object in a DDL record, the type of object that
was affected, the operation type, and the first 200 characters of the DDL statement.
New STATS and DELTASTATS options of @GETENV return DDL and DML statistics for one or more
tables.

User Exits
User exit logic provides globalization support for:
o character-based database metadata, such as the names of catalogs, schemas, tables, and columns
o the values of character-type columns, such as CHAR, VARCHAR2, CLOB, NCHAR,
NVARCHAR2, and NCLOB, as well as string-based numbers, date-time, and intervals.
o To use this support, you must recompile your user exits to use userdecs.h version 3.
The following are the globalization enhancements for user exits:
o The user exit has its own session character set. This is defined by the new
GET_SESSION_CHARSET and SET_SESSION_CHARSET callback functions. The caller
process provides conversion between character sets if the character set of the user exit is different
from the hosting context of the process.
o To enable this support in user exits, there is the new GET_DATABASE_METADATA callback
function code. This function enables the user exit to get database metadata, such as the locale and
the character set of the character-type data that it exchanges with the process that calls it (Extract,
data pump, Replicat). It also returns how the database treats the case-sensitivity of object names,
how it treats quoted and unquoted names, and how it stores object names.
o Oracle GoldenGate provides several new macros that can be called by the user exit to check the
metadata of database object names.
o The input parameter ascii_or_internal is now column_value_mode to more accurately describe
the character format of the data. It now has the following new or renamed values:
EXIT_FN_RAW_FORMAT (formerly EXIT_FN_INTERNAL_FORMAT) specifies the
canonical format.
EXIT_FN_CHAR_FORMAT (formerly EXIT_FN_ASCII_FORMAT) specifies ASCII
format.
EXIT_FN_CNVTED_SESS_FORMAT (new) specifies the character set of the user exit.
o New result codes were added:
EXIT_FN_RET_SESSION_CS_CNV_ERR: A ULIB_ERR_INVALID_CHAR_FOUND
error was returned and the character-set conversion routine failed.
EXIT_FN_RET_NO_SRCDB_INSTANCE: The source database could not be found.
EXIT_FN_RET_NO_TGTDB_INSTANCE: The target database could not be found.
EXIT_FN_RET_BAD_DATE_TIME: A date, timestamp, or interval type of column
contains an invalid date or time value.
EXIT_FN_RET_BAD_NUMERIC_VALUE: A numeric type of column contains an
invalid numeric value.
o Additional user exit enhancements are:
New EXIT_CALL_ABORT_TRANS call type is valid when the RECOVERYOPTIONS
mode is APPEND (the default). It enables the user exit to abort or discard a transaction
that was left incomplete when the writer process stopped, and then to recover and resume
processing at the start of the previous completed transaction.
EXIT_CALL_BEGIN_TRANS call type is called just before a BEGIN record of a
transaction that is read by a data pump or just before the start of a Replicat transaction.
EXIT_CALL_END_TRANS call type is called just after an END record of a transaction
that is read by a data pump or just after the last record in a Replicat transaction.
New function codes GET_CATALOG_NAME_ONLY,
GET_SCHEMA_NAME_ONLY, and GET_TABLE_NAME_ONLY to return portions
of the fully qualified table name.
Parameters
For DB2 on z/OS, two new parameters are available:
o Use the ASCIIMIXEDCCSID parameter to specify that the data to be captured is exclusively
from ASCII tables with mixed CCSID enabled.
o Use the EBCDICMIXEDCCSID parameter to specify that data to be captured is exclusively from
EBCDIC tables with mixed CCSID enabled.
The ASCIITOEBCDIC parameter now should only be used to support backward compatibility in
cases where the input trail file was created by an Extract version prior to v10.0. It is ignored for
all other cases, because ASCII to EBCDIC conversion is currently the default.
DBOPTIONS DECRYPTPASSWORD now supports decryption of AES encryption.
DDLOPTIONS DEFAULTUSERPASSWORD and PASSWORD now support AES encryption.
DECRYPTTRAIL and ENCRYPTTRAIL now support AES encryption.
ENABLEMONITORAGENT was renamed to ENABLEMONITORING.
MAP has the following new options to support the CDR feature for Oracle bi-directional replication:
o GETBEFORECOLS specifies columns for which you want the before image to be captured and
written to the trail upon an update or delete operation.
o RESOLVECONFLICT specifies how Replicat handles conflicts on operations made to the tables
in the MAP statement. Resolutions are available for the most commonly encountered conflicts.
For more information, see the MAP parameter in the reference documentation.
o COMPARECOLS specifies which columns are used for conflict detection when Replicat is
configured for conflict detection and resolution.
The EVENTACTIONS option of TABLE and MAP contains the following new or enhanced actions:
o IGNORE now includes a RECORD option to force the process to ignore only the event record
but process everything else in the transaction. RECORD is the default.
o SUSPEND pauses the process so that it retains the active context of the current run and can still
respond to SEND commands that are issued in GGSCI. When a process is suspended, the INFO
command shows it as RUNNING, and the RBA field shows the last checkpoint position. To
resume processing, issue the SEND <group> command with the new RESUME option.
o SHELL has two forms: The basic form executes a basic shell command that is sent to the system
in its literal value. SHELL with the new VAR clause supports parameter passing in a shell
command.
EVENTACTIONS is now an option of the DDL parameter. It causes the Extract or Replicat process take
a defined action based on a DDL record in the transaction log or trail. The DDL event is triggered if the
DDL record is eligible to be written to the trail by Extract or a data pump, or to be executed by Replicat,
as determined by the other filtering options of the DDL parameter.
TRANLOGOPTIONS has the following new or enhanced options:
o ASMUSER now supports AES encryption.
o MININGUSER specifies a user name and password for Extract to use to log into a downstream
Oracle mining database when Extract is in integrated capture mode. It supports AES encryption.
o FETCHPARTIALXML fetches the full XML document, instead of using the partial change
document from the redo log. By default, the logmining server sends Extract a whole or partial
XML document, depending on whether all or part of the source document was updated.
o INTEGRATEDPARAMS passes parameters for the logmining server to the mining database
when Extract is in integrated capture mode.
RMTHOST and RMTHOSTOPTIONS have new options that enable to use the asynchronous streaming
IP protocol by default, and fall back on the synchronous protocol if the sending or receiving system does
not support it.
o STREAMING enables streaming. The receiver (Collector) does not send an acknowledgement to
the sender (primary Extract or data pump) for any data packet unless the packet contains a flag
requesting a response. Because this method omits acknowledgements, it is faster than the
synchronous protocol.
o NOSTREAMING enables the synchronous internet protocol. The sender sends a packet and then
waits for the receiver to acknowledge it, before sending the next packet. This method is more
reliable than streaming, but slower, especially where there is already high network latency.
The ENCRYPT option of RMTHOST and RMTHOSTOPTIONS now supports AES encryption.
USERID now supports AES encryption.
The following parameters are added for globalization support:
o CHARSET: Valid for Extract, Replicat, DEFGEN, Manager, GLOBALS, specifies an alternative
character set to use for a parameter file in the event that the local platform does not support a
required character or characters in the default character set. By default, the character set of the
operating system is used to read parameter files. CHARSET options also are available for other
parameters that create files, where the file now can be created in the specified character set.
o SESSIONCHARSET: Valid for GLOBALS, sets the character set for the database login session
of all local processes.
o USEANSISQLQUOTES: Enables the use of double quotes for literal strings and single quotes for
object names.
A new ALLOWNONVALIDATEDKEYS parameter was added for GLOBALS so that Extract, Replicat,
and GGSCI commands can be configured to allow primary keys that are not validated, or keys that are
invalid, to be used by as a unique identifier. This parameter overrides the key selection criteria that is
used by . When it is enabled, will use NON VALIDATED and NOT VALID primary keys as a unique
identifier.
GENLOADFILES and FORMATASCII have a new CHARSET option to specify the encoding of ASCII
characters in Oracle NCHAR columns. The valid value is UTF8.
AUTOSTART manager parameter now works with JAGENT. Syntax is AUTOSTART JAGENT

Commands
MININGDBLOGIN supplies user credentials for Extract to log into a downstream Oracle mining
database when Extract is in integrated capture mode.
REGISTER EXTRACT with the DATABASE option is issued after DBLOGIN or MININGDBLOGIN
to establish database logmining server to support integrated capture.
UNREGISTER EXTRACT with the DATABASE option removes the database logmining server.
ADD EXTRACT has the following changes:
o This command no longer automatically registers Extract with the database for
LOGRETENTION. Now you must explicitly register the Extract by using the REGISTER
EXTRACT command with the LOGRETENTION option.
o The INTEGRATED TRANLOG option specifies to add the Extract in integrated capture mode.
o The THREADS option must be set to 1 when using integrated capture.
ALTER EXTRACT has new options to support changing from classic capture to integrated capture, or
from integrated capture to classic capture:
o UPGRADE INTEGRATED TRANLOG converts an Extract that currently is in classic capture
mode to the integrated capture mode.
o DOWNGRADE INTEGRATED TRANLOG converts an Extract that currently is in integrated
capture mode to classic capture mode.
INFO EXTRACT now displays the current Extract capture mode. The new UPGRADE and
DOWNGRADE options show whether Extract can be upgraded to integrated capture mode or
downgraded to classic capture mode, as applicable.
SEND EXTRACT has the following changes:
o It has a new RESUME option to direct Extract to resume processing after an EVENTACTIONS
with SUSPEND was triggered.
o It now shows the status of SUSPENDED when Extract is suspended as a result of
EVENTACTIONS.
o It has a new TRACE OFF <file name> option to support the EVENTACTIONS feature.
STATUS EXTRACT also now displays the status of SUSPENDED.
SEND REPLICAT has the following changes:
o It has a new RESUME option to direct Replicat to resume processing after an EVENTACTIONS
with SUSPEND was triggered.
o It now shows the status of SUSPENDED when Extract is suspended as a result of
EVENTACTIONS.
o It has a new TRACE OFF <file name> option to support the EVENTACTIONS feature.
STATUS REPLICAT also now displays the status of SUSPENDED.
ENCRYPT PASSWORD now supports the AES encryption standard.
INFO TRANDATA now shows whether Oracle supplemental logging is enabled and shows any columns
that are being logged supplementally.
DBLOGIN now has a SESSIONCHARSET option that sets the character set of the GGSCI session for all
subsequent commands.
Utilities
DEFGEN is enhanced to support globalization. The following are new parameters for DEFGEN:
o NOEXTATTR is a command line parameter that supports backward compatibility with versions
that are older than Release 11.2.1, which do not support character sets other than ASCII and do
not support case-sensitivity or object names that are quoted with spaces.
o UPDATECS is a command line parameter that updates the character set of an existing definitions
file.
o CHARSET generates the definitions file in the specified character set.
o Note that any z/OS DEFGEN output files should be FTPed and downloaded in BINARY to non-
z/OS servers.
Documentation enhancements and corrections
A new Error Messages Guide is now available. This document contains the cause and action of
errors, warnings, and informational messages that are written to the event log. This guide is
available with the other published documentation.
For unused columns in Oracle, it is not necessary to have the same exact structure and location of
the unused columns on the target table. This is for both integrated and classic Extract.

Deprecated parameters and commands


The CACHEBUFFERSIZE option of the BR parameter is now deprecated.
TRANLOGOPTIONS _OPTIMIZEROWMIGRATION is now the default. And the
parameter has been removed.

Documentation Addendum
This section serves as an addendum to the Oracle GoldenGate for Windows and UNIX
Administration Guide and Reference Guide. It includes items that have not been covered in the
manuals due to changes made to the product or the documentation after the documentation has
been published.
_IGNORETSERECORDS
_IGNORETSERECORDS(Oracle) has been moved to an internal parameter and should not be
used unless instructed to by Oracle Support.

This parameter causes Extract to ignore transaction records that contain data that is encrypted
with Tablespace Encryption (TSE). This parameter prevents Extract from abending when Extract
is not configured properly to support the capture of TSE data. Regardless of how many TSE
records are ignored, Extract generates only one warning message in its current run. Ignoring
TSE records can have the following consequences:
It can cause an entire transaction to be discarded, which in turn might cause DML on
non-encrypted tables in the transaction to get skipped and become out of synchronization
between source and target. The non-encrypted data gets skipped because the change
vector (5.1) that contains the xid and object id is encrypted, even though the table itself
is not in an encrypted tablespace.
Encrypted records can be generated on objects that are outside TSE when TSE is
deployed, and these also will be affected by this parameter.

Due to the nature of the data loss that can be encountered by skipping any record that is
encrypted in the log, this parameter is only to be used with guidance from qualified Oracle
support or development personnel. To configure Extract to support TSE, see the Oracle
GoldenGate Oracle Installation and Setup Guide.

Additional privileges for REGISTER command


Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

The fix for bug 14186930 may require additional privileges to be granted to the Oracle
GoldenGate database user before issuing the REGISTER command. Customers setting up an
Integrated Extract in a downstream configuration where the Oracle source database is version >=
11.1.0.5 and <= 11.2.0.1 may now need to grant privileges to execute a PL/SQL procedure from
the dbms_logmrn_d package. The user will also need privileges to select from the
sys.logmnr_buildlog table.

16
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

Documentation Errata
This section contains corrections to errors in the documentation that were found after this version
of the documentation was published.
Checkpoint table
The checkpoint table has been modified in this release. If you choose to rebuild the checkpoint
table, the new columns are

log_csn VARCHAR2(129), it contains the latest CSN value read from input
log_xid VARCHAR2(129), contains the latest transaction id read from input
log_cmplt_csn VARCHAR2(129), contains the latest CSN of the latest complete transaction
log_cmplt_xids VARCHAR2(2000), contains a list of complete transactions sharing the same
CSN as the latest completed one.

Please do not edit or modify the data in this table as it could cause data inconsistencies.
Replication to views in SQL Server
The documentation implies that replication to a view is supported. Capture and Delivery of views
is not supported. The underlying tables can be extracted and replicated.
MAXFETCHSTATEMENTS

MAXFETCHSTATEMENTS is erroneously documented as a standalone parameter. It is an


option of the FETCHOPTIONS parameter.

Oracle integrated capture


The Oracle GoldenGate for Oracle Installation and Setup guide states:
You can use integrated capture for a source database with a compatibility of 10.2.0.0.0 or
higher, but in this mode, Securefile LOBs, XML columns, Transparent Data Encryption, and
UDTs are not supported. You can get full data type and storage support for these versions in
integrated capture mode if a downstream mining deployment is used. The mining database itself
must be 11.2.0.3 with the 11.2.0.3 Database specific bundle patch for Integrated Extract 11.2.x
(Doc ID1411356.1).
The correct text should be:
You can use integrated capture on an 11.2.0.3 downstream mining database for a source database
with a compatibility less than 11.2.0.3, but in this mode, Securefile LOBs, XML columns,
Transparent Data Encryption, and UDTs are not supported. The downstream mining database
must have the 11.2.0.3 Database specific bundle patch for Integrated Extract 11.2.x (Doc
ID1411356.1) applied.
Section 1.6.1.2 should read that IOTs with Mapping Tables are supported with Integrated
Capture.
MACRO parameter

17
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

The documentation does not clearly state that the MACRO parameter must be terminated with a
semi-colon.
TABLEEXCLUDE and MAPEXCLUDE
The documentation does not clearly state that these parameters also can be used to exclude
sequences.
ALTER EXTRACT missing option
The documentation is missing the THREADS option for the ALTER EXTRACT DOWNGRADE
INTEGRATED TRANLOG option. The correct syntax should be:
[, DOWNGRADE INTEGRATED TRANLOG [THREADS <number>]]
When downgrading on a RAC system the THREADS option must be used to specify the number
of RAC threads.
EVENTACTIONS
The documentation for STOP in the EVENTACTIONS documentation is misleading. The correct
statement should be:
Brings the process to a graceful stop when the specified event record is encountered. The
process waits for other operations within the event transaction to be completed before stopping.
MANAGESECONDARYTRUNCATIONPOINT
The reference documentation omits SQL Server 2008 support for this parameter. The correct
documentation is:
(SQL Server 2005, SQL Server 2008/2008R2, and Sybase) Controls whether or not Oracle
GoldenGate maintains the secondary truncation point.
SQL Server 2005, SQL Server 2008/2008R2:
Use MANAGESECONDARYTRUNCATIONPOINT if Oracle GoldenGate will not be running
concurrently with SQL Server replication or non-Oracle GoldenGate CDC configurations, so that
Oracle GoldenGate will maintain the secondary truncation point. Use
NOMANAGESECONDARYTRUNCATIONPOINT if Oracle GoldenGate will be running
concurrently with SQL Server replication or non- Oracle GoldenGate CDC configurations.
ROWID
The Oracle GoldenGate for Oracle Installation and Setup Guide incorrectly states that ROWID
data type is not supported. This type is supported.
SUPPRESSTRIGGERS
The reference guide incorrectly states that DBOPTIONS with SUPPRESSTRIGGERS should be
placed before USERID. It should be placed after USERID.
REPERROR
The reference guide mistakenly shows RETRYDELAY as a REPERROR option. That option is a
DDLERROR option. The correct delay options for REPERROR are: DELAY, DELAYSECS, or
DELAYCSECS.
Manager on Windows
The documentation omits the fact that when installed as a Windows service, Manager may not be
able to start a large number of Extract and Replicat groups. However, you can run Manager from
the desktop to support more groups. The issue relates to how Windows handles heap sizes for

18
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

non-interactive processes. By default, it makes the heap size smaller, which limits the number of
groups that Manager can start to 128 (for 64 bit) or 64 (for 32 bit).

Compressed Records in DB2


Capturing compressed records in DB2 is supported as long as the table does not contain a LOB
column.

19
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

Installation and Upgrades


The installation file downloaded from Oracle is not compressed using gzip, instead it is a standard
.zip file. To uncompress the download, please use the following methods:
Windows Please use winzip or other method that can support files with the .zip
extension.
Unix / Linux Please use the unzip command utility to uncompress the
downloaded file.
Mainframe Please use the unzip command utility to uncompress the downloaded
file.
If you do not have any of these utilities on the server, you can download them from Oracles
website at http://updates.oracle.com/unzips/unzips.html
For upgrade instructions, see the separate Oracle GoldenGate for Windows and UNIX Upgrade
Instructions.

Corrected Problems
For questions on specific bugs or ticket numbers, please consult Oracle Customer Support. SR is
the Oracle Support SR number, and BugDB is the bug identification number.

Version 11.2.1.0.20 14 March 2014


16696132 - IE EXTRACT IS RESOLVING MDRS_* SEQUENCES FOR SPATIAL INDEX
CAUSING REPLICAT FAIL. Spatial temporary tables and sequences were created and extract
was ignoring them.
17929301 - IE SEGV DURING UPDATE TO MULTIPLE OBJECT COLUMNS. Update to
multiple ADT columns caused Integrated Extract to abend with no apparent error.
14028505 - DB2400 - SYSTEM FILES NOT IN CATALOG WILL NOT BEEN SEEN AND
FAIL TO REPLICAT. If a physical file has been created with no DDS or SQL DDL the table is
considered to be internally described or program described. Support has now been added to
process such files.
17797270 - z/OS - ERROR OGG-00369 ERROR IN TOKEN CLAUSE - CHARACTER SET
INCORRECT. Token name in error message was unreadable because it was presented in UTF8
instead of session character set.
18082558 - IE CHECKPOINTRETENTIONTIME PARTIAL DAYS NOT HONORED.
18173828 - EXTRACT HUNG AFTER RESTART. Internal deadlock issue in resolving wildcard
characters is resolved.
14028505 - DB2400 - SYSTEM FILES NOT IN CATALOG WILL NOT BEEN SEEN AND
FAIL TO REPLICAT.
17899533 - ORA-4031 CAUSING REPLICAT TO LOSE TRANSACTIONS. Replicat will now
abend by default on ORA-4031.

20
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

18117010 - GETFILE PARAMS NOT SENDING CORRECT VALUES FOR CERTAIN


UNICODE CHARACTERS. An issue while converting Unicode characters to UTF-8 was fixed
that affected OGG Director.
17968553 - EXTRACT ABENDS WITH OGG-00664 INVALID USERNAME/PASSWORD W/
USERID / SYSDBA. Enabled Extract to pass sysdba flag to Oracle when logging on with the
syntax "userid / sysdba".
17958962 - PARAMETER TO CHANGE CHECKPOINTRETENTIONTIME IN CLASSIC
EXTRACT. Added new parameter "DAYS" to TRANLOGOPTIONS LOGRETENTION to
configure logretention time in classic extract.
17897195 - Teradata: REPLICAT ABENDS WITH OGG-00551 DATABASE OPERATION
FAILED: BINDING STATEMENT.
17023729 - EXTRACT PUTTING DELETE IN THE TRAIL FILE WHICH DOES NOT EXIST
IN ARCHIVELOG. Fixed issue where two updates on same row in same transaction when
second update caused row piece migration that was being interpreted as a delete.
17334509 - IE : EXTRACT FAILS TO ABEND WITH OGG-01028 FORMATTING ERROR.
Usage of ALTID will now cause Extract to abend as it is not supported.
17943750 - OGG 12C - CLASSIC EXTRACT PERFORMANCE DEGRADATION FROM
V11.1 CLASSIC EXTRACT. Minor performance issue was fixed.
17234921 - GGSCI DOESNT SHOW JAGENT AFTER WE ISSUE DELETE DATASTORE
COMMAND. Deleting the datastore was disabling jagent commands
18105480 - REPLICAT IS KEEP ABENDED WITH OGG-01296. Unique indexes associated
with disabled constraints were ignored when determining key columns.
18043695 - EXTRACT V11.2 WRITES TRAILS WITH 2 PART NAMES WHILE 11.1
WORKS FINE. In 11.2 if mapping within extract using a target definition file that requires a
three part name in the Trail then _ALLOW3PARTNAMES will need to be specified to re-instate
11.1.x behavior.
17500610 - ORCL2MSSQL:WARNING OGG-00869 RELATED WITH XML TYPE SHOW
UP ON REPLICAT SIDE. MSSQL delivery sometimes corrupt XML data values when the
source database is not MSSQL.
17973065 - EXTRACT PUMP DOESN'T CONVERT TRAIL FILE TO XML FORMAT WHEN
USED IN PASSTHRU MODE. FORMATASCII, FORMATXML, and FORMATSQL are
mutually exclusive with PASSTHRU and when used togehter the Extract process will now abend
with the proper error message.

Version 11.2.1.0.19 21 February 2014


17641349 - Z/OS: AFTER UPGRADE OF DB2 EXTRACT TO 11.2, 11.2 TERADATA
REPLICAT FAILS. Correct z/OS only problem with EBCDIC to ASCII conversion of decimal
data type stored as string.
17952516 ORACLE REPLICAT - SOURCE AND TARGET COLUMNS DO NOT MATCH.
Prevented character set conversion for binary columns.
18035994 - SYBASE EXTRACT FAILS WITH SEGMENTATION FAULT. Core dump issue is
fixed when xml/html data involves with a LOB column.

21
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

17804887 - EXTRACT IS NOT CAPTURING NULL COLUMN VALUE FOR INSERTS IF


USING GETBEFORECOLS.

Version 11.2.1.0.18 4 February 2014


17943788 - SQL SERVER OGG REPLICAT ABENDS WITH " ERROR OGG-00868 NATIVE
ERROR: 0, 0"
17943788 - SQL SERVER OGG REPLICAT ABENDS WITH " ERROR OGG-00868 NATIVE
ERROR: 0, 0". Fixed junk string issue when assigning an empty string to a column in COLMAP.
17881677 - FAILS TO GET VALUES FROM SQLEXEC FOR LOOKUP QUERY. Limited
character set support is added for SQLEXEC. @GETVAL() maps to target now apply correct
data.
17897353 - EXTRACT DATA PUMP SPAWNING EMPTY JOBS ON ISERIES. When OGG
jobs are set to LOGLVL(4 0 *SECLVL) or anything higher than LOGLVL(0 0 *NOLIST) it is
possible to get joblogs that contain messages that indicate that there was no joblog produced
because the logging level did not cause any messages to be logged. This fix corrects that so that
any LOGLVL value can be used with no improper side effects.
17889806 - INTEGRATED EXTRACT (IE) DID NOT GET BEFORE RECORD, WHILE
CLASSIC EXTRACT GOT IT. BEFORE_IMAGE was not present when updating large LOB in
Integrated Extract.
17790908 - OGG EXTRACT PUMP ABEND DETECTED DATABASE METADATA
MISMATCH. OGG Extract abends with ERROR OGG-05500 Detected database metadata
mismatch.

Version 11.2.1.0.17 14 January 2014


17898682 - TRAILING SPACES ON FIXED LENGTH CHAR AND GRAPHIC FIELDS NOT
SENT, COULD CAUSE MAPPING ISSUES IF MAPPED TO A VARCHAR OR ORACLE
DATABASE IF THE COLUMNS ARE SPECIFIED AS NOT NULL.
17643084 - EXTRACT DOES NOT MOVE AND STICKS TO A BINARY LOG WHEN DB
RECOVERS FROM CRASH/STOP.
17444420 - ADD INTERNAL PARAMETER FOR CLASSIC EXTRACT TO STILL
SUPPRESS COMPRESSION ERRORS.
17432000 INTEGRATED EXTRACT ABENDS WITH A MISSING LOGFILE ERROR
OGG-00866,ORA-01291: MISSING LOGFILE, AS SOME LOG SEQ#S ARE MISSING AND
AFTER RESTORING THE LOGS, EXTRACT RUNS WITHOUT ANY ERRORS.
17636921 - DURING DEFAULT MAPPING, VARIABLE NAMES ARE COMPARED WITH
"AND" AND "OR" TO SEE IF THEY ARE CONJUNCTIVES. THIS CAUSED COLUMNS
OF THE SAME NAME TO BE INCORRECTLY MAPPED.
17214768 DB2 Z/OS EXTRACT ABEND WITH OGG-00785 ROW IMAGE DOES NOT
MATCH TABLE DEFINITION AFTER TABLE REORG.
17478991 - DUE TO RECENT CHANGES IN GLOBALIZATION CODE, DDLSUBST
FUNCTIONALITY BECAME CASE-SENSITIVE.

22
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

Version 11.2.1.0.16 17 December 2013


17749813 - NEW NATIVE COMMAND INTERFACES FOR MGR, EXTRACT, REPLICAT,
GGSCI, LOGDUMP, KEYGEN AND DEFGEN. THESE NEW IBM I COMMANDS WILL
ALLOW CUSTOMERS TO OPERATE ORACLE GOLDENGATE USING THE NORMAL
COMMAND INTERFACE OR SUBMIT JOBS USING SBMJOB OR OTHER WORKLOAD
MANAGEMENT TOOLS.
17474231 - PROBLEM DURING SEQUENCE REPLICATION WHERE REPLICAT
REPORTED ERROR OGG-01163 BAD COLUMN LENGTH WHEN THE SEQUENCE
NAME INVOLVED MULTIBYTE CHARACTERS.
17497933 - IN ALL MYSQL VERSIONS STARTING FROM 5.1.46 AND 5.5.3 THE BIT
DATATYPE IS WRITTEN IN A NEW FORMAT TO THE BINARY LOG. CHANGED
ALGORITHM TO INTERPRET THIS DATATYPE CORRECTLY FOR OLD AND NEW
LOG.
17641947 - EXTRACT WAS ABENDING WHEN ENCOUNTERING DDL FROM DBLINKS.
DBLINKS IS NOT SUPPORTED, SO EXTRACT WAS CHANGED TO ENABLE THIS
CONDITION TO BE FLAGGED AS A WARNING AND CONTINUE.
16887800 - REPLICAT WAS TAKING SEVERAL HOURS TO START WHEN PROCESSING
A LARGE SOURCEDEFS FILE.
17629464 - TIMESTAMP AND INTERVAL DATA TYPES WEREN'T MAPPED TO NCHAR
COLUMN BECAUSE CHARACTER SET WASN'T CONVERTED.
17223151 - DURING AN UPGRADE ADDITION OF SUPPLEMENTAL LOG GROUPS
WERE NOT FILTERED.
16996012 - IMPROVE MESSAGING FROM EXTRACT TO INDICATE THAT PENDING
DDL AND DMLS ARE TO BE PROCESSED BEFORE ANY UDT DDLS.

Version 11.2.1.0.15 26 November 2013


13792020 - STATOPTIONS SPECIFIED IN THE PARAM FILE WERE BEING IGNORED BY
THE GGSCI STATS COMMAND
17031022 - ADDED SUPPORT FOR EXTRACT TO RUN ON A SNAPSHOT STANDBY
DATABASE
17192058 - ALLOW REPLICAT TO RETRIEVE ROWID FROM RECORD IN TRAIL FILE
17317808 - REPLICAT DOES NOT DELIVER TO TABLES WITH WINDOWS USER
SCHEMAS
16630088 - WHEN USING NOEXTATTR IN DEFGEN, THE GENERATED DEFSFILE WAS
NOT UPPERCASING THE SCHEMA+TABLENAME
17531707 - UNCOMPRESSED, UNENCRYPTED, STORED IN ROW, SECUREFILE LOBS
WERE NOT WRITTEN TO TRAILS FOR DELETE RECORDS
17385112 ADDRESSED SECURITY VULNERABILITY IN MANAGER
17257350 - FIXED BUG WHERE USER USING KEYWORD AS COLUMN NAME CAUSED
REPLICAT TO ABEND

23
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

16506751 - WILDCARD CHARACTERS ASTERISK (*) AND QUESTION MARK (?), IF


PRESENT IN USERID/PASSWORD THEN DBLOGIN THROWS ERROR
17031022 - ADDED SUPPORT FOR EXTRACT TO RUN ON A SNAPSHOT STANDBY
DATABASE. INTRODUCED A NEW TRANLOGOPTION
NO]MINEFROMSNAPSHOTSTBY. THIS IS ORACLE-SPECIFIC AND THE SETTING
WILL BE NOMINEFROMSNAPSHOTSTBY BY DEFAULT.

Version 11.2.1.0.14 5 November 2013


17543898 - GGSCI ADD SCHEMATRANDATA' DOES NOT TURN ON ALL COLUMN
SUPPLEMENTAL LOGGING
16838483 - ASM FILE BLOCK SIZE NOT PICKED UP, BUT USING A STANDARD SIZE
THROWING ORA-24331
17538328 DB2I: ON SOME DELETE OPERATIONS, THE TRAIL COULD CONTAIN
DATA THAT CAN CAUSE REPLICAT TO ABEND WITH COLUMN INDEX OUT OF
ORDER ERROR
17471678 DB2 ISERIES EXTRACT NOT CAPTURING TABLES WITH CCSID 65535
CORRECTLY. ADDED NEW OPTION DBOPTIONS BINDCHARFORBITASCHAR TO
EXTRACT, REPLICAT AND DEFGEN. IT ALLOWS COLUMNS THAT ARE DEFINED AS
CHAR/VARCHAR WITH CCSID 65535 OR CHAR/VARCHAR FOR BIT DATA TO BE
TREATED AS IF THE FIELD HAD A NORMAL TRANSLATABLE ENCODING
17450167 - INTEGRATED CAPTURE SLOW PROCESSING ALTER SEQUENCE DDLS
17439155 - EXTRACT ABENDS WITH DB2READLOG() ERROR WHILE TRYING TO
POSITION TO LSN 0
17380117 - CERTAIN QUERIES IN DDL_SETUP.SQL MAY RUN VERY SLOW WHEN
SOURCE DB HAS TOO MANY CONNECTIONS
17340345 - MYSQL REPLICAT ABENDS WITH DUPLICATE PRIMARY KEY VIOLATION
17297243 - REPLICAT ABENDS WHEN USING ODBC WITH BATCH MODE
17215678 EXTRACT ABENDS OR HANGS DUE TO MEMORY CORRUPTION
17215577 - DB2i: THE DBLOGINUSER, DBVERSION, DBMAJORVERSION,
DBMINORVERSION, DBNAME AND TRANSACTION USERNAME ENVIRONMENT
VARIABLES WERE NOT SET CORRECTLY
17080985 - REPLICAT MEMORY USAGE ISSUE ON EXADATA BOX CAUSING NODE
FAILURE
17064061 - A DISCARDED RECORD'S BEFORE IMAGE IS INCORRECT WHEN
KEYCOLS IS IN USE
17026426 - DB2 REPLICAT ABENDS WITH A CORE DUMP WHEN BATCHERRORMODE
IS ENABLED WITH BATCHSQL
10240388 MANAGER WITH PURGEOLDEXTRACTS FAILS TO PURGE SOME TRAIL
FILES
17453625 - WHEN PASSING A NULL INPUT PARAMETER TO A STORED PROCEDURE,
THE CALL FAILS WITH OGG-03015 CHARACTER SET CONVERSION FAILURE FOR

24
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

ERROR CODE 1002

Version 11.2.1.0.13 11 October 2013


17434145 - 11.2.1.0.7+ EXTRACT IS SLOW WRITING TRAIL FILE, TOO MANY FSYNC
CALLS
17439155 - EXTRACT ABENDS WITH DB2READLOG() ERROR
17437023 - SQL/MX COLUMNS DEFINED AS CHAR/VARCHAR UCS2 HAVE CORRUPT
DATA
17363190 - REPLICAT ABENDS: OGG-00551 DATABASE OPERATION FAILED:
BINDING STATEMENT COLUMN
17355478 - EXTRACT ABENDS WITH "OUT OF ORDER SCN" ERROR AS OF A FIX IN
BUG 16694692
17317448 - EXTRACT CAPTURES NULL FOR AN AFTER(NOT BEFORE) IMAGE OF A
KEY COLUMN IN PKUPDATE
17235829 - REDUCE OVERHEAD FROM REDO_FLUSH
16870850 - EXTRACT TCP/IP ERROR 4127 (CONNECTION REFUSED).

Version 11.2.1.0.12 20 September 2013


17035110 - PARAMETER SUBSTITUTION DOES NOT WORK IN 11.2.1.0.6

Version 11.2.1.0.11 10 September 2013


14263013 - DB2400 FLOAT, REAL & DOUBLE DATA CORRUPTION WITH INITIAL
LOAD
17068697 - INTEGRATD CAPTURE EXTRACT ABENDS: ORA-26938: MESSAGE 26938
NOT FOUND
17046046 - INCONSISTENCY IN TRAIL TIMESTAMP VALUES BETWEEN CLASSIC
AND INTEGRATED EXTRACT
17076303 - EXTRACT ABENDS WITHOUT ANY ERRORS WHEN USING FORMATSQL
ORACLE
17219739 - DB2I: UNABLE TO FETCH CHARACTER BASED FIELDS

Version 11.2.1.0.10 22 August 2013


16896588 - REPLICAT ABENDING WITHOUT ERROR MESSAGE WHEN USING
SQLEXEC
16081029 - MAPPING UNIQUEIDENTIFIER TYPE TO RAW (16) FROM MSSQL TO
ORACLE, GET INCORRECT VALUE
16629201 - EXTRACT COMMAND TIMEOUT WHEN EOFDELAY=0

25
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

16031854 - INCONSISTENT BEHAVIOR IN INITIAL LOAD EXTRACT FOR BIT DATA


TYPE FROM SQLSEVER

Version 11.2.1.0.9 13 August 2013


16922501 - GOLDENGATE REPLICATE PROCESS ABENDS WITHOUT ERROR
MESSAGE
16843333 - REPLICAT ABENDS WITH OCI ERROR GETTING OCI_ATTR_NAME FOR
UDT SYS.XMLTYPE
16857778 - V11.2 EXTRACT FALSELY ABENDS WITH "NO MINIMUM SUPPLEMENTAL
LOGGING"-- 11.1 WORKS
13522196 - INCONSISTENT KEY SELECTION FOR A TABLE WITH INVALIDATE PK
16597313 - 11.2.1.0.4 EXTRACT ABENDS WITH NO ERROR IN REPORT FILE

Version 11.2.1.0.8 30 July 2013


17031276 - ALTER EXTRACT DATA PUMP EXTRBA ### INCORRECT
16494228 - REPLICAT DIDN'T PROCESS TRAIL DATA WHEN MAPPING SOURCE
TABLE LOW CASE

Version 11.2.1.0.7 - 16 July 2013


13843209 - EXTRACT MISSING DATA FROM INTERVAL PARTITIONED TABLE AT
RUN TIME
16440919 - JAGENT MUST BE LAUNCHED BY MGR FOR OGG INSTALL ON WINDOWS
9426396 - OS-3149-GG: RFE: HANDLE RMTTRAIL NAMES THAT ARE THE SAME BUT
WITH DIFFERENT TARG
16837250 - IMPLEMENT WARNING MESSAGE FOR TRAIL FILES COMING CLOSE TO
999999 LIMIT
16880185 - DB2400 - NAME WITH ".' CHARACTER CAUSES ABEND
16875365 - DB2400 - ENABLE > 8 CHARACTER USER NAME IN INSTALLER SCRIPT
16717523 - DB2I - GGOS400INSTALL DOES NOT WORK WITH IASP
16878195 - DB2400 - SEGV WHEN PERFORMING DBLOGIN
16817481 - EXTRACT PROCESS USES WRONG KEY COLUMNS
16775004 - RFE: SUPPORT FORMATXML FOR LOB/BLOB/XML ET AL WHEN LARGER
THAN 4K
16909471 - GOLDENGATE REPLICAT TO VIEW FAILS: TABLE DOES NOT EXIST IN
TARGET DB
16874949 - Z/OS EXTRACT EXECUTES SQLEXEC QUERY FAILS WHEN USING
TRAILCHARSETASCII
16865401 - EXTRACT ABEND WITH DETECT INCONSISTENCY IN PDATA WITH
PDATA START AT RBA 107497

26
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

16797913 - DB2400 - FETCH WITH COLUMN CCSID 65535 CAUSES CONVERSION


ERROR

Version 11.2.1.0.6_03 - 24 June 2013


16837538 - EXTRACT ABEND WITH TRAN ID OF 0
16734765 - DB2400 - OPTIMIZE THE JOURNAL READER
16717315 - DB2ISERIES: MISSING INSERT ON BASE BUG 14734558 ON ISERIES 5.4
AND 7.1 ONLY
16796735 - DB2LUW : TRANLOGOPTIONS EXCLUDEUSER IS BROKEN
16283968 - REPLICAT FAILS WHEN ALTERED/ ADDED WITH BEGIN OPTION
ALTHOUGH RECORD EXIST
15933541 - IGNOREMAPPING CAPITALIZE THE JAVA CLASS NAME THEREFORE THE
DDL IS INVALID
9735915 - MANAGER SHOULD KEEP RUNNING AFTER NETWORK CHECK BY *****
NETWORK MONITORING

Version 11.2.1.0.6_02 - 10 June 2013


10379816 - REPLICAT ABENDS WITH NO ERROR WHEN USING BATCHSQL
14588337 - REPLICAT ABENDS WITH ORA-00942 ORA-06512 FOR XMLTYPE DATA
14064948 - EXTRACT ABENDS WITHOUT ERROR MESSAGE (MUNMAP, MSYNC)
16704880 - REPLICAT NOT ASSIGNING NCHAR/NVARCHAR2 BEFORE
16718699 - OGG REPLICAT NOT REPLICATING VARGRAPHIC COLUMNS CORRECTLY

Version 11.2.1.0.6_01 - 28 May 2013


16764719 - GGSCI DOES NOT WAIT FOR JAGENT TO TERMINATE WHEN THE STOP
JAGENT USED
16761976 - BDB FLAG DB_FAILCHK DOES NOT WORK AS EXPECTED IN ENV->OPEN
16745962 - GGSCI HANGS IN __DB_HYBRID_MUTEX_SUSPEND WHEN MONITORING
IS ENABLED
16775608 - MANAGER PERFORMS BACKGROUND TASKS SYNCHRONOUSLY ON
*NIX
16343547 - COLUMN MAPPING FUNCTION WITH MIX OF CHAR/NCHAR CORRUPTS
DATA
16690124 - EXTRACT ABENDINIG WITHOUT ANY ERROR
16705087 - MYSQL EXTRACT DOES NOT CAPTURE TEXT COLUMNS UPDATED WITH
EMPTY STRING
16562964 - OGG STATS COMMAND CAUSES EXTRACT TO ABEND
16265487 - SYBASE REPLICAT ABENDS WITH ERROR OGG-00868 CANNOT DO
CS_PREPARE FOR MAPPING

27
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

14160227 - REPLICAT COULD NOT RETRIEVE DEFINTION FOR THE TABLE WHICH IS
VIEW
16617590 - REPLICAT PARAMETER "CDROPTIONS _CHECKNULL" DOES NOT WORK
CORRECTLY
16522174 - EXTRACT (11.2.1.0.5) TAKES LONG TIME TO START ON PARTITIONED
TABLE
16396505 - ADD TXN ID, REDO SEQ, RBA OF THE FAILURE FOR ERROR IN BUG
16382644
16407881 - EXTRACT ABENDS WITH ERROR OGG-00665 OCI ERROR
16487293 - GOLDENGATE REPLICAT UPDATE IS SKIPPED WHEN THE
LAST_DML_TIMESTAMP IS NULL
16396677 - OGG CONFIGURATION ISSUE WITH OS AUTHENTICATED ACCOUNT
16186936 - GGS MYSQL EXTRACT CONSISTENT EXCESSIVE CPU USAGE
16330093 - EXTRACT ABENDS WHEN USING ORACLE WALLET TO CONNECT
16390509 - EXTRACT IS NOT CONFIGURED TO CAPTURE CHANGES FROM THREAD
196608

Version 11.2.1.0.6 - 24 April 2013


16264201 - DB2 ISERIES EXTRACT ABEND: GGCOLUMNADDBYINDEX :
GG_OBJ_RECORD
16391147 - EXTRACT ABENDS WITH ERROR: ERROR CONVERTING DATA FROM
CCSID 37 TO CCSID 1208, ER
16463798 - GGSCI:DELETE TRANDATA FAILS IF EXISTING JOURNAL IMAGE DOES
NOT USE BEFORE/AFTER
16463615 - DB2 ISERIES REQUIRED PERMISSIONS CANNOT BE ADDED DUE TO FILE
LOCKING
16301960 - EXTRACT SOURCEISFILE CREATES CORRUPTED RECORDS IN TRAIL
16398245 - Z/OS EXTRACT ABENDS WITH MAX COPY 1 LOGS EXCEEDED"
9417000 - OS-4915-GG: RFE:CORRECT MGR PORT NUMBER DISPLAYED IN PROCESS
LIST
16368582 - EXTRACT ABEND WITHOUT ANY ERROR WHEN USING FORMATXML
AND DDL
16343547 - COLUMN MAPPING FUNCTION WITH MIX OF CHAR/NCHAR CORRUPTS
DATA
16037994 - MYSQL REPLICAT TRUNCATES TEXT COLUMN TO 63 CHARACTERS
13490698 - RENAME ON SEQUENCE/VIEW/SYNONYM REPLICAT ABEND ON ORA-
03001

28
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

16245156 - ALTER REPLICAT EXTRBA NNN COMMAND WORKS DIFFERENTLY THAN


PREVIOUS VERSIONS
16025609 - OGG Z/OS EXTRACT - INCREASED CPU UTILIZATION
16166365 - OGG V11.2 EXTRACT DOESNT WRITE AFTER IMAGE AUDITRBA VALUE
WHILE 11.1 WORKS FINE
16093430 - CPU ISSUES DUE TO REPLICAT - REFER BUG 16073857 (IBM PRM # IS
56499.122)
15922899 - BDB0060 BDB1581 BDB1582 ERRORS IN DATASTORE
14251780 - "TRAIL FILE HEADER FILE SIZE VALUE DIFFERS FROM ACTUAL" AFTER
SOURCE CRASH
16018524 - UNSUPPORTED DATATYPE FOR COLUMN ROWLASTTOUCHED
SPECIFIED IN GETBEFORECOLS CLAUSE
15852703 - LOGDUMP FILTER SHOW COMMAND SHOWS INCORRECT STARTTIME
SETTING
15879577 - EXTRACT CHANGES RENAME ON SYNONYM TO ALTER TABLE
13002036 - EXTRACT ABENDS WITH 'SEGMENTATION FAULT' WHEN NO
SUPPLEMENTAL LOGGING
14838357 - EXTRACT ABENDS WITH ERROR OGG-665 ORA-12805 IN RAC AFTER
DIFFERENT INSTANCE FAIL
15975818 - RMTFILE IS NOT SPLIT WHEN USING FORMATASCII, SQLLOADER
15929001 - ORACLE -> SYBASE REPLICAT NUMBER TO BIT BADLY
15923407 - REPLICAT FAILS WITH "OCI ERROR WRITING LOB (SMALL)" WHEN
USING SOURCE NLS_LANG
15973393 - GOLDENGATE 11.2.1 DOES NOT EXTRACT FROM COMPRESSED DB2 9.7
TABLES
14605912 - EXTRACT REQUIRES ERROR MESSAGE WHEN TRANSMEM DIRECTORY
IS WRONGLY CREATED
14667852 - EXTRACT ABEND WITH UNEXPECTED ERROR FETCHING FROM THE
TABLE 1410
15903878 - MGR.RPT FILES ROTATE WITH EVERY OTHER SUFFIX
15856453 - LOGDUMP DOES NOT WORK

Version 11.2.1.0.5_02 18 March 2013


16398245 - Z/OS EXTRACT ABENDS WITH MAX COPY 1 LOGS EXCEEDED"
16368582 - EXTRACT ABEND WITHOUT ANY ERROR WHEN USING FORMATXML
AND DDL
16343547 - COLUMN MAPPING FUNCTION WITH MIX OF CHAR/NCHAR CORRUPTS
DATA
15850861 - 'EXCLUDE INSTRWORDS' WILL EXCLUDE ALL THE DDLS

29
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

16037994 - MYSQL REPLICAT TRUNCATES TEXT COLUMN TO 63 CHARACTERS


13490698 - RENAME ON SEQUENCE/VIEW/SYNONYM REPLICAT ABEND ON ORA-
03001
16245156 - ALTER REPLICAT EXTRBA NNN COMMAND WORKS DIFFERENTLY THAN
PREVIOUS VERSIONS
16025609 - OGG Z/OS EXTRACT - INCREASED CPU UTILIZATION
16166365 - OGG V11.2 EXTRACT DOESNT WRITE AFTER IMAGE AUDITRBA VALUE
WHILE 11.1 WORKS FINE
16093430 - CPU ISSUES DUE TO REPLICAT - REFER BUG 16073857 (IBM PRM # IS
56499.122)
15922899 - BDB0060 BDB1581 BDB1582 ERRORS IN DATASTORE
16018524 - UNSUPPORTED DATATYPE FOR COLUMN ROWLASTTOUCHED
SPECIFIED IN GETBEFORECOLS CLAUSE
15852703 - LOGDUMP FILTER SHOW COMMAND SHOWS INCORRECT STARTTIME
SETTING
15879577 - EXTRACT CHANGES RENAME ON SYNONYM TO ALTER TABLE
14838357 - EXTRACT ABENDS WITH ERROR OGG-665 ORA-12805 IN RAC AFTER
DIFFERENT INSTANCE FAIL
15975818 - RMTFILE IS NOT SPLIT WHEN USING FORMATASCII, SQLLOADER
15929001 - ORACLE -> SYBASE REPLICAT NUMBER TO BIT BADLY
15923407 - REPLICAT FAILS WITH "OCI ERROR WRITING LOB (SMALL)" WHEN
USING SOURCE NLS_LANG
15973393 - GOLDENGATE 11.2.1 DOES NOT EXTRACT FROM COMPRESSED DB2 9.7
TABLES
14667852 - EXTRACT ABEND WITH UNEXPECTED ERROR FETCHING FROM THE
TABLE 1410
15903878 - MGR.RPT FILES ROTATE WITH EVERY OTHER SUFFIX
15856453 - LOGDUMP DOES NOT WORK

Version 11.2.1.0.5- 15 January 2013


15941835 - REPLICAT HANGS WITH "HANDLETPKUPDATE" OPTION
15919205 - A TRIGGER CAUSED INTEGRATED CAPTURE EXTRACT TO CAPTURE 2
INSERTS FOR 1 INSERT
15917648 - ADD TRANLOGOPTION TO INLCUDE TMF AUX BY NUMBER
15852579 - VERSION 11 COLLECTOR COULD NOT INTERPRET HP NONSTOP
DEFINITION FILE
14839664 - TARGET TABLE CANNOT BE FOUND BY REPLICAT ON Z/OS DB2
14038568 - SQLMX EXTRACT ABEND - TCP/IP ERROR 4127 (CONNECTION REFUSED).

30
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

Version 11.2.1.0.4_02 - 24 December 2012


15880166 - V11.2 MSSQL REPLICAT CONVERTS BIT VALUES FROM 0 TO 1
15937646 - V11.2 REPLICAT CRASH WITHOUT ANY ERROR
14850454 - EXTRACT CRASH WITHOUT ERROR, CAN'T START
15838419 - EXCESSIVE TEMP SPACE USAGE (DIRTMP DIRECTORY) FOR LONG
RUNNING TRANSACTION
15890047 - OGG-01937 EXTRACT IS NOT CONFIGURED TO CAPTURE CHANGES
FROM THREAD 2,748,312,10
14386938 - EXTRACT ON SQL SERVER IS HUNG
14636822 - INTEGRATED EXTRACT NEEDS TO PRINT THE MISSING ARC LOG NAME
14759603 - MAXLONGLEN NOT WORKING ON V11.2 REPLICAT WHEN USING
ASSUMETARGETDEFS
14850932 - WARNLONGTRANS PARAMETER PARSING BROKEN
15836642 - EXTRACT ABENDS ON COMPRESSED TABLES, BUT OBJ ID NEVER
SHOWS OBJECT IN DB
14792875 - APPSIT: INFINITE LOOP IN STD::MAP FIND METHOD DURING OBJECT
NAME PROCESSING
14059898 - FORMATSQL ORACLE PARAMETER IS NOT CONVERTING DATE AND
TIME COLUMNS COMPATIBLE
14850776 - EXTRACT ABEND WITH ERROR 600 - VAM CLIENT REPORT
<[MSSQLVAM::CBACKUPLAYOUTNATIVE
14788487 - EXTRACT ABENDS WITH ERROR OGG-01937 NOT CONFIGURED TO
CAPTURE CHANGES
14756392 - PUMP PROCESS / FORMATASCII (ASCII TRAIL/AUDIT) - STRIPS
VARCHAR2 TRAILING NULLS
14766522 - 4-NODE RAC EXTRACT CREATED WITH ONE NODE DOWN DOES NOT
HANDLE THE THREAD WHEN NO
14781889 - EXTRACT STARTUP TOOK 10 MINTES ON 2 TABLES WITH UNUSED
COLUMNS
14702344 - CDR REPLICAT ABENDS WITHOUT VALID ERROR WHEN
UPDATEROWEXISTS INVOKED
14711138 - REPLICAT ABENDS WITH SQL ERROR 1064
14483253 - EXTRACT FAILS "OGG-00368 ALREADY SPECIFIED COLUMN LIST FOR
CURRENT TABLE"
14671584 - MYSQL TO ORACLE REPLICATION ERROR WITH ENUM COLUMN TYPE
14154876 - EXTRACT NOT CAPTURING "INSERT /*+APPEND*/ INTO...SELECT * FROM
.."

31
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

Version 11.2.1.0.4_01 - 30 October 2012


14686349 - EXTRACT ABENDS WITH "GGREALLOC ATTEMPTING TO ALLOCATE -
29,478 BYTES WITH REALLOC
14745617 - FUNCTION BASED INDEX + BATCHSQL : DBMETA_GET_UNIQUE_KEYS /
OGG-00660
14104706 - REPLICAT WILL NOT START WHEN TRAILCHARSET IS SPECIFIED
14709350 - REPLICAT HANG WHEN USING BATCHSQL AND BATCHSQL
(NOCHECKUNIQUEKEY)
14652024, - UNABLE TO START EXTRACT EA
14038568 - SQLMX EXTRACT ABEND - TCP/IP ERROR 4127 (CONNECTION REFUSED).

Version 11.2.1.0.4 15 October 2012

14598824 - BDB0060 BDB1581 BDB1582 ERRORS IN DATASTORE


14060642 - OGG DDL TRIGGER CAUSES DDLS EXTREMELY SLOW
14238766 - REPLICAT PRODUCED SQL*LOADER CTL FILE DOES NOT CONTAIN
DATE FORMAT
14324759 - EXTRACT ABENDS WHEN USING DBOPTIONS NOCATALOGCONNECT
14401436 - REPLICAT ABENDING MYSQL SQL ERROR 1048
14251577 - LOGDUMP CORE DUMPS IN OGG V11.2
13686575 - LOGDUMP CRASHES WHEN OPENING A TRAIL FILE
14605919 - MISLEADING ERROR PRESENTED OGG-01091 UNABLE TO OPEN FILE
14512053 - ADD TRANDATA AND INFO TRANDATA APPEARS DIFFERENTLY
RESULT.
14579596 - EXTRACT IS READING WRONG DATE
14526166 - BDB1507 THREAD DIED IN BERKELEY DB LIBRARY WHEN STARTING
JAGENT
14191835 - EXTRACT ABENDED AND GENERATED CORE AFTER MOVING
CHECKPOINT
14515231 - INFO <EXTRACT> DISPLAYS WRONG LAG IN INTEGRATED CAPTURE
MODE

Version 11.2.1.0.3 29 August 2012


14462688 - EVENTACTIONS (SHELL, VAR) NO LONGER WORKS
14481659 - REPLICAT ABENDED OGG-00423 COULD NOT FIND DEFINITION FOR
DBO.COMPOUND_CODE.

32
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

14481791 - EXTRACT ABENDING WITH OGG-01414 CACHEMGR - TRAN ID - 0


LENGTH MEMTRAN - 0X00002AA
14383754 - SQLEXEC RETURNED RAW DATA TYPE IS NOT BEING ASSIGNED
CORRECTLY IN COLMAP
14373314 - V11.2 OGG EXTRACT NOT CAPTURING ALL COLUMN VALUES FOR
DELETE.
14333745 - DDL UPGRADE SCRIPT (ULG.SQL) USING PL/SQL CONTINUE ON ORACLE
10G
14348229 - REPLICAT ABENDS ALTER PUBLIC SYNONYM COMPILE ORA-00922
14351286 - EXTRACT PRESERVES COMMITTED LOB TXN'S IN COM DURING
RECOVERY CAUSING DISK PAGING
14349435 - REPLICAT ISSUES BASED ON THE ORDER OF "SUPPRESSTRIGGERS
DEFERREFCONST"
14348664 - DBLOGIN ON SYBASE FAILS IF DATABASE NAME HAS UNDERSCORE
(SOURCEDB CALY_PSO)
14233478 - IC EXTRACT CANNOT BE ALTERED WITH BEGIN TIMESTAMP
14059551 - GOLDENGATE FOR DB2 EXTRACT ABEND "INVALID DECIMAL DIGITS"
14300575 - DB2 FOR Z/OS TO ORACLE REPLICATION - EXTRACT RESTART
DUPLICATE RECORDS IN TRAIL
13977090 - 11.2.1 REPLICAT ABENDS - OCI ERROR EXECUTING ALTER SESSION
DISABLE PARALLEL DML
14249192 - EXTRACT CRASHES WHEN DDL IS MODIFIED
14256025 - REPLICAT MACRO ISSUE WHEN USING SETENVS. IT WORKS FINE ON
EARLIER VERSIONS.
10364057 - GOLDENGATE DELIVERY FOR DB2 - REPLICAT FAILS GGS ERROR 2009 -
DDL NOT SUPPORTED
12859529 - OGG-00542 UNEXPECTED THREADING LIBRARY FAILURE. ERROR CODE
22 (INVALID ARGUMENT)
14198836 - CANNOT IGNORE DML'S USING TRACETABLE
14222287 - @GETENV DELTATSTATS NOT RETURNING VALID VALUES
14238473 - EXTRACT NOT READING DATA FROM ONE THREAD
14158453 - TABLE WITH NOLOGGING CAUSES EXTRACT TO ABEND EVEN THOUGH
FORCED LOGGING ENABLED
14138797 - BEFORE RECROD IS NOT INCLUDED IN THE STATISTICS IN REPLICAT
WHEN CDR IS CONFIGUR
14191835 - EXTRACT ABENDED AND GENERATED CORE AFTER MOVING
CHECKPOINT
14170685 - OGG V11.2.1 REPLICAT FAILS WITHOUT ANY ERRORS
13563425 - EXTRACT CAPTURES SECONDARY DDLS FROM SPATIAL INDEX
CREATION

33
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

13966860 - EXTRACT.EXE PROHIBITS DATABASE FILES FROM BEING DROPPED


AFTER REMOVED BY SQL SRV
14157343 - MGR.RPT IS NOT ROTATED WHEN RESTART MANAGER FROM WINDOWS
SERVICE
13036249 - EXTRACT GETS STUCK IF CREATED DURING WHEN AN INSTANCE IS
DOWN IN RAC
14155040 - REPLICAT REPORT SHOWS "ALTERNATIVE FORMAT DATA FOUND
(CODE = 33)"
13961123 - FORMATASCII/FORMATXML/FORMATSQL DOES NOT WORK AT PUMP
WHEN PROCESSING 11.2 TRAIL
13849818 - ALL THE FILES IN GG INSTALLATION FOLDER WERE REMOVED
14142903 - MODIFIABLE PARAMETER FOR EXTRACT BYTES TO WRITE TO FILE
11827736 - ALO-- EXTRACT DOESN'T RECOGNIZE %D OF ARCHIVE OG FILE FORMAT
14149365 - DB2 EXTRACT ABENDS WITH ERROR OGG-00785 ROW IMAGE DOES NOT
MATCH TABLE
14135898 - REGISTER EXTRACT IN INTEGRATED CAPTURE MODE FAILS WITH OCI
ERROR 26655
14152822 - REPLICAT HUNG AT NOT MOVING
14016825 - EXTRACT ABENDS WITH OGG-01074 INVALID CASE STATEMENT, VALUE
0 IN SETLOBRECORD
13865837 - REPERROR 247, DOES NOT WORK IN GG 11.1.1.1.1 AND SYBASE 15.0.3
13393339 - EXTRACT CAPTURING INCORRECT DATA FOR VARCHAR2(25 CHAR)
COLUMN
11841862 - EXTRACT'S RECONSTRUCTION OF BIG FILE TABLESPACE ROWID CAN
BE WRONG

Version 11.2.1.0.2 31 July 2012


13961123 - FORMATASCII/FORMATXML/FORMATSQL DOES NOT WORK AT PUMP
WHEN PROCESSING 11.2 TRAIL
12859529 - OGG-00542 UNEXPECTED THREADING LIBRARY FAILURE. ERROR CODE
22 (INVALID ARGUMENT)
14170685 - OGG V11.2.1 REPLICAT FAILS WITHOUT ANY ERRORS
14168792 - REPLICAT NOT PROGRESSING; ISSUE WITH OCI EXCEPTION HANDLING?
14147124 - JAGENT DOES NOT START WHEN MANAGER IS INSTALLED AS SERVICE
14110502 - EXTRACT (DATAPUMP) ABEND WITH OGG-00868 WHEN USING
XMLTYPE.
14125044 - EXTRACT MACRO PARSING ISSUE WITH 11.2.1.0.1 HOWEVER 11.2.1.0.0
WORKS FINE
14152822 - REPLICAT HUNG AT NOT MOVING

34
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

14149708 - REPLICAT FAILS WITH OGG-00446, UPON RESTART IT CAN CONTINUE


FOR AWHILE
14149387 - GSI_AB02 REPLICAT ABENDING WITH ERROR OGG-00446
14149393 - REPLICAT ABENDING, BUT RPT FILE IS INCOMPLETE
14092766 - IT'S NOT POSSIBLE TO USE VIEW AS A SOURCE FOR INITIAL LOAD IN
GOLDENGATE
14049976 - REPLICAT ABEND ISSUE - DUPLICATE RECORD IN TRAIL FILE, EXTRACT
STOPPED NORMALLY
14111995 - REPLICAT FAILS WITH CONSTRAINT ERROR ON THE NEW
GGS_CHECKPOINT_LOX TABLE
14110502 - EXTRACT (DATAPUMP) ABEND WITH OGG-00868 WHEN USING
XMLTYPE.
14104052 - OGG V11.2 REPLICAT ABENDS WITHOUT ANY ERROR WHILE REPLICAT
V11.1 WORKS FINE
13520711 - ERROR OGG-01028 ORA-28360: SECURITY MODULE INTERNAL ERROR
13996125 - EXTRACT ERROR "CANNOT FIND METADATA PROPERTY
DDL_MD_COL_HASNOTNULLDEFAULT"
14081312 - REPLICAT ABENDS WITH ERROR MSG: "CANNOT INSERT NULL INTO
"CHECKPOINT TABLE"
13963068 - DDL PARAMETER IN REPLICAT IS NOT WORKING WHEN THERE ARE
COMMENTED LINE BEFORE
13840207 - EXTRACT ABEND WITH NO MESSAGE IN GGSERR
14049976 - REPLICAT ABEND ISSUE - DUPLICATE RECORD IN TRAIL FILE, EXTRACT
STOPPED NORMALLY
13898457 - DDL SESSION LIST CLEANUP PREMATURELY DELETES SESSIONS
14020920 - EXTRACT CAPTURES THE ADT COLUMN VALUES EVEN IF NOT
UPDATED
13588006 - EXTRACT HUNG, BUT RESTART OK
13795120 - EXTRACT MISSING CHANGES FROM AN IOT UPDATE
13796330 - DATABASE ERROR -6706 ([TERADATA]. THE STRING CONTAINS AN
UNTRANSLATABLE CHARACT
13263078 - VERIDATA V3008 COMPARE OF NSK ENSCRIBE RELATIVE FILES
RESULTS IN 0 ROWS COMPARED

Version 11.2.1.0.1 7 May 2012


13846553 - EXTRACT IS VERY SLOW AFTER FLUSHING LARGE NUMBER OF
SEQUENCES

35
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

13830145 - TRAIL FILE IS CORRUPTED WITH SQLEXEC LOG MSG DUE TO CONFLICT
WITH REPORTROLLOVER
13775124 - MSSQL EXTRACT ABEND WHEN DOING A UPDATE ON A COMPRESSED
TABLE
13636576 - @GETENV ( "LASTERR", "DBERRMSG") IS NOT WORKING PROPERLY IN
THE REPLICAT
13623775 - ALLOW DB2LUW XML COLUMNS TO BE IGNORED BY EXTRACT
13560335- WARNLONGTRANS SKIPEMPTYTRANS CAUSES EXTRACT TO ABEND
13530053 - EXTRACT IS HUNG WITH WARNING OGG-00720 WAITING FOR BYTES TO
BE FLUSHED TO ARCH
13520711 - ERROR OGG-01028 ORA-28360: SECURITY MODULE INTERNAL ERROR
13498907 - MEMPOOL TOTAL MEMORY INCORRECTLY DISPLAYED IN REPORT FILE
13497923 - SYBASE EXTRACT FAILS WITH "OGG-00868 CANNOT CONVERT
INTERNAL DATA TYPE TO CHAR"
13431884 - PERFORMANCE DEGRADATION AFTER UPGRADE TO OGG 11.1.1.1.2
BUILD
12914602 - UCS2 COLUMN NOT RECOGNIZED BY REPLICAT FROM DEFINITIONS
FILE
11801306 - EXTRACT ABENDING OGG UPGRADE FROM 10.4.0.33 TO 11.1.1.0.8
11061438 - REPLICAT PURGEOLDEXTRACTS TRIES TO PURGE TRAILS STARTING
WITH -000001
9969804 - REPLICAT ABNDED:BAD COLUMN LENGTH (1502) ...., MAXIMUM
ALLOWABLE LENGTH IS 1500.
9669344 - PUMP CHECKPOINT RBA IS LARGER THAN LOCAL TRAILFILE SIZE,
AFTER SERVER CRASH

Version 11.2.1.0.0 9 Feb 2012


First release

36
Oracle GoldenGate for Windows and UNIX Release Notes 11g Release 1 Patch Set 1 (11.2.1)

Getting help with My Oracle Support


Use My Oracle Support to find knowledge solutions, workarounds, and other information that is
reported by customers, partners, and Oracle employees. My Oracle Support also enables you to
open a Service Request. If a patch is required to resolve a service request, you will receive
instructions on how to download it from My Oracle Support.
Note: If you purchased Oracle GoldenGate and support through a distributor, contact
your distributor instead of attempting to create a service request through My Oracle
Support.
To view the Oracle GoldenGate Knowledge Base
1. Go to http://support.oracle.com.
2. Select your language and then log in with your email and Oracle password.
3. Click the Knowledge tab.
You can:
Browse the Oracle GoldenGate knowledge base by typing Oracle GoldenGate in
Browse Any Product or by selecting Middleware>Business
Intelligence>GoldenGate under Browse Knowledge.
Type a search word or phrase in Search Knowledge Base to search for a specific
topic. If needed, use the Product Category option under Refine Search to narrow
the scope of the results to just Oracle GoldenGate tickets (Middleware>Business
Intelligence>GoldenGate). Use other options as needed.
Refine Search contracts and expands with every search refinement that you make,
and then refreshes the refinement options and results each time for further action, if
needed.
If you need help with My Oracle Support, click Help at the top of the application window.
To open a service request
1. Click the Service Requests tab.
2. Click Create SR.
3. Complete the form, referring to the Help at the top of the application window if
necessary.

37

Potrebbero piacerti anche