GG does init data load, error OGG-01192, OGG-01668

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.