How to use jdbc to connect to oracle database and java program and perform crud operations from the java program during run time | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to use jdbc to connect to oracle database and java program and perform crud operations from the java program during run time

I wanted to know how to store run time values in SQL database using java with the help of jdbc

1st Oct 2020, 2:29 PM
yuvan bajjurla
yuvan bajjurla - avatar
1 Answer
+ 1
Google some tutorials, it's a bit too complicated to describe here. Basically you need to download oracle jdbc driver, then establish a connection using this driver and jdbc tools, then write some sql to perform crud. Here is a good tutorial I like https://www.youtube.com/playlist?list=PLEAQNNR8IlB4R7NfqBY1frapYo97L6fOQ
1st Oct 2020, 4:10 PM
Aleksandrs
Aleksandrs - avatar