Skip to content

Commit c265bcd

Browse files
committed
lint fixes
1 parent 83a5fac commit c265bcd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

OracleDatabase/RAC/OracleRealApplicationClusters/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ Retag it as below as we are going to refer this image as `localhost/oracle/datab
120120
```bash
121121
podman tag localhost/oracle/database-rac:21.3.0 localhost/oracle/database-rac:21c
122122
```
123-
**Note** : There is a known issue with Oracle Database 19.3.0 that causes compilation to fail, as described in [Doc ID 2760289.1](https://support.oracle.com/knowledge/Oracle%20Database%20Products/2760289_1.html): "19c Database Installation/relink fails with: Error in invoking target 'libasmclntsh19.ohso libasmperl19.ohso client_sharedlib' of makefile ins_rdbms.mk". As a result, you cannot install the base 19.3.0 software directly on Oracle Linux 9. The fix is included in version 19.21 and later. Therefore, when building Oracle RAC Database Container Images, you must use `--build-arg BASE_OL_IMAGE=oraclelinux:8`
123+
**Note** : There is a known issue with Oracle Database 19.3.0 that causes compilation to fail, as described in [Doc ID 2760289.1](https://support.oracle.com/knowledge/Oracle%20Database%20Products/2760289_1.html): "19c Database Installation/relink fails with: Error in invoking target 'libasmclntsh19.ohso libasmperl19.ohso client_sharedlib' of makefile ins_rdbms.mk".
124+
As a result, Base 19.3.0 software cannot be directly installed on Oracle Linux 9. The fix is included in version 19.21 and later. Therefore, when building Oracle RAC Database Container Images for 19.3.0, you must use `--build-arg BASE_OL_IMAGE=oraclelinux:8`
124125

125126
Example: To build Oracle RAC Database Container Image for version 19.3.0, use below command:
126127
```bash

OracleDatabase/RAC/OracleRealApplicationClusters/containerfiles/ociregion.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)