You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|lrestImage (DO NOT EDIT) |**container-registry.oracle.com/database/lrest-dboper:latest**|
278
-
|dbTnsurl |TNS alias of the container db |
277
+
|lrestImage (DO NOT EDIT) |**container-registry.oracle.com/database/lrest-dboper:latest**use the latest label availble on OCR|
278
+
|dbTnsurl |The string of the tns alias to connect to cdb. Attention: remove all white space from string|
279
279
|deletePdbCascade | Delete all of the PDBs associated to a CDB resource when the CDB resource is dropped using [imperative approach](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/imperative-command/)|
280
280
|cdbAdminUser | Secret: the administrative (admin) user |
281
+
|fileNameConversions | Use file name conversion if you are not using ASM |
281
282
|cdbAdminPwd | Secret: the admin user password |
282
283
|webServerUser | Secret: the HTTPS user |
283
284
|webServerPwd | Secret: the HTTPS user password |
@@ -290,10 +291,10 @@ Parsing sqltext=select count(*) from pdb_plug_in_violations where name =:b1
290
291
291
292
### Create PDB
292
293
293
-
To create a pluggable database (PDB), apply the yaml file [`create_lrpdb1_resource.yaml`](./usecase/clone_lrpdb1_resource.yaml)
294
+
To create a pluggable database, apply the yaml file [`create_pdb1_resource.yaml`](./usecase/create_pdb1_resource.yaml)
294
295
295
296
```bash
296
-
kubectl apply -f create_lrpdb1_resource.yaml
297
+
kubectl apply -f create_pdb1_resource.yaml
297
298
```
298
299
Check the status of the resource and the PDB existence on the container db:
To unplug the PDB, use the file [`unplug_lrpdb1_resource.yaml`](./usecase/unplug_lrpdb1_resource.yaml):
454
+
To unplug the PDB, use the file [`unplug_pdb1_resource.yaml`](./usecase/unplug_pdb1_resource.yaml):
454
455
455
456
**pdb unplugging**
456
457
| Name | Description/Value |
@@ -461,7 +462,7 @@ To unplug the PDB, use the file [`unplug_lrpdb1_resource.yaml`](./usecase/unplug
461
462
|pdbName | Name of the pluggable database (PDB)|
462
463
### Plug PDB
463
464
464
-
To plug in the PDB, use the file [`plug_lrpdb1_resource.yaml`](./usecase/plug_lrpdb1_resource.yaml). In this example, we plug in the PDB that was unpluged in the previous step:
465
+
To plug in the PDB, use the file [`plug_pdb1_resource.yaml`](./usecase/plug_pdb1_resource.yaml). In this example, we plug in the PDB that was unpluged in the previous step:
465
466
466
467
**pdb plugging**
467
468
| Name | Description/Value |
@@ -478,7 +479,7 @@ To plug in the PDB, use the file [`plug_lrpdb1_resource.yaml`](./usecase/plug_lr
478
479
479
480
### Delete PDB
480
481
481
-
To delete the PDB, use the file [`delete_lrpdb1_resource.yaml`](./usecase/delete_lrpdb1_resource.yaml)
482
+
To delete the PDB, use the file [`delete_pdb1_resource.yaml`](./usecase/delete_pdb1_resource.yaml)
482
483
483
484
**pdb deletion**
484
485
@@ -493,8 +494,8 @@ To delete the PDB, use the file [`delete_lrpdb1_resource.yaml`](./usecase/delete
493
494
494
495
### Map PDB
495
496
496
-
If you need to create a CRD for an existing PDB, then you can use the map option by applying the file [`map_lrpdb1_resource.yaml`](./usecase/map_lrpdb1_resource.yaml)
497
-
497
+
If you need to create a CRD for an existing PDB, then you can use the map option by applying the file [`map_pdb1_resource.yaml`](./usecase/map_pdb1_resource.yaml)
498
+
Map functionality can be used in a situation where you have a pdb which is not registered in the operator as a CRD. It's a temporary solution while waiting the autodiscovery to be available.
0 commit comments