Skip to content

Commit

Permalink
workaround voor een bug in Docker dat ervoor zorgt dat Oracle Out-of-…
Browse files Browse the repository at this point in the history
…Band (in 19c+) niet werkt, dus dat moeten we uitzetten
  • Loading branch information
mprins committed Nov 9, 2021
1 parent 75e3037 commit 7fa6942
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# brmo-persistence/src/test/resources/local.connections.properties
oracle.url=jdbc:oracle:thin:@127.0.0.1:1521:XE
# bug in Docker that prevents Oracle Out-of-Band (in 19c+) to work, so we need to disable that for 21.x
# see https://github.com/gvenzl/oci-oracle-xe/issues/43
oracle.url=jdbc:oracle:thin:@127.0.0.1:1521:XE?oracle.net.disableOob=true
6 changes: 4 additions & 2 deletions .build/ci/oracle/github.oracle.brmo-commandline.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# brmo-commandline/src/test/resources/oracle.properties
dbtype=oracle
# rsgb database gegevens
rsgb.url=jdbc:oracle:thin:@localhost:1521:XE
# bug in Docker that prevents Oracle Out-of-Band (in 19c+) to work, so we need to disable that for 21.x
# see https://github.com/gvenzl/oci-oracle-xe/issues/43
rsgb.url=jdbc:oracle:thin:@localhost:1521:?oracle.net.disableOob=true
rsgb.user=jenkins_rsgb
rsgb.password=jenkins_rsgb
# staging database gegevens
staging.url=jdbc:oracle:thin:@localhost:1521:XE
staging.url=jdbc:oracle:thin:@localhost:1521:XE?oracle.net.disableOob=true
staging.user=jenkins_staging
staging.password=jenkins_staging
10 changes: 6 additions & 4 deletions .build/ci/oracle/github.oracle.brmo-loader.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# ./brmo-loader/src/test/resources/local.oracle.properties
rsgb.host=127.0.0.1
rsgb.port=1521
rsgb.jdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:XE
staging.jdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:XE
rsgbbgt.jdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:XE
topnl.jdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:XE
# bug in Docker that prevents Oracle Out-of-Band (in 19c+) to work, so we need to disable that for 21.x
# see https://github.com/gvenzl/oci-oracle-xe/issues/43
rsgb.jdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:XE?oracle.net.disableOob=true
staging.jdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:XE?oracle.net.disableOob=true
rsgbbgt.jdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:XE?oracle.net.disableOob=true
topnl.jdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:XE?oracle.net.disableOob=true
10 changes: 6 additions & 4 deletions .build/ci/oracle/github.oracle.brmo-service.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# brmo-service/src/test/resources/local.oracle.properties
rsgb.url=jdbc:oracle:thin:@127.0.0.1:1521:XE
staging.url=jdbc:oracle:thin:@127.0.0.1:1521:XE
rsgbbgt.jdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:XE
topnl.jdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:XE
# bug in Docker that prevents Oracle Out-of-Band (in 19c+) to work, so we need to disable that for 21.x
# see https://github.com/gvenzl/oci-oracle-xe/issues/43
rsgb.url=jdbc:oracle:thin:@127.0.0.1:1521:XE?oracle.net.disableOob=true
staging.url=jdbc:oracle:thin:@127.0.0.1:1521:XE?oracle.net.disableOob=true
rsgbbgt.jdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:XE?oracle.net.disableOob=true
topnl.jdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:XE?oracle.net.disableOob=true
6 changes: 4 additions & 2 deletions .build/ci/oracle/github.oracle.brmo-soap.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# brmo-soap/src/test/resources/local.oracle.properties
rsgb.url=jdbc:oracle:thin:@127.0.0.1:1521:XE
staging.url=jdbc:oracle:thin:@127.0.0.1:1521:XE
# bug in Docker that prevents Oracle Out-of-Band (in 19c+) to work, so we need to disable that for 21.x
# see https://github.com/gvenzl/oci-oracle-xe/issues/43
rsgb.url=jdbc:oracle:thin:@127.0.0.1:1521:XE?oracle.net.disableOob=true
staging.url=jdbc:oracle:thin:@127.0.0.1:1521:XE?oracle.net.disableOob=true
6 changes: 4 additions & 2 deletions .build/ci/oracle/github.oracle.brmo-stufbg204.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# brmo-stufbg204/src/test/resources/local.oracle.properties
rsgb.url=jdbc:oracle:thin:@127.0.0.1:1521:XE
staging.url=jdbc:oracle:thin:@127.0.0.1:1521:XE
# bug in Docker that prevents Oracle Out-of-Band (in 19c+) to work, so we need to disable that for 21.x
# see https://github.com/gvenzl/oci-oracle-xe/issues/43
rsgb.url=jdbc:oracle:thin:@127.0.0.1:1521:XE?oracle.net.disableOob=true
staging.url=jdbc:oracle:thin:@127.0.0.1:1521:XE?oracle.net.disableOob=true
10 changes: 6 additions & 4 deletions .build/ci/oracle/github.oracle.datamodel.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ./datamodel/src/test/resources/local.oracle.properties
rsgb.url=jdbc:oracle:thin:@localhost:1521:XE
staging.url=jdbc:oracle:thin:@localhost:1521:XE
rsgbbgt.url=jdbc:oracle:thin:@localhost:1521:XE
topnl.url=jdbc:oracle:thin:@localhost:1521:XE
# bug in Docker that prevents Oracle Out-of-Band (in 19c+) to work, so we need to disable that for 21.x
# see https://github.com/gvenzl/oci-oracle-xe/issues/43
rsgb.url=jdbc:oracle:thin:@localhost:1521:XE?oracle.net.disableOob=true
staging.url=jdbc:oracle:thin:@localhost:1521:XE?oracle.net.disableOob=true
rsgbbgt.url=jdbc:oracle:thin:@localhost:1521:XE?oracle.net.disableOob=true
topnl.url=jdbc:oracle:thin:@localhost:1521:XE?oracle.net.disableOob=true

0 comments on commit 7fa6942

Please sign in to comment.