database

Connect to your Oracle database via Java using JDBC

Today I’m going to talk a little bit about Java, Oracle database and how to connect them. Database is present in almost everything we, programmers, are used to do. So, why not a simple way to connect, and manipulate data between java code and Oracle (plus PL/SQL code).

Oracle Java