Skip to content

Commit 32571a6

Browse files
author
psaini
committed
Added Correct DB edition type for RAC
1 parent a8ebfeb commit 32571a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/dbcs/provisioning/dbcs_service_with_2_node_rac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This example uses `dbcs_service_with_2_node_rac.yaml` to deploy a 2 Node RAC VMD
1515
- Enable flag for Automatic Backup for DBCS Database as `True`
1616
- Auto Backup Window for DBCS Database as `SLOT_FOUR`
1717
- Recovery Windows for Backup retention in days as `15`
18-
- Oracle Database Edition as `STANDARD_EDITION`
18+
- Oracle Database Edition as `ENTERPRISE_EDITION_EXTREME_PERFORMANCE`
1919
- Database Name as `db0130`
2020
- Oracle Database Software Image Version as `21c`
2121
- Database Workload Type as Transaction Processing i.e. `OLTP`

docs/dbcs/provisioning/dbcs_service_with_2_node_rac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
autoBackupEnabled: True
1515
autoBackupWindow: "SLOT_FOUR"
1616
recoveryWindowsInDays: 15
17-
dbEdition: "STANDARD_EDITION"
17+
dbEdition: "ENTERPRISE_EDITION_EXTREME_PERFORMANCE"
1818
dbName: "db0130"
1919
dbVersion: "21c"
2020
dbWorkload: "OLTP"

0 commit comments

Comments
 (0)