Episode 1: Getting Started with Java/JDBC and Oracle database XE

preview_player
Показать описание
Learn how to connect to the Oracle Database Express Edition (XE) and get started with using Oracle JDBC to connect and run CRUD operations against your Database. This video will demonstrate the following:
* how to setup your spring-boot project with Oracle JDBC
* how to connect to the Oracle Database XE
* how to build and run CRUD operations using PreparedStatements
Рекомендации по теме
Комментарии
Автор

How can I connect ExecuteQuery with Oracle JDBC 11.2 or similiar version?

kitanskikevin
Автор

you could use spring data JDBC or spring data JPA why using this method?

michelchaghoury