Hi All,
I'm not sure if this is the right place to ask this kind of question, so pls forgive me if I go to the wrong place.
Can anyone tell me what should I do if I need to update a oracle table base on an external data file? I used to do it manually with SQL loader but want to complete it thru
Java program now. Can anyone give me a direction how to do it? A
JDBC connection + I/O API and then update the record one by one?? Is there any more effieient way? thanks.