SQLLOADER [message #71222] |
Thu, 26 September 2002 04:39 |
Sherrie Hobbs
Messages: 3 Registered: September 2002
|
Junior Member |
|
|
I am having a problem loading data from fixed length data file to Oracle table using SQLLOAD. In the data file there are blanks in the date column sometime. I have try decode, but none of the dates are populated in the field. In the Oracle table the field data type is date. Have anyone encounted this problem before.
|
|
|
|
Re: SQLLOADER [message #71225 is a reply to message #71222] |
Thu, 26 September 2002 06:59 |
Sherrie Hobbs
Messages: 3 Registered: September 2002
|
Junior Member |
|
|
When I use NVL I got this message
Record 16: Rejected - Error on table ASW_INVOICE_HEADER, column CASH_DISCOUNT1_DUE_DT.
ORA-01841: (full) year must be between -4713 and +9999, and not be 0
|
|
|
|
Re: SQLLOADER [message #71475 is a reply to message #71222] |
Fri, 08 November 2002 11:13 |
Koos Post
Messages: 2 Registered: November 2002
|
Junior Member |
|
|
Hello guys and girls, please help me.
I'm just beginning with oracle, being confronted with
the following problem making the ctl.file.
The database contains ä table with one single field, let say, why not, money : datatype number(8,2).
The input file is variable of length, contains the
delimiter |, for example :
54123.45
34.20|
it's in the input file regarded as dec(8,2); the unload-specification from an informix-database.
how to make the field specification ?
money integer ?
money dec(8,2) ?
maybe with zones ?
I've tried several things, but it didnt work out.
So, if you have a good suggestion, mail me.
The last question : do you know a website with fabulous
information about sql Loader ? please give it to me.
Well, that's it.
I want to excuse me for my poor knowledge, as i said before, i'm no pro, not at all. Just beginning,
with friendly regards from the netherlands,
Koos
|
|
|