How to connect oracle Database with java program in Eclipse IDE and in simple editor like notepad

Опубликовано: 13 Апрель 2026
на канале: Tech with Richi
1,116
33

In this video I have explained how to make a JDBC Application. I have explained each steps
1.Installing Oracle database
2.loading ojdbc.jar file in Eclipse IDE
3.Establishing connection between oracle database and java application
4.Creating Statement Interface Object
5.Creating a table
6.Loading ojdbc.jar file in java folder for establishing database connection in java application written in notepad or simple editor .


#ojdbc14.jar
#connectivity
#java
#eclipse
#Class.forName
#Connection
#statement
#create #table
#oracle