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
Copy file name to clipboardExpand all lines: OracleDatabase/RAC/OracleRealApplicationClusters/README.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,14 +79,25 @@ However, if you are using pre-built RAC Images from the Oracle Container Registr
79
79
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.
80
80
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.
81
81
82
-
Example of pulling an Oracle RAC Database Image from the Oracle Container Registry:
podman tag container-registry.oracle.com/database/rac_ru:latest localhost/oracle/database-rac:21c
86
95
```
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.
88
99
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.
90
101
91
102
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).
92
103
@@ -308,7 +319,7 @@ This project offers example container files for Oracle Grid Infrastructure and O
308
319
* Oracle Database 12c Release 2 Oracle Grid Infrastructure (12.2.0.1.0) for Linux x86-64
309
320
* Oracle Database 12c Release 2 (12.2.0.1.0) Enterprise Edition for Linux x86-64
310
321
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)
Copy file name to clipboardExpand all lines: OracleDatabase/RAC/OracleRealApplicationClusters/docs/developers/OTHERS.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,15 +80,26 @@ However, if you are using pre-built RAC images from the Oracle Container Registr
80
80
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.
81
81
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.
82
82
83
-
Example of pulling an Oracle RAC Image from the Oracle Container Registry:
podman tag container-registry.oracle.com/database/rac_ru:latest localhost/oracle/database-rac:21c
88
97
```
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.
90
101
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.
92
103
93
104
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.
94
105
@@ -236,14 +247,14 @@ This project offers example container files for Oracle Grid Infrastructure and O
236
247
* Oracle Database 12c Release 2 Oracle Grid Infrastructure (12.2.0.1.0) for Linux x86-64
237
248
* Oracle Database 12c Release 2 (12.2.0.1.0) Enterprise Edition for Linux x86-64
238
249
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)
240
251
241
252
## Cleanup
242
253
Refer to [README](./CLEANUP.md) for instructions on how to connect to an Oracle RAC Database Container Environment.
243
254
244
255
## Support
245
256
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)
0 commit comments