File tree 2 files changed +6
-6
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive/containers
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class OracleDatabase implements TestableDatabase {
85
85
}
86
86
87
87
public static final OracleContainer oracle = new OracleContainer (
88
- imageName ( "gvenzl/oracle-free" , "23.2.0 -faststart" )
88
+ imageName ( "gvenzl/oracle-free" , "23-slim -faststart" )
89
89
.asCompatibleSubstituteFor ( "gvenzl/oracle-xe" ) )
90
90
.withUsername ( DatabaseConfiguration .USERNAME )
91
91
.withPassword ( DatabaseConfiguration .PASSWORD )
Original file line number Diff line number Diff line change @@ -198,13 +198,13 @@ podman exec -it HibernateTestingMSSQL /opt/mssql-tools/bin/sqlcmd -S localhost -
198
198
199
199
[ sqlcmd-cli ] :https://docs.microsoft.com/en-us/sql/tools/sqlcmd-utility?view=sql-server-ver15
200
200
201
- ## Oracle
201
+ ## Oracle Database
202
202
203
- Use the following command to start a [ Oracle XE ] [ oracle ] database with the required credentials
204
- and schema to run the tests:
203
+ Use the following command to start an [ Oracle Database 23c Free—Developer Release ] [ oracle ] with the required
204
+ credentials and schema to run the tests:
205
205
206
- [ oracle ] :https://www.oracle.com/database/technologies/appdev/xe.html
206
+ [ oracle ] :https://www.oracle.com/database/free/
207
207
208
208
```
209
- podman run --rm --name HibernateTestingOracle -e ORACLE_PASSWORD=hreact -e APP_USER=hreact -e APP_USER_PASSWORD=hreact -e ORACLE_DATABASE=hreact -p 1521:1521 docker.io/gvenzl/oracle-free:23.2.0 -faststart
209
+ podman run --rm --name HibernateTestingOracle -e ORACLE_PASSWORD=hreact -e APP_USER=hreact -e APP_USER_PASSWORD=hreact -e ORACLE_DATABASE=hreact -p 1521:1521 docker.io/gvenzl/oracle-free:23-slim -faststart
210
210
```
You can’t perform that action at this time.
0 commit comments