Read data from a flatfile and update/insert into an Oracle table
274598Jun 19 2003 — edited Aug 14 2003Hi.
Let say I have a text file called c:\data.txt containing:
100 John Manager
200 David Clerk
I also have a Oracle table called employee which consist of fields(ID,Name,Position).
Question:
Is there any way to do SQL command to read the data inside the flat file(c:\data.txt) and insert/update into the employee table?
Really appreciate if someone can help me on this matter.
Tq.