I have a CSV file like this
ID | J_ID | SCORE | Time |
1 | 1193 | 5 | 978300760 |
1 | 661 | 3 | 978302109 |
1 | 914 | 3 | 978301968 |
1 | 3408 | 4 | 978300275 |
1 | 2355 | 5 | 978824291 |
1 | 1197 | 3 | 978302268 |
1 | 1287 | 5 | 978302039 |
1 | 2804 | 5 | 978300719 |
1 | 594 | 4 | 978302268 |
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