Uses of Class
com.oracle.spring.testcontainers.OracleContainer
Packages that use OracleContainer
-
Uses of OracleContainer in com.oracle.spring.testcontainers
Subclasses with type arguments of type OracleContainer in com.oracle.spring.testcontainersModifier and TypeClassDescriptionclassTestcontainers implementation for the official Oracle AI Database Free image.Methods in com.oracle.spring.testcontainers that return OracleContainerModifier and TypeMethodDescriptionOracleContainer.usingSid()Uses a SID-style connection toFREEasSYSTEMinstead of connecting to theFREEPDB1service.OracleContainer.withAdminPassword(String adminPassword) Sets the password used by administrative accounts.OracleContainer.withAppUserRoles(String... roles) Replaces the roles granted to the application user.OracleContainer.withCharacterSet(String characterSet) Configures the database character set.OracleContainer.withDatabaseName(String databaseName) OracleContainer.withPassword(String password) OracleContainer.withUrlParam(String paramName, String paramValue) OracleContainer.withUsername(String username)