Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Import CSV file to oracle DB

Is there a simple Java library or approach that will take a SQL query and load data in a CSV file to oracle database. Pls help

like image 497
nath Avatar asked Nov 30 '25 17:11

nath


1 Answers

You don't have to use Java to load a data file into a table unless it is absolutely necessary. Instead, I'd recommend Oracle's command-line SQL*Loader utility which was designed specially for this purpose.

like image 151
dogbane Avatar answered Dec 03 '25 08:12

dogbane



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!