com.dimafeng.testcontainers

Type members

Classlikes

case class OracleContainer(dockerImageName: DockerImageName, oraUsername: String, oraPassword: String, containerSharedMemory: Long, commonJdbcParams: CommonParams) extends SingleContainer[OracleContainer] with JdbcDatabaseContainer
Value parameters:
dockerImageName

Oracle doesn't have any official distribution of XE, so we don't provide any default dockerImageName. You either need to build your own image or use some third-party image, for instance "oracleinanutshell/oracle-xe-11g".

Companion:
object
Companion:
class