All public logs
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:49, 2 May 2026 Ebasso talk contribs created page Oracle: Run Oracle DB on Redhat OpenShift (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>...")