Skip to content

Commit

Permalink
Mini changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjian2664 committed Jan 15, 2025
1 parent 2d3f891 commit 72482f2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ public TestingOracleServer()
private void createContainer()
{
OracleContainer container = new OracleContainer("gvenzl/oracle-xe:18.4.0-slim")
.withEnv("ENABLE_ARCHIVELOG", "false")
.withEnv("DISABLE_RMAN", "true")
.withEnv("TRACE_LEVEL_CLIENT", "OFF")
.withEnv("TRACE_LEVEL_SERVER", "OFF")
.withEnv("LOGGING_LEVEL", "ERROR")
.withCopyFileToContainer(MountableFile.forClasspathResource("init.sql"), "/container-entrypoint-initdb.d/01-init.sql")
.withCopyFileToContainer(MountableFile.forClasspathResource("restart.sh"), "/container-entrypoint-initdb.d/02-restart.sh")
.withCopyFileToContainer(MountableFile.forHostPath(createConfigureScript()), "/container-entrypoint-initdb.d/03-create-users.sql");
Expand Down

0 comments on commit 72482f2

Please sign in to comment.