Oracle: Run Oracle DB on Redhat OpenShift: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 May 2026

  • curprev 16:5116:51, 2 May 2026Ebasso talk contribs 3,349 bytes +101 No edit summary
  • curprev 16:4916:49, 2 May 2026Ebasso talk contribs 3,248 bytes +3,248 Created page with " = Procedure = 1) Create a new project (namespace): oc new-project oracle-db 2) Create a Service Account which you will use to run the database: oc create sa oracle-sa 3) Configure Security Context Constraint (SCC) oc adm policy add-scc-to-user anyuid -z oracle-sa Check with oc adm policy who-can use scc anyuid 4) Create a secret to store the default password for Oracle : oc create secret generic oracle-db-pass --from-literal=password=<your_password_here>..."