3
3
###### Author: Ruggero Citton (<ruggero.citton@oracle.com >) - Oracle RAC Pack, Cloud Innovation and Solution Engineering Team
4
4
5
5
This directory contains Vagrant build files to provision automatically
6
- two Oracle RDBMS (18c, 19c, 21c ) hosts configured with Oracle Data Guard, using Vagrant, Oracle Linux 7 and shell scripts.
6
+ two Oracle RDBMS (21c or 19c ) hosts configured with Oracle Data Guard, using Vagrant, Oracle Linux 7 and shell scripts.
7
7
![ ] ( images/OracleDG.png )
8
8
9
9
The virtualization provider can be VirtualBox or KVM/libVirt
@@ -41,12 +41,16 @@ Running two RDBMS nodes at least 6Gb per node are required
41
41
https://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
42
42
43
43
Accept License Agreement
44
- go to version (18c, 19c, 21c ) for Linux x86-64 you need -> "See All", example
44
+ go to version (21c or 19c ) for Linux x86-64 you need -> "See All", example
45
45
46
46
* Oracle Database 21c (21.3) for Linux x86-64
47
47
LINUX.X64_213000_db_home.zip (3,109,225,519 bytes)
48
48
(sha256sum - c05d5c32a72b9bf84ab6babb49aee99cbb403930406aabe3cf2f94f1d35e0916)
49
49
50
+ * Oracle Database 19c (19.3) for Linux x86-64
51
+ LINUX.X64_193000_db_home.zip (3,059,705,302 bytes)
52
+ (sha256sum - ba8329c757133da313ed3b6d7f86c5ac42cd9970a28bf2e6233f3235233aa8d8)
53
+
50
54
## Customization
51
55
52
56
You can customize your Oracle environment by amending the parameters in the configuration file: ` ./config/vagrant.yml `
@@ -107,7 +111,7 @@ The following can be customized:
107
111
env:
108
112
provider: virtualbox
109
113
# ---------------------------------------------
110
- prefix_name: vgt7-193-dg
114
+ prefix_name: dg-213-ol7
111
115
# ---------------------------------------------
112
116
domain: localdomain
113
117
# ---------------------------------------------
@@ -116,7 +120,7 @@ The following can be customized:
116
120
oradata_disk_num: 2
117
121
oradata_disk_size: 20
118
122
# ---------------------------------------------
119
- db_software: LINUX.X64_193000_db_home .zip
123
+ db_software: LINUX.X64_213000_db_home .zip
120
124
# ---------------------------------------------
121
125
root_password: welcome1
122
126
oracle_password: welcome1
@@ -125,10 +129,10 @@ The following can be customized:
125
129
# ---------------------------------------------
126
130
ora_languages: en,en_GB
127
131
# ---------------------------------------------
128
- db_name: DB193H1
132
+ db_name: DB213H1
129
133
pdb_name: PDB1
130
- cdb: false
131
- adg: false
134
+ cdb: true
135
+ adg: true
132
136
# ---------------------------------------------
133
137
134
138
#### KVM/libVirt provider Example:
@@ -152,15 +156,15 @@ The following can be customized:
152
156
env:
153
157
provider: libvirt
154
158
# ---------------------------------------------
155
- prefix_name: vgt7-193-dg
159
+ prefix_name: dg-213-ol7
156
160
# ---------------------------------------------
157
161
domain: localdomain
158
162
# ---------------------------------------------
159
163
oradata_disk_num: 2
160
164
oradata_disk_size: 20
161
165
storage_pool_name: Vagrant_KVM_Storage
162
166
# ---------------------------------------------
163
- db_software: LINUX.X64_193000_db_home .zip
167
+ db_software: LINUX.X64_213000_db_home .zip
164
168
# ---------------------------------------------
165
169
root_password: welcome1
166
170
oracle_password: welcome1
@@ -169,10 +173,10 @@ The following can be customized:
169
173
# ---------------------------------------------
170
174
ora_languages: en,en_GB
171
175
# ---------------------------------------------
172
- db_name: DB193H1
176
+ db_name: DB213H1
173
177
pdb_name: PDB1
174
- cdb: false
175
- adg: false
178
+ cdb: true
179
+ adg: true
176
180
# ---------------------------------------------
177
181
178
182
## Running scripts after setup
0 commit comments