EXTRACT Abending With OGG-02912 (Doc ID 2091679.1)
Alternate script prvtlmpg.plb (included in the Oracle GoldenGate installation directory) to the mining database to work around this limitation.
oracle@arrow:hawk:/u01/app/12.2.0.1/ggs01
$ ll prv*
-rw-r-----. 1 oracle oinstall 1272 Dec 28 2010 prvtclkm.plb
-rw-r-----. 1 oracle oinstall 9487 May 27 2015 prvtlmpg.plb
-rw-r-----. 1 oracle oinstall 3263 May 27 2015 prvtlmpg_uninstall.sql
oracle@arrow:hawk:/u01/app/12.2.0.1/ggs01
$
The other option in this case would be to request a backport since patch is not available for all database 11g releases.
Implementing work around.
oracle@arrow:hawk:/u01/app/12.2.0.1/ggs01 $ sysdba SQL*Plus: Release 11.2.0.4.0 Production on Sun May 22 15:23:27 2016 Copyright (c) 1982, 2013, Oracle. All rights reserved. Connected to: Oracle Database 11g Release 11.2.0.4.0 - 64bit Production ARROW:(SYS@hawk):PRIMARY> @prvtlmpg.plb Oracle GoldenGate Workaround prvtlmpg This script provides a temporary workaround for bug 17030189. It is strongly recommended that you apply the official Oracle Patch for bug 17030189 from My Oracle Support instead of using this workaround. This script must be executed in the mining database of Integrated Capture. You will be prompted for the username of the mining user. Use a double quoted identifier if the username is case sensitive or contains special characters. In a CDB environment, this script must be executed from the CDB$ROOT container and the mining user must be a common user. =========================== WARNING ========================== You MUST stop all Integrated Captures that belong to this mining user before proceeding! ================================================================ Enter Integrated Capture mining user: ggs_admin Installing workaround... No errors. No errors. No errors. Installation completed. ARROW:(SYS@hawk):PRIMARY> exit Disconnected from Oracle Database 11g Release 11.2.0.4.0 - 64bit Production oracle@arrow:hawk:/u01/app/12.2.0.1/ggs01 $ oracle@arrow:hawk:/u01/app/oracle/product/11.2.0/se_1/dbs $ opatch lsinventory Oracle Interim Patch Installer version 11.2.0.3.4 Copyright (c) 2012, Oracle Corporation. All rights reserved. Oracle Home : /u01/app/oracle/product/11.2.0/se_1 Central Inventory : /u01/app/oraInventory from : /u01/app/oracle/product/11.2.0/se_1/oraInst.loc OPatch version : 11.2.0.3.4 OUI version : 11.2.0.4.0 Log file location : /u01/app/oracle/product/11.2.0/se_1/cfgtoollogs/opatch/opatch2016-05-22_15-26-10PM_1.log Lsinventory Output file location : /u01/app/oracle/product/11.2.0/se_1/cfgtoollogs/opatch/lsinv/lsinventory2016-05-22_15-26-10PM.txt -------------------------------------------------------------------------------- Installed Top-level Products (1): Oracle Database 11g 11.2.0.4.0 There are 1 products installed in this Oracle Home. There are no Interim patches installed in this Oracle Home. -------------------------------------------------------------------------------- OPatch succeeded. oracle@arrow:hawk:/u01/app/oracle/product/11.2.0/se_1/dbs $
