Skip to content

Commit 6178288

Browse files
Update README.md
1 parent 9499a64 commit 6178288

File tree

1 file changed

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

1 file changed

+20
-0
lines changed

data-platform/core-converged-db/jdbc-23c-new-features/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,23 @@ Also it is needed to create database structures (a table, a sequence and a trigg
99
It can be done by executing jdb23cnfdemotable.sql script from, for example, SQL Developer, SQLcl or SQL*Plus
1010
To build and run this project there's need to use Maven (POM file contains all the dependencies, including JDBC driver)
1111

12+
13+
Review Date: 28.01.2024
14+
15+
16+
### Documentation
17+
18+
- [Oracle JDBC23c Driver Developer's Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/jjdbc/index.html#Oracle%C2%AE-Database)
19+
20+
### Blogs
21+
22+
- [Oracle 23c JDBC driver: support for reactive programming](https://blogs.oracle.com/coretec/post/oracle-23c-jdbc-driver-support-for-reactive-programming)
23+
24+
25+
# License
26+
27+
Copyright (c) 2023 Oracle and/or its affiliates.
28+
29+
Licensed under the Universal Permissive License (UPL), Version 1.0.
30+
31+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)