@@ -17,10 +17,10 @@ section_menu_id: guides
1717
1818This tutorial will show you how to use KubeDB to run an Oracle database.
1919
20- <p align =" center " > <img alt =" lifecycle " src =" /docs/ guides/oracle/quickstart/Monitoring.png " > </p >
20+ <p align =" center " > <img alt =" lifecycle " src =" /guides/oracle/quickstart/Monitoring.png " > </p >
2121
2222> Note: The YAML files used in this tutorial are stored in [ docs/examples/oracle/quickstart] (https://github.com/kubedb/docs/tree/{{
23- < param "info.version" > }}/docs/examples/oracle/quickstart/yamls ) folder in the GitHub repository kubedb/docs
23+ < param "info.version" > }}/docs/examples/oracle/quickstart) folder in the GitHub repository kubedb/docs
2424 .
2525
2626## Before You Begin
@@ -101,7 +101,7 @@ spec:
101101 version: 21.3.0
102102```
103103``` shell
104- $ kubectl create -f https://github.com/kubedb/docs/raw/{{< param " info.version" > }}/docs/guides /oracle/quickstart/yamls/oracle-quickstart .yaml
104+ $ kubectl create -f https://github.com/kubedb/docs/raw/{{< param " info.version" > }}/docs/examples /oracle/quickstart/standalone .yaml
105105oracle.kubedb.com/oracle created
106106
107107```
@@ -275,7 +275,7 @@ service/oracle-pods ClusterIP None <none> 1521/TCP 109m
275275
276276## Connect to Oracle Database
277277``` shell
278- kubectl exec -it -n demo oracle-0 -- bash
278+ $ kubectl exec -it -n demo oracle-0 -- bash
279279Defaulted container " oracle" out of: oracle, oracle-init (init)
280280bash-4.2$ sqlplus / as sysdba
281281
@@ -298,7 +298,7 @@ Version 21.3.0.0.0
298298To clean up the Kubernetes resources created by this tutorial, run:
299299
300300``` bash
301- kubectl patch -n demo oracle/oracle -p ' {"spec":{"deletionPolicy":"WipeOut"}}' --type=" merge"
302- kubectl delete oracle -n demo oracle
303- kubectl delete ns demo
301+ $ kubectl patch -n demo oracle/oracle -p ' {"spec":{"deletionPolicy":"WipeOut"}}' --type=" merge"
302+ $ kubectl delete oracle -n demo oracle
303+ $ kubectl delete ns demo
304304```
0 commit comments