Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> What's the Best Practice To Synchronize A Table With External Data?
Hi There!
I have a table with data. For simplification, let's say it has two columns, Code char (1), and Description char (40).
I now get a spreadsheet with update. It contains both the code and the description. My task is to update the description whenever I find the code in both table and file, and insert any new pair of code/decode I encounter in the input.
What's the best tool/method to accomplish this?
Thanks,
G. Received on Mon Sep 23 2002 - 15:39:56 CDT