From 69844c31801d17f2a221f43ef92be4b262cd1c32 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Thu, 28 Jul 2022 12:48:56 +0200 Subject: [PATCH] Updated Oracle connection string --- .../jOOQ-oracle-example/src/main/resources/config.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jOOQ-examples/jOOQ-oracle-example/src/main/resources/config.properties b/jOOQ-examples/jOOQ-oracle-example/src/main/resources/config.properties index 39224bb15f..4d0e618ecc 100644 --- a/jOOQ-examples/jOOQ-oracle-example/src/main/resources/config.properties +++ b/jOOQ-examples/jOOQ-oracle-example/src/main/resources/config.properties @@ -1,6 +1,6 @@ #Database Configuration db.driver=oracle.jdbc.OracleDriver -db.url=jdbc:oracle:thin:@localhost:1521:xe +db.url=jdbc:oracle:thin:@localhost:1521/XEPDB1 db.username=SP db.password=SP