Sql Loader Question - Can i put Update statement in it?
44207Sep 2 2003 — edited Sep 2 2003Hi...i new to SQL Loader.
I have a Sql loader file that will read a text file and insert it in a temporary table.
My question is,
How can i include also an Update statement in the Sql Loader?
Because if not, it dificult to my user, because he has to do 3 things.
Run Sql loader,
Update table..(run 2 statement)
I want for him to just run Sql Loader only, meaning that, Update statement all in it.
Is this posible?
Thanks.