Skip to content

Commit a9caabd

Browse files
rosemarymaranorjeberhard
authored andcommitted
update docs (#1345)
* update docs * update script
1 parent f4ff41e commit a9caabd

File tree

2 files changed

+5
-3
lines changed
  • docs-source/content/userguide/managing-fmw-domains/soa-suite
  • kubernetes/samples/scripts/create-rcu-schema

2 files changed

+5
-3
lines changed

docs-source/content/userguide/managing-fmw-domains/soa-suite/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ After cloning the repository and downloading the installer from Oracle Technolog
125125
or e-delivery, you create your image by running the provided script:
126126

127127
```bash
128-
cd docker-images/OracleFMWInfrastructure/dockerfiles
128+
cd docker-images/OracleSOASuite/dockerfiles
129129
./buildDockerImage.sh -v 12.2.1.3 -s
130130
```
131131

@@ -175,7 +175,7 @@ by running the [create-pv-pvc.sh]({{< relref "/samples/simple/storage/_index.md"
175175
Follow the instructions for using the scripts to create a PV and PVC.
176176

177177
{{% notice note %}}
178-
When creating the PV and PVC for the database, make sure that you use a different name
178+
When creating the PV and PVC for the database, make sure that you use a different name
179179
and storage class to the PV and PVC you create for the domain to use.
180180
{{% /notice %}}
181181

@@ -188,7 +188,7 @@ $ cd weblogic-kubernetes-operator/kubernetes/samples/scripts/create-soa-domain/d
188188
$ kubectl create -f db-with-pv.yaml
189189
```
190190

191-
The database will take several minutes to start the first time, since it has to
191+
The database will take several minutes to start the first time, since it has to
192192
complete the setup operations. You can watch the log to see its progress using
193193
this command:
194194

kubernetes/samples/scripts/create-rcu-schema/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ usage: ./drop-rcu-schema.sh -s <schemaPrefix> -d <dburl> [-h]
161161
-s RCU Schema Prefix (required)
162162
-d Oracle Database URL
163163
(default: oracle-db.default.svc.cluster.local:1521/devpdb.k8s)
164+
-t RCU Schema Type (optional)
165+
Supported values: fmw(default),soa,osb,soaosb,soaess,soaessosb
164166
-h Help
165167
166168
$ ./drop-rcu-schema.sh -s domain1

0 commit comments

Comments
 (0)