Initial load with LOBs
830536Feb 14 2011 — edited Mar 15 2011Hi, 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? =/