I have a couple of new tables\data loads from an external system. I built the tables and wrote the scripts for SQL*Loader to perform nightly loads. After the data is loaded, several other queries are run to "massage" some of this new data. We just recently discovered that most of these massaged values were incorrect, due to a couple of fields that were supposed to have a numeric value being NULL.
I have set the default value for these fields to 0 (zero), so I didn't think this would be a problem, but it seems as is SQL*Loader doesn't care and makes it NULL.
Any ideas on how to make a field equal 0 (zero) when SQL*Loader reads a NULL? Terry M. Hoey
I have set the default value for these fields to 0 (zero), so I didn't think this would be a problem, but it seems as is SQL*Loader doesn't care and makes it NULL.
Any ideas on how to make a field equal 0 (zero) when SQL*Loader reads a NULL? Terry M. Hoey