Data Replication
- Data Replication 9.8.0
- All Products
Virtual Source Datatype | DB2 Target Datatype | Comments |
|---|---|---|
BIGINT | DECIMAL(19) | - |
DATE | TIMESTAMP | - |
DECIMAL( p ,s ) |
| - |
DOUBLE |
| - |
FLOAT | DOUBLE | - |
INTEGER | DECIMAL(10) | - |
NVARCHAR( n ) | VARGRAPHIC( n ) | - |
TIMESTAMP | TIMESTAMP | - |
VARCHAR( n ) | VARCHAR( n ) | If a SQL script gets values from CHAR or NCHAR source columns that include trailing space characters, the Applier and InitialSync truncate the trailing spaces on the target. The truncation occurs in Merge Apply mode or in Audit Apply mode if the apply.direct_load_for_audit_tables runtime parameter is set to 1. |