Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Use quick "SQL-Update" based on a CSV/DBF/XLS?

Peter2_1Mar 3 2021

Maybe that's a question for the sandbox, but let's see..
(Background: My tables have usually max. up to 1000-2000 rows; my knowledge is not thaat big and maybe I'm looking at the wrong direction; a lot of values has to be updated based on other tables like CSV..)
Example (I hope not to weird..):
I have external data, based on many, small CSV, like this (50 - 1000 lines)
grafik.png

In Oracle, I have the similar table with parts of the data
grafik.pngNow I have to "update" Oracle - "update table set fullname = 'Jim' where id = 1" - to be continued with every line ... Then I have to update "value = test + length" ..
Now I create a SQL-statement with an editor - it works, but I'm sure that's not the best way.
What better ways would you recommend?
Thanks a have a good time!

Comments
Post Details
Added on Mar 3 2021
2 comments
473 views