Phenomenon: GG do initdataload, error OGG-01192, OGG-016682013-11-1210: 43: 44errogg-01192oraclegoldengatecaptureforor
Phenomenon: GG init data load, ERROR OGG-01192, OGG-016682013-11-12 10:43:44 ERROR OGG-01192 Oracle GoldenGate Capture for Or
Symptom:
GG does init data load, error OGG-01192, OGG-01668
10:43:44 ERROR OGG-01192 Oracle GoldenGate Capture for Oracle, ext2.prm: Trying to use RMTTASK on data types which may be written as LOB chunks (Table: 'portal. UNID_PAPER ').
10:43:44 ERROR OGG-01668 Oracle GoldenGate Capture for Oracle, ext2.prm: process abending.
The configuration of extract ext2 is as follows:
[Oracle @ RAC01 ogg] $./ggsci
Oracle GoldenGate Command Interpreter for Oracle
Version 11.2.1.0.5 _ 02 16363018 OGGCORE_11.2.1.0.6_PLATFORMS_130301.1500_FBO
Linux, x64, 64bit (optimized), Oracle 11g on Mar 1 2013 20:01:57
Copyright (C) 1995,201 3, Oracle and/or its affiliates. All rights reserved.
GGSCI (RAC01) 1> view param ext2
EXTRACT EXT2
USERID goldengate, password goldengate
RMTHOST 10.0.15.107, MGRPORT 7839
Rmttask replicat, GROUP initrep
Table portal .*;
GGSCI (RAC01) 2>
Analysis:
The PORTAL. UNID_PAPER table package contains BLOB fields. You cannot directly use the init data load method.
SQL> desc PORTAL. UNID_PAPER
Name Null? Type
-----------------------------------------------------------------------------
Id not null number (38)
SMALL_IMAGE BLOB
BIG_IMAGE BLOB
DESCRIPTION VARCHAR2 (100)
Solution:
Use File to Replicat-Initial Load Techniques.
The rmtask does not support extraction of LOB or LONG data. As an alternative, see "Loading data from file to Replicat", use rmtfile instead.
The initial load techniques are available at Doc ID 1441172.1
Goldengate: File to Replicat-Initial Load Techniques