srvctl config service does not report state of failback when it is "NO"
(Doc ID 2831978.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.3.0.0.0 to 20.0.0.0.0 Beta [Release 19 to 20.0]Oracle Database - Standard Edition - Version 19.4.0.0.0 to 20.0.0.0.0 Beta [Release 19 to 20.0]
Information in this document applies to any platform.
Symptoms
srvctl config service does not report state of failback when it is "NO"
$ srvctl modify service -d <db_name> -s <service_name> -failback yes
$ srvctl config service -d orcl -s test02 | grep -i fail
Failover type:
Failover method:
Failover retries:
Failover delay:
Failover restore: NONE
Failback : true <--- Here.
$ srvctl modify service -d <db_name> -s <service_name> -failback no
$ srvctl config service -d orcl -s test02 | grep -i fail
Failover type:
Failover method:
Failover retries:
Failover delay:
Failover restore: NONE
We can't check state of failback.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |