Need help in wrting Load Script for a Load-Resume type of load.

hi all

need your help.
I am wrting a script that will load data into the table.
then on another load will append the data into the existing table.

Regards
Ankit

When you want to create the file use the > and when appending use >>.

Example:cat file1 > table.txt then cat file2 >> table.txt