BINARY data automatically gets converted
Posted: Sun Sep 21, 2008 11:15 pm
I have defined a column as BINARY 8 and loading into Oracle data with RAW datatype. The ETL Job works fine in development. But it doesn't works in production, throwing the following error
"invalid length inside variable character string"
The input BINARY data gets automatically converted and unable to load into Oracle table..
Please help
"invalid length inside variable character string"
The input BINARY data gets automatically converted and unable to load into Oracle table..
Please help