Skip to content

Commit 2a146e0

Browse files
19c ru and 23ai documentation update
1 parent 222e99a commit 2a146e0

2 files changed

Lines changed: 31 additions & 9 deletions

File tree

OracleDatabase/RAC/OracleRealApplicationClusters/README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,25 @@ However, if you are using pre-built RAC Images from the Oracle Container Registr
7979
Oracle RAC is supported for production use on Podman starting with Oracle Database 19c (19.16) and Oracle Database 21c (21.7). You can also deploy Oracle RAC on Podman using the pre-built images available on the Oracle Container Registry.
8080
Refer to this [documentation](https://docs.oracle.com/en/operating-systems/oracle-linux/docker/docker-UsingDockerRegistries.html#docker-registry) for details on using Oracle Container Registry.
8181

82-
Example of pulling an Oracle RAC Database Image from the Oracle Container Registry:
82+
Example Oracle Container Registry tags:
8383
```bash
84+
# Oracle Linux 9, Oracle RAC 23.26ai
85+
podman pull container-registry.oracle.com/database/rac:latest
86+
podman tag container-registry.oracle.com/database/rac:latest localhost/oracle/database-rac:23.26ai
87+
88+
# Oracle Linux 9, Oracle RAC 19c
89+
podman pull container-registry.oracle.com/database/rac_ru:latest-19
90+
podman tag container-registry.oracle.com/database/rac_ru:latest-19 localhost/oracle/database-rac:19c
91+
92+
# Oracle Linux 8, Oracle RAC 21c
8493
podman pull container-registry.oracle.com/database/rac_ru:latest
8594
podman tag container-registry.oracle.com/database/rac_ru:latest localhost/oracle/database-rac:21c
8695
```
87-
**NOTE:** Currently, latest tag in Oracle Container registry represents `21.17.0` tag. If you are pulling any other version of container image, then retag approriately as per your environment to use in `podman create` commands later.
96+
**NOTE:** Use `container-registry.oracle.com/database/rac:latest` for Oracle RAC 23.26ai on Oracle Linux 9.
97+
98+
**NOTE:** Use `container-registry.oracle.com/database/rac_ru:latest-19` for Oracle RAC 19c on Oracle Linux 9.
8899

89-
**NOTE:** The pre-built Oracle Container Registry image `container-registry.oracle.com/database/rac_ru:latest` can still work on Oracle Linux 8. If you are deploying on Oracle Linux 9 with cgroup v2, prefer building the Oracle RAC image from the latest containerfiles in this repository instead of using the pre-built Oracle Container Registry image, because the OCR image can still use older `init.ohasd` cgroup v1 handling and fail during Grid setup when `ohasd.bin` does not move under `oracle-ohasd.service`.
100+
**NOTE:** Use `container-registry.oracle.com/database/rac_ru:latest` for Oracle RAC 21c on Oracle Linux 8. This is the documented Oracle Linux 8 compatibility path because the older `rac_ru` image line retains the cgroup compatibility behavior needed there.
90101

91102
If you are using pre-built Oracle RAC images from the [Oracle Container Registry](https://container-registry.oracle.com), then you can skip the section [Building Oracle RAC Database Container Image](#building-oracle-rac-database-container-image).
92103

@@ -308,7 +319,7 @@ This project offers example container files for Oracle Grid Infrastructure and O
308319
* Oracle Database 12c Release 2 Oracle Grid Infrastructure (12.2.0.1.0) for Linux x86-64
309320
* Oracle Database 12c Release 2 (12.2.0.1.0) Enterprise Edition for Linux x86-64
310321

311-
To install older releases of Oracle RAC on Podman or Oracle RAC on Docker, refer to the [README.md](./docs/README_1.md)
322+
To install older releases of Oracle RAC on Podman, refer to the [README.md](./docs/README_1.md)
312323

313324
## Support
314325

OracleDatabase/RAC/OracleRealApplicationClusters/docs/developers/OTHERS.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,26 @@ However, if you are using pre-built RAC images from the Oracle Container Registr
8080
Oracle RAC is supported for production use on Podman starting with Oracle Database 19c (19.16), and Oracle Database 21c (21.7). You can also deploy Oracle RAC on Podman using the pre-built images available on the Oracle Container Registry.
8181
Refer to [this documentation](https://docs.oracle.com/en/operating-systems/oracle-linux/docker/docker-UsingDockerRegistries.html#docker-registry) for details on using the Oracle Container Registry.
8282

83-
Example of pulling an Oracle RAC Image from the Oracle Container Registry:
83+
Example Oracle Container Registry tags:
8484

8585
```bash
86+
# Oracle Linux 9, Oracle RAC 23.26ai
87+
podman pull container-registry.oracle.com/database/rac:latest
88+
podman tag container-registry.oracle.com/database/rac:latest localhost/oracle/database-rac:23.26ai
89+
90+
# Oracle Linux 9, Oracle RAC 19c
91+
podman pull container-registry.oracle.com/database/rac_ru:latest-19
92+
podman tag container-registry.oracle.com/database/rac_ru:latest-19 localhost/oracle/database-rac:19c
93+
94+
# Oracle Linux 8, Oracle RAC 21c
8695
podman pull container-registry.oracle.com/database/rac_ru:latest
8796
podman tag container-registry.oracle.com/database/rac_ru:latest localhost/oracle/database-rac:21c
8897
```
89-
**NOTE** Currently, latest tag in Oracle Container registry represents `21.17.0` tag. If you are pulling any other version of container image, then retag approriately as per your environment to use in `podman create` commands later.
98+
**NOTE** Use `container-registry.oracle.com/database/rac:latest` for Oracle RAC 23.26ai on Oracle Linux 9.
99+
100+
**NOTE** Use `container-registry.oracle.com/database/rac_ru:latest-19` for Oracle RAC 19c on Oracle Linux 9.
90101

91-
**NOTE** The pre-built Oracle Container Registry image `container-registry.oracle.com/database/rac_ru:latest` can still work on Oracle Linux 8. If you are deploying on Oracle Linux 9 with cgroup v2, prefer building the image from the latest containerfiles in this repository, because the OCR image can still use older `init.ohasd` cgroup v1 handling and fail during Grid setup.
102+
**NOTE** Use `container-registry.oracle.com/database/rac_ru:latest` for Oracle RAC 21c on Oracle Linux 8. This is the documented Oracle Linux 8 compatibility path because the older `rac_ru` image line retains the cgroup compatibility behavior needed there.
92103

93104
If you are using pre-built Oracle RAC images from the Oracle Container Registry, then you can skip the section that follows where we build the container images.
94105

@@ -236,14 +247,14 @@ This project offers example container files for Oracle Grid Infrastructure and O
236247
* Oracle Database 12c Release 2 Oracle Grid Infrastructure (12.2.0.1.0) for Linux x86-64
237248
* Oracle Database 12c Release 2 (12.2.0.1.0) Enterprise Edition for Linux x86-64
238249

239-
To install older releases of Oracle RAC on Podman or Oracle RAC on Docker, refer to the [README.md](./README_1.md)
250+
To install older releases of Oracle RAC on Podman, refer to the [README.md](./README_1.md)
240251

241252
## Cleanup
242253
Refer to [README](./CLEANUP.md) for instructions on how to connect to an Oracle RAC Database Container Environment.
243254

244255
## Support
245256

246-
At the time of this release, Oracle RAC on Podman is supported for Oracle Linux 8.5 or later. To see the current Linux support certifications, refer to [Oracle RAC on Podman Documentation](https://docs.oracle.com/en/database/oracle/oracle-database/21/install-and-upgrade.html)
257+
At the time of this release, Oracle RAC on Podman is supported for Oracle Linux 8.10 or later. To see the current Linux support certifications, refer to [Oracle RAC on Podman Documentation](https://docs.oracle.com/en/database/oracle/oracle-database/21/install-and-upgrade.html)
247258

248259
## License
249260

0 commit comments

Comments
 (0)