Database Management Perfhub Functions
Package: DBMS_CLOUD_OCI_DM_PERFHUB
MODIFY_SNAPSHOT_SETTINGS Function
Modifies the snapshot settings for the specified Database.
Syntax
FUNCTION modify_snapshot_settings (
managed_database_id varchar2,
modify_snapshot_settings_details dbms_cloud_oci_database_management_modify_snapshot_settings_details_t,
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dm_perfhub_modify_snapshot_settings_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) The OCID of the Managed Database. |
|
(required) Request to modify snapshot settings for a Database. |
|
(optional) The client request ID for tracing. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://dbmgmt.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |