Skip to content

Commit a6dcbc9

Browse files
Update README.md
1 parent e669463 commit a6dcbc9

File tree

1 file changed

+11
-1
lines changed
  • data-platform/core-converged-db/jdbc-23c-new-features

1 file changed

+11
-1
lines changed
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
a
1+
# OracleJDBC23cNewFeatures
2+
This repo contains working code of examples demonstrating Reactive API support provided in Oracle JDBC Driver 23c
3+
Before running the code there is need to provide in the code
4+
1. database connection string - it should point into a 21c or 23c database
5+
2. username
6+
3. password
7+
8+
Also it is needed to create database structures (a table, a sequence and a trigger) used by this demo.
9+
It can be done by executing jdb23cnfdemotable.sql script from, for example, SQL Developer, SQLcl or SQL*Plus
10+
To build and run this project there's need to use Maven (POM file contains all the dependencies, including JDBC driver)
11+

0 commit comments

Comments
 (0)