diff --git a/integration-tests/jpa-oracle/README.md b/integration-tests/jpa-oracle/README.md index cd20052ad05c8..b3f7a32aabb95 100644 --- a/integration-tests/jpa-oracle/README.md +++ b/integration-tests/jpa-oracle/README.md @@ -22,7 +22,7 @@ Authentication parameters might need to be changed in the Quarkus configuration ### Starting Oracle via docker ``` -docker run --memory-swappiness=0 --rm=true --name=HibernateTestingOracle -p 1521:1521 -e ORACLE_PASSWORD=hibernate_orm_test gvenzl/oracle-xe:11-slim +docker run --memory-swappiness=0 --rm=true --name=HibernateTestingOracle -p 1521:1521 -e ORACLE_PASSWORD=hibernate_orm_test gvenzl/oracle-xe:18.4.0-slim ``` This will start a local instance with the configuration matching the parameters used by the integration tests of this module. diff --git a/integration-tests/jpa-oracle/pom.xml b/integration-tests/jpa-oracle/pom.xml index 7c161590e7eca..ad4dcb8a239bf 100644 --- a/integration-tests/jpa-oracle/pom.xml +++ b/integration-tests/jpa-oracle/pom.xml @@ -16,7 +16,7 @@ jdbc:oracle:thin:@localhost:1521/XE - gvenzl/oracle-xe:11-slim + gvenzl/oracle-xe:18.4.0-slim