Skip to Main Content

Java Database Connectivity (JDBC)

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to import a csv file to Oracle through JDBC

CharcainNov 12 2018 — edited Nov 12 2018

I have a CSV file like this

  

IDJ_IDSCORETime
111935978300760
16613978302109
19143978301968
134084978300275
123555978824291
111973978302268
112875978302039
128045978300719
15944978302268

I need to import this file to oracle. Basically what i am asking is an equivalent of direct import of Oracel sql but through JDBC. I would appreciate any help

Comments
Post Details
Added on Nov 12 2018
1 comment
1,815 views