Skip to content

Commit bc1b773

Browse files
committed
lint fixes
1 parent 2fa66fe commit bc1b773

File tree

1 file changed

+20
-19
lines changed
  • OracleDatabase/RAC/OracleRealApplicationClusters/docs

1 file changed

+20
-19
lines changed

OracleDatabase/RAC/OracleRealApplicationClusters/docs/README_1.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Learn about container deployment options for Oracle Real Application Clusters (O
55
## Overview of Running Oracle RAC in Containers
66

77
Oracle Real Application Clusters (Oracle RAC) is an option to the award-winning Oracle Database Enterprise Edition. Oracle RAC is a cluster database with a shared cache architecture that overcomes the limitations of traditional shared-nothing and shared-disk approaches to provide highly scalable and available database solutions for all business applications.
8-
Oracle RAC uses Oracle Clusterware as a portable cluster software that allows clustering of independent servers so that they cooperate as a single system and Oracle Automatic Storage Management (Oracle ASM) to provide simplified storage management that is consistent across all servers and storage platforms. Oracle Clusterware and Oracle ASM are part of the Oracle Grid Infrastructure, which bundles both solutions in an easy to deploy software package.
8+
Oracle RAC uses Oracle Clusterware as a portable cluster software that allows clustering of independent servers so that they cooperate as a single system and Oracle Automatic Storage Management (Oracle ASM) to provide simplified storage management that is consistent across all servers and storage platforms.
9+
Oracle Clusterware and Oracle ASM are part of the Oracle Grid Infrastructure, which bundles both solutions in an easy to deploy software package.
910

1011
For more information on Oracle RAC Database 21c refer to the [Oracle Database documentation](http://docs.oracle.com/en/database/).
1112

@@ -26,38 +27,38 @@ To create an Oracle RAC environment, complete these steps in order:
2627
- [Section 4.2: Setup Oracle RAC Container on Docker](#section-42-setup-oracle-rac-container-on-docker)
2728
- [Deploying Oracle RAC on Container with Block Devices on Docker](#deploying-oracle-rac-on-container-with-block-devices-on-docker)
2829
- [Deploying Oracle RAC on Container With Oracle RAC Storage Container](#deploying-oracle-rac-on-container-with-oracle-rac-storage-container)
29-
- [Assign networks to Oracle RAC containers](#assign-networks-to-oracle-rac-containers)
30-
- [Start the first container](#start-the-first-container)
30+
- [Assign networks to Oracle RAC docker containers](#assign-networks-to-oracle-rac-docker-containers)
31+
- [Start the first docker container](#start-the-first-docker-container)
3132
- [Connect to the Oracle RAC container](#connect-to-the-oracle-rac-container)
3233
- [Section 4.3: Adding an Oracle RAC Node using a Docker Container](#section-43-adding-an-oracle-rac-node-using-a-docker-container)
3334
- [Deploying Oracle RAC Additional Node on Container with Block Devices on Docker](#deploying-oracle-rac-additional-node-on-container-with-block-devices-on-docker)
3435
- [Deploying Oracle RAC Additional Node on Container with Oracle RAC Storage Container on Docker](#deploying-oracle-rac-additional-node-on-container-with-oracle-rac-storage-container-on-docker)
35-
- [Assign Network to additional Oracle RAC container](#assign-network-to-additional-oracle-rac-container)
36-
- [Start Oracle RAC container](#start-oracle-rac-container)
37-
- [Connect to the Oracle RAC container](#connect-to-the-oracle-rac-container-1)
36+
- [Assign Network to additional Oracle RAC docker container](#assign-network-to-additional-oracle-rac-docker-container)
37+
- [Start Oracle RAC docker container](#start-oracle-rac-docker-container)
38+
- [Connect to the Oracle RAC docker container](#connect-to-the-oracle-rac-docker-container)
3839
- [Section 5: Oracle RAC on Podman](#section-5-oracle-rac-on-podman)
3940
- [Section 5.1 : Prerequisites for Running Oracle RAC on Podman](#section-51--prerequisites-for-running-oracle-rac-on-podman)
4041
- [Section 5.2: Setup RAC Containers on Podman](#section-52-setup-rac-containers-on-podman)
4142
- [Deploying Oracle RAC Containers with Block Devices on Podman](#deploying-oracle-rac-containers-with-block-devices-on-podman)
4243
- [Deploying Oracle RAC on Container With Oracle RAC Storage Container on Podman](#deploying-oracle-rac-on-container-with-oracle-rac-storage-container-on-podman)
43-
- [Assign networks to Oracle RAC containers](#assign-networks-to-oracle-rac-containers-1)
44-
- [Start the first container](#start-the-first-container-1)
45-
- [Connect to the Oracle RAC container](#connect-to-the-oracle-rac-container-2)
44+
- [Assign networks to Oracle RAC podman containers](#assign-networks-to-oracle-rac-podman-containers)
45+
- [Start the first podman container](#start-the-first-podman-container)
46+
- [Connect to the Oracle RAC container](#connect-to-the-oracle-rac-podman-container)
4647
- [Section 5.3: Adding a Oracle RAC Node using a container on Podman](#section-53-adding-a-oracle-rac-node-using-a-container-on-podman)
4748
- [Deploying Oracle RAC Additional Node on Container with Block Devices on Podman](#deploying-oracle-rac-additional-node-on-container-with-block-devices-on-podman)
4849
- [Deploying Oracle RAC Additional Node on Container with Oracle RAC Storage Container on Podman](#deploying-oracle-rac-additional-node-on-container-with-oracle-rac-storage-container-on-podman)
49-
- [Assign Network to additional Oracle RAC container](#assign-network-to-additional-oracle-rac-container-1)
50-
- [Start Oracle RAC container](#start-oracle-rac-container-1)
50+
- [Assign Network to additional Oracle RAC podman container](#assign-network-to-additional-oracle-rac-podman-container)
51+
- [Start Oracle RAC podman container](#start-oracle-rac-podman-container)
5152
- [Section 6: Connecting to an Oracle RAC Database](#section-6-connecting-to-an-oracle-rac-database)
5253
- [Section 7: Environment Variables for the First Node](#section-7-environment-variables-for-the-first-node)
5354
- [Section 8: Environment Variables for the Second and Subsequent Nodes](#section-8-environment-variables-for-the-second-and-subsequent-nodes)
5455
- [Section 9: Building a Patched Oracle RAC Container Image](#section-9-building-a-patched-oracle-rac-container-image)
5556
- [Section 10 : Sample Container Files for Older Releases](#section-10--sample-container-files-for-older-releases)
56-
- [Docker](#docker)
57-
- [Podman](#podman)
57+
- [Docker](#docker-container-files)
58+
- [Podman](#podman-container-files)
5859
- [Section 11 : Support](#section-11--support)
59-
- [Docker](#docker-1)
60-
- [Podman](#podman-1)
60+
- [Docker](#docker-support)
61+
- [Podman](#podman-support)
6162
- [Section 12 : License](#section-12--license)
6263
- [Section 11 : Copyright](#section-11--copyright)
6364

@@ -139,7 +140,7 @@ If you are planing to deploy Oracle RAC container image on Podman, skip to the s
139140
./buildContainerImage.sh -v 21.3.0 -o '--build-arg BASE_OL_IMAGE=oraclelinux:7' -i
140141
```
141142
***Note***
142-
- `IGNORE_PREREQ` is default `false` while building full image, if you want to skip this during dbca/grid installation or basically set `-ignorePrereq` while building the container image, set this to `true`.
143+
- `IGNORE_PREREQ` is default `false` while building full image, if you want to skip this during dbca/grid installation or basically set `-ignorePrereq` while building the container image, set this to `true`.
143144

144145
### Oracle RAC Container Image for Podman
145146
If you are planing to deploy Oracle RAC container image on Docker, skip to the section [Oracle RAC Container Image for Docker](#oracle-rac-container-image-for-docker).
@@ -200,7 +201,7 @@ To run Oracle RAC using Oracle Container Runtime for Docker on multiple hosts, r
200201
- If the Docker or Podman bridge network is not available outside your host, you can use the Oracle Connection Manager [CMAN image](https://github.com/oracle/docker-images/tree/main/OracleDatabase/RAC/OracleConnectionManager) to access the Oracle RAC Database from outside the host.
201202
- If you want to specify a different password for each of the user accounts, then create three different files, encrypt them under `/opt/.secrets`, and pass the file name to the container using the environment variable. Environment variables can be ORACLE_PWD_FILE for the oracle user, GRID_PWD_FILE for the grid user, and DB_PWD_FILE for the database password.
202203
- If you want to use a common password for the oracle, grid, and database users, then you can assign a password file name to COMMON_OS_PWD_FILE environment variable.
203-
204+
204205
## Section 4: Oracle RAC on Docker
205206

206207
If you are deploying Oracle RAC On Podman, skip to the [Section 5: Oracle RAC on Podman](#section-5-oracle-rac-on-podman).
@@ -538,7 +539,7 @@ Connect the private and public networks you created earlier to the container:
538539
# docker network connect rac_priv1_nw --ip 192.168.17.151 racnode2
539540
```
540541

541-
#### Start Oracle RAC container
542+
#### Start Oracle RAC docker container
542543

543544
Start the container
544545

@@ -911,7 +912,7 @@ Connect the private and public networks you created earlier to the container:
911912
# podman network connect rac_priv1_nw --ip 192.168.17.151 racnode2
912913
```
913914

914-
#### Start Oracle RAC container
915+
#### Start Oracle RAC podman container
915916

916917
Start the container
917918

0 commit comments

Comments
 (0)