在进行datastage开发过程中发现如下错误
DB2_Connector_0: Schema reconciliation detected a size mismatch for column CREATEDT. When reading database column DATETIME(fraction=6) into column DATETIME(fraction=0), truncation, loss of precision or data corruption can occur. (CC_DBSchemaRules::reportSizeMismatch,
file CC_DBSchemaRules.cpp, line 1,692)
问题描述:
进行字段插入是将timestamp插入到timestamp中,字段CREATEDT是timestamp类型
--解决:
将他的length改为30,scale改为6问题解决!
本文介绍了在使用DataStage进行ETL开发时遇到的一个常见问题:TIMESTAMP字段精度不匹配导致的数据丢失或精度降低问题,并提供了具体的解决方案。
1970

被折叠的 条评论
为什么被折叠?



