Skip to content

Commit 2f245eb

Browse files
committed
Update README.md
1 parent c77523b commit 2f245eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sidb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Oracle Database Operator for Kubernetes (`OraOperator`) includes the Single Inst
2424
* [Setup Database with LoadBalancer](#setup-database-with-loadbalancer)
2525
* [Enabling TCPS Connections](#enabling-tcps-connections)
2626
* [Specifying Custom Ports](#specifying-custom-ports)
27-
* [Setup Data Guard Configuration for a Single Instance Database](#setup-data-guard-configuration-for-a-single-instance-database)
27+
* [Setup Data Guard Configuration for a Single Instance Database (Preview status)](#setup-data-guard-configuration-for-a-single-instance-database-preview-status)
2828
* [Create a Standby Database](#create-a-standby-database)
2929
* [Add the Databases in Data Guard Configuration](#add-the-databases-in-data-guard-configuration)
3030
* [Delete a database configured for Data Guard](#delete-a-database-configured-for-data-guard)
@@ -587,7 +587,7 @@ In case of `NodePort` service, `listenerPort`, and `tcpsListenerPort` will be th
587587
- If TCPS connections are enabled, and `listenerPort` is commented/removed in the [config/samples/sidb/singleinstancedatabase.yaml](../../config/samples/sidb/singleinstancedatabase.yaml) file, only TCPS endpoint will be exposed.
588588
- If LoadBalancer is enabled, and either `listenerPort` or `tcpsListenerPort` is changed, then it takes some time to complete the work requests (drain existing backend sets and create new ones). In this time, the database connectivity is broken. Although, SingleInstanceDatabase and LoadBalancer remain in the healthy state, you can check the progress of the work requests by logging into the cloud provider's console and checking the corresponding LoadBalancer.
589589

590-
### Setup Data Guard Configuration for a Single Instance Database
590+
### Setup Data Guard Configuration for a Single Instance Database (Preview status)
591591

592592
### Create a Standby Database
593593

0 commit comments

Comments
 (0)