0
1.8kviews
Oracle Database Connection in Java
1 Answer
0
1views

How to Connect Java Application with Oracle Database

There are some steps you have to follow for java and oracle db connectivity.

1) Load Driver class

2) Create Connection Object

3) Set user name and password of oracle

4) Create Statement object

5) Execute query

6) Close connection object

Let's …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.