SQL LOADER Delete Records
KannanBFeb 14 2011 — edited Feb 14 2011Hello All,
I want to load records into a table using SQL Loader. I want to do the following(using a column in the data file),
1. If the flag is I insert the record.
2. If the flag is U update the record.
3. If the flag is D delete the record.
What are the options available in SQL Loader to achieve this.
Thanks,
Kannan.