Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Initial load with LOBs

830536Feb 14 2011 — edited Mar 15 2011
Hi, i'm trying to do an inital load and I keep getting errors like these:

ERROR OGG-01192 Oracle GoldenGate Capture for Oracle, ext1.prm: Trying to use RMTTASK on data types which may be written as LOB chunks (Table: 'TESTDB.BLOBTABLE').
ERROR OGG-01668 Oracle GoldenGate Capture for Oracle, ext1.prm: PROCESS ABENDING.

The table looks like this:

COLUMN_NAME|DATA_TYPE|NULLABLE|DATA_DEFAULT|COLUMN_ID|COMMENTS
UUID VARCHAR2(32 BYTE) No 1
DESCRIPTION VARCHAR2(2000 BYTE) Yes 2
CONTENT BLOB Yes 3


I've checked and the source database does contain data in the blobtable and both databases have the same tables, so now I have no idea what can be wrong? =/

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 12 2011
Added on Feb 14 2011
2 comments
908 views