I want to load 1000 rcds using. FL for every 100 records
there is a check point.But script failed at 120 records,
when we are restarting the script, it starts from last ckpt,
but Target table contains populated data but FL doesnt
support existing data in target table. How can we load data
in FL?
Answer Posted / subbu
I agree with your statement using FLOAD we can't load the
data into a table which already contains the data this is
valid at intial run of FLOAD.
But here in our case the script was failed after loading
120 records and we have a check point option at 100
records.So one entry will be there in the log table after
100 records loaded into the table,as FLOAD utilty has the
automatic restart capability.It will start from 101 record
not from 121 record and the records from 101 to 120 already
loaded into the table It will omit those 20 records(from
101 to 120)and those will be loaded into the Errortable2(UV
table) remaining records from 121 to 1000 will be loaded
into target table.
Hope the above answer make it clear ur Question.
Regards
Subbu
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is meant by a Parsing Engine?
What is multi insert?
Explain and compare pros and cons of snow flake schemas?
What's the difference between timestamp (0) and timestamp (6)?
What are the steps involved after the disk manager passes the request?
What are the components provided on node?
What is called partitioned primary index (ppi) and discuss the advantages of using it in a query?
What is the function of parser component in teradata?
What is the maximum number of dml can be coded in a multiload script?
What do you mean by teradata intellicloud?
What is stored procedure in teradata?
What are the updated features of teradata?
How would you load a very large file in teradata in general? What utility would you use for it? Why?
Highlight the limitations of TPUMP Utility.
List out all forms of LOCKS that are available in Teradata.