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

managed_database_id

(required) The OCID of the Managed Database.

modify_snapshot_settings_details

(required) Request to modify snapshot settings for a Database.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(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.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.