Incorrect Flat File Content When Using ODI Tool ODISQLUnload To Extract DECIMAL(1,0) Datatypes To A Flat File
(Doc ID 866922.1)
Last updated on JUNE 16, 2022
Applies to:
Oracle Data Integrator - Version 10.1.3.5.1 to 10.1.3.5.2Information in this document applies to any platform.
Symptoms
When attempting to extract data form a database table containing DECIMAL(1,0) type columns to a flat file with the OdiSqlUnload tool the data appears to be incorrect.
More specifically, these data types have been converted to a 3 character field rather than the expected 2 (one character for the sign).
For example :
1COL 01 0
22COL 022 0
333COL -1333 0
4444COL 04444 1
^
^
^- This blank character should not be present.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |