I have a field that contains leading zeros that I would like to load into a numeric field.
When I try and load it I get the following error:
Record 15846: Rejected - Error on table <table_name>, column <column_name>.
ORA-01722: invalid number
How can I get SQL Loader to accept that this is a number and load it into my table?
I have tried to "to_number" this field, but then I am not allowed to use DIRECT_LOAD.
Any advice would be appreciated.
Thanks
Laura
When I try and load it I get the following error:
Record 15846: Rejected - Error on table <table_name>, column <column_name>.
ORA-01722: invalid number
How can I get SQL Loader to accept that this is a number and load it into my table?
I have tried to "to_number" this field, but then I am not allowed to use DIRECT_LOAD.
Any advice would be appreciated.
Thanks
Laura