Skip to content

Commit 9f4c174

Browse files
committed
lint fixes
1 parent c265bcd commit 9f4c174

File tree

1 file changed

+1
-1
lines changed
  • OracleDatabase/RAC/OracleRealApplicationClusters

1 file changed

+1
-1
lines changed

OracleDatabase/RAC/OracleRealApplicationClusters/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ 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".
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".
124124
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`
125125

126126
Example: To build Oracle RAC Database Container Image for version 19.3.0, use below command:

0 commit comments

Comments
 (0)