From e7a51a46cd5df455c1f55611545658ad6f50c337 Mon Sep 17 00:00:00 2001 From: Jyoti Verma Date: Thu, 16 Oct 2025 21:45:20 +0000 Subject: [PATCH] doc change for service mode --- ...ase-free-with-system-sharding-with-snr-raft-enabled.md | 8 ++++---- .../podman-sharded-database-free-with-system-sharding.md | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/container-based-sharding-deployment/samples/container-files/podman-container-files-free/podman-sharded-database-free-with-system-sharding-with-snr-raft-enabled.md b/container-based-sharding-deployment/samples/container-files/podman-container-files-free/podman-sharded-database-free-with-system-sharding-with-snr-raft-enabled.md index 33e5e44..56e9501 100644 --- a/container-based-sharding-deployment/samples/container-files/podman-container-files-free/podman-sharded-database-free-with-system-sharding-with-snr-raft-enabled.md +++ b/container-based-sharding-deployment/samples/container-files/podman-container-files-free/podman-sharded-database-free-with-system-sharding-with-snr-raft-enabled.md @@ -324,8 +324,8 @@ podman run -d --hostname oshard-gsm1 \ -e SHARD1_PARAMS="shard_host=oshard1-0;shard_db=ORCL1CDB;shard_pdb=ORCL1PDB;shard_port=1521;shard_group=shardgroup1" \ -e SHARD2_PARAMS="shard_host=oshard2-0;shard_db=ORCL2CDB;shard_pdb=ORCL2PDB;shard_port=1521;shard_group=shardgroup1" \ -e SHARD3_PARAMS="shard_host=oshard3-0;shard_db=ORCL3CDB;shard_pdb=ORCL3PDB;shard_port=1521;shard_group=shardgroup1" \ --e SERVICE1_PARAMS="service_name=oltp_rw_svc;service_role=primary" \ --e SERVICE2_PARAMS="service_name=oltp_ro_svc;service_role=primary" \ +-e SERVICE1_PARAMS="service_name=oltp_rw_svc;service_role=primary;service_mode=readwrite" \ +-e SERVICE2_PARAMS="service_name=oltp_ro_svc;service_role=primary;service_mode=readonly" \ -e GSM_TRACE_LEVEL="OFF" \ -e SHARD_SETUP="true" \ -e COMMON_OS_PWD_FILE=pwdsecret \ @@ -379,8 +379,8 @@ podman run -d --hostname oshard-gsm2 \ -e SHARD1_PARAMS="shard_host=oshard1-0;shard_db=ORCL1CDB;shard_pdb=ORCL1PDB;shard_port=1521;shard_group=shardgroup1" \ -e SHARD2_PARAMS="shard_host=oshard2-0;shard_db=ORCL2CDB;shard_pdb=ORCL2PDB;shard_port=1521;shard_group=shardgroup1" \ -e SHARD3_PARAMS="shard_host=oshard3-0;shard_db=ORCL3CDB;shard_pdb=ORCL3PDB;shard_port=1521;shard_group=shardgroup1" \ --e SERVICE1_PARAMS="service_name=oltp_rw_svc;service_role=standby" \ --e SERVICE2_PARAMS="service_name=oltp_ro_svc;service_role=standby" \ +-e SERVICE1_PARAMS="service_name=oltp_rw_svc;service_role=standby;service_mode=readwrite" \ +-e SERVICE2_PARAMS="service_name=oltp_ro_svc;service_role=standby;service_mode=readonly" \ -e GSM_TRACE_LEVEL="OFF" \ -e CATALOG_SETUP="True" \ -e COMMON_OS_PWD_FILE=pwdsecret \ diff --git a/container-based-sharding-deployment/samples/container-files/podman-container-files-free/podman-sharded-database-free-with-system-sharding.md b/container-based-sharding-deployment/samples/container-files/podman-container-files-free/podman-sharded-database-free-with-system-sharding.md index 607a71c..88253aa 100644 --- a/container-based-sharding-deployment/samples/container-files/podman-container-files-free/podman-sharded-database-free-with-system-sharding.md +++ b/container-based-sharding-deployment/samples/container-files/podman-container-files-free/podman-sharded-database-free-with-system-sharding.md @@ -332,7 +332,6 @@ podman run -d --hostname oshard-gsm2 \ -e CATALOG_PARAMS="catalog_host=oshard-catalog-0;catalog_db=CATCDB;catalog_pdb=CAT1PDB;catalog_port=1521;catalog_name=shardcatalog1;catalog_region=region1,region2;catalog_chunks=12" \ -e SHARD1_PARAMS="shard_host=oshard1-0;shard_db=ORCL1CDB;shard_pdb=ORCL1PDB;shard_port=1521;shard_group=shardgroup1" \ -e SHARD2_PARAMS="shard_host=oshard2-0;shard_db=ORCL2CDB;shard_pdb=ORCL2PDB;shard_port=1521;shard_group=shardgroup1" \ --e SHARD3_PARAMS="shard_host=oshard3-0;shard_db=ORCL3CDB;shard_pdb=ORCL3PDB;shard_port=1521;shard_group=shardgroup1" \ -e SERVICE1_PARAMS="service_name=oltp_rw_svc;service_role=standby" \ -e SERVICE2_PARAMS="service_name=oltp_ro_svc;service_role=standby" \ -e GSM_TRACE_LEVEL="OFF" \