Class OracleXE

  • All Implemented Interfaces:
    OpenShiftAuxiliary, SQLExecutor

    public class OracleXE
    extends AbstractOracle
    Note that to be able to use the Oracle Database Express on Openshift you need to run as user with 54321 user id. This means that this class is only usable on clusters with admin privileges to be able to add securityContextConstraint More info on this topic: https://github.com/oracle/docker-images/issues/228 Also, the Oracle Database Express image doesn't provide any option to add custom database and user on setup.
    • Constructor Detail

      • OracleXE

        public OracleXE()
      • OracleXE

        public OracleXE​(boolean withLivenessProbe,
                        boolean withReadinessProbe)
      • OracleXE

        public OracleXE​(PersistentVolumeClaim pvc,
                        boolean withLivenessProbe,
                        boolean withReadinessProbe)
      • OracleXE

        public OracleXE​(String symbolicName,
                        boolean withLivenessProbe,
                        boolean withReadinessProbe)