Supported DB2 for z/OS Data Types
This section lists the DB2 for z/OS data types that Oracle GoldenGate supports and any limitations of this support.
-
Oracle GoldenGate does not perform character set conversion for columns that could contain multi-byte data. This includes
GRAPHIC
,VARGRAPHIC
andDBCLOB
data types, as well asCHAR
,VARCHAR
, andCLOB
for tables defined withENCODING_SCHEME
of 'M
' (multiple CCSID set or multiple encoding schemes) or 'U
' (Unicode). Such data is only supported if the source and target systems are the same CCSID. -
Oracle GoldenGate supports ASCII, EBCDIC, and Unicode data format. Oracle GoldenGate converts between ASCII and EBCDIC data automatically. Unicode is not converted.
-
Oracle GoldenGate supports most DB2 data types except those listed in Non-Supported DB2 for z/OS Data Types.
Limitations of Support
-
The support of range and precision for floating-point numbers depends on the host machine. In general, the precision is accurate to 16 significant digits, but you should review the database documentation to determine the expected approximations. Oracle GoldenGate rounds or truncates values that exceed the supported precision.
-
Oracle GoldenGate does not support the filtering, column mapping, or manipulation of large objects greater than 4K in size. You can use the full Oracle GoldenGate functionality for objects that are 4K or smaller.
-
Oracle GoldenGate supports the default
TIMESTAMP
and theTIMESTAMP
withTIMEZONE
to up to 9 digit fractional value, but no further.