You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/database/lib/client.ts
+8-4
Original file line number
Diff line number
Diff line change
@@ -5908,7 +5908,7 @@ Oracle recommends that you use the `performFinalBackup` parameter to back up any
5908
5908
}
5909
5909
5910
5910
/**
5911
-
* Initiates a failover the specified Autonomous Database to a standby.
5911
+
* Initiates a failover the specified Autonomous Database to a standby. To perform a failover to a standby located in a remote region, specify the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the remote standby using the `peerDbId` parameter.
5912
5912
*
5913
5913
* @param FailOverAutonomousDatabaseRequest
5914
5914
* @return FailOverAutonomousDatabaseResponse
@@ -5924,7 +5924,9 @@ Oracle recommends that you use the `performFinalBackup` parameter to back up any
@@ -15600,7 +15602,7 @@ A switchover incurs no data loss.
15600
15602
}
15601
15603
15602
15604
/**
15603
-
* Initiates a switchover of the specified Autonomous Database to the associated standby database. Applicable only to databases with Autonomous Data Guard enabled.
15605
+
* Initiates a switchover of the specified Autonomous Database to the associated standby database. Applicable only to databases with Autonomous Data Guard enabled. To perform a switchover to a standby located in a remote region, specify the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the remote standby using the `peerDbId` parameter.
15604
15606
*
15605
15607
* @param SwitchoverAutonomousDatabaseRequest
15606
15608
* @return SwitchoverAutonomousDatabaseResponse
@@ -15616,7 +15618,9 @@ A switchover incurs no data loss.
* The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
369
+
*/
370
+
"timeLocalDataGuardEnabled"?: Date;
371
+
/**
372
+
* The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Databases on shared Exadata infrastructure, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the \"primary\" role is operating in a remote Data Guard standby region.```
* The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the \"primary\" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
377
+
*/
378
+
"timeDataGuardRoleChanged"?: Date;
379
+
/**
380
+
* The list of [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for shared Exadata infrastructure, standby databases located in the same region as the source primary database do not have OCIDs.
0 commit comments