@@ -36,7 +36,7 @@ Sample container build files to facilitate installation, configuration, and envi
36
36
37
37
This project offers sample Dockerfiles for:
38
38
39
- * Oracle Database 23ai (23.5 .0) Free
39
+ * Oracle Database 23ai (23.6 .0) Free
40
40
* Oracle Database 21c (21.3.0) Enterprise Edition, Standard Edition 2 and Express Edition (XE)
41
41
* Oracle Database 19c (19.3.0) Enterprise Edition and Standard Edition 2
42
42
* Oracle Database 18c (18.4.0) Express Edition (XE)
@@ -67,7 +67,7 @@ Before you build the image make sure that you have provided the installation bin
67
67
68
68
Parameters:
69
69
-v: version to build
70
- Choose one of: 11.2.0.2 12.1.0.2 12.2.0.1 18.3.0 18.4.0 19.3.0 21.3.0 23.5 .0
70
+ Choose one of: 11.2.0.2 12.1.0.2 12.2.0.1 18.3.0 18.4.0 19.3.0 21.3.0 23.6 .0
71
71
-t: image_name:tag for the generated docker image
72
72
-e: creates image based on 'Enterprise Edition'
73
73
-s: creates image based on 'Standard Edition 2'
@@ -247,7 +247,7 @@ Users can generate public-private key pair and pass database password (encrypted
247
247
248
248
* Run the Oracle Database 23ai Free image with the secrets
249
249
250
- podman run -td --name=<container_name> --secret=oracle_pwd --secret=oracle_pwd_privkey oracle/database:23.5 .0-free
250
+ podman run -td --name=<container_name> --secret=oracle_pwd --secret=oracle_pwd_privkey oracle/database:23.6 .0-free
251
251
252
252
#### Selecting the Edition (Supported from 19.3.0 release)
253
253
@@ -368,7 +368,7 @@ To run your Oracle Database 23ai Free container image use the `podman run` comma
368
368
-e ENABLE_ARCHIVELOG=true \
369
369
-e ENABLE_FORCE_LOGGING=true \
370
370
-v [<host mount point>:]/opt/oracle/oradata \
371
- oracle/database:23.5 .0-free
371
+ oracle/database:23.6 .0-free
372
372
373
373
Parameters:
374
374
--name: The name of the container (default: auto generated)
@@ -533,7 +533,7 @@ Set up a podman network for inter-container communication using the following co
533
533
-e ENABLE_ARCHIVELOG=true \
534
534
-e ENABLE_FORCE_LOGGING=true \
535
535
-v [<host mount point>:]/opt/oracle/oradata \
536
- oracle/database:23.5 .0-free
536
+ oracle/database:23.6 .0-free
537
537
538
538
Ensure that your Primary Database container is up and running and in a healthy state.
539
539
@@ -552,7 +552,7 @@ You need to run the preceding podman run command with the host mount point (empt
552
552
-e PRIMARY_DB_PWD_FILE=/var/tmp/orapwFREE \
553
553
-e PRIMARY_DB_CONN_STR=<PRI_DB_FREE_IP>:1521/FREE \
554
554
-v [<host mount point>:]/opt/oracle/oradata \
555
- oracle/database:23.5 .0-free
555
+ oracle/database:23.6 .0-free
556
556
557
557
** Note:** If a common host mount point is used for both pri-db-free and tru-cc-free containers, then you may skip the podman cp step by specifying the location of pri-db-free password file directly using \
558
558
-e PRIMARY_DB_PWD_FILE=/opt/oracle/product/23ai/dbhomeFree/dbs/orapwFREE
0 commit comments