SQL*Loader: remove hexadecimal zero values [message #180438] |
Mon, 03 July 2006 09:01 |
zodiac_hh
Messages: 10 Registered: June 2006
|
Junior Member |
|
|
Hi,
I'm trying to import some data from DB2 using SQL*Loader and a binary file dump. Some fields are supposed to be strings (DB2 CHAR), but they occasionally contain hexadecimal zero values, either full or partial. How do I get rid of these (in a easy and fast way )? The trim function doesn't work.
At the moment these zeroes are imported into the database where they lead to errors in subsequent transformation steps.
|
|
|
|
|