aspiringprog
MIS
Hi all,
I have some external tables created in my schema in oracle. The data is loaded into these external tables from text files.
I have many files to load data from. It looks like each time I use a select statement to load data into the external tables, the current data is overwritten..i.e, the data is not appended to the existing data in the table. I need the new data to be appended to the already existing data in the external table.
Is there a way I can do this? I can always combine all the different text files into one giant text file and load that into the external tables, but I was wondering if there was anyother way.
all help is greatly appreciated.
thanks