Interface DbManagement

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    DbManagementClient

    @Generated(value="OracleSDKGenerator",
               comments="API Version: 20201101")
    public interface DbManagement
    extends AutoCloseable
    Use the Database Management API to monitor and manage resources such as Oracle Databases, MySQL Databases, and External Database Systems.

    For more information, see Database Management.

    This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user.

    • Method Detail

      • refreshClient

        void refreshClient()
        Rebuilds the client from scratch.

        Useful to refresh certificates.

      • setEndpoint

        void setEndpoint​(String endpoint)
        Sets the endpoint to call (ex, https://www.example.com).
        Parameters:
        endpoint - The endpoint of the service.
      • getEndpoint

        String getEndpoint()
        Gets the set endpoint for REST call (ex, https://www.example.com)
      • setRegion

        void setRegion​(Region region)
        Sets the region to call (ex, Region.US_PHOENIX_1).

        Note, this will call setEndpoint after resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.

        Parameters:
        region - The region of the service.
      • setRegion

        void setRegion​(String regionId)
        Sets the region to call (ex, ‘us-phoenix-1’).

        Note, this will first try to map the region ID to a known Region and call setRegion.

        If no known Region could be determined, it will create an endpoint based on the default endpoint format (Region.formatDefaultRegionEndpoint(Service, String) and then call setEndpoint.

        Parameters:
        regionId - The public region ID.
      • useRealmSpecificEndpointTemplate

        void useRealmSpecificEndpointTemplate​(boolean realmSpecificEndpointTemplateEnabled)
        Determines whether realm specific endpoint should be used or not.

        Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false”

        Parameters:
        realmSpecificEndpointTemplateEnabled - flag to enable the use of realm specific endpoint template
      • addDataFiles

        AddDataFilesResponse addDataFiles​(AddDataFilesRequest request)
        Adds data files or temp files to the tablespace.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/AddDataFilesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddDataFiles API.

      • addManagedDatabaseToManagedDatabaseGroup

        AddManagedDatabaseToManagedDatabaseGroupResponse addManagedDatabaseToManagedDatabaseGroup​(AddManagedDatabaseToManagedDatabaseGroupRequest request)
        Adds a Managed Database to a specific Managed Database Group.

        After the database is added, it will be included in the management activities performed on the Managed Database Group.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/AddManagedDatabaseToManagedDatabaseGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddManagedDatabaseToManagedDatabaseGroup API.

      • addmTasks

        AddmTasksResponse addmTasks​(AddmTasksRequest request)
        Lists the metadata for each ADDM task who’s end snapshot time falls within the provided start and end time.

        Details include the name of the ADDM task, description, user, status and creation date time.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/AddmTasksExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddmTasks API.

      • changeDatabaseParameters

        ChangeDatabaseParametersResponse changeDatabaseParameters​(ChangeDatabaseParametersRequest request)
        Changes database parameter values.

        There are two kinds of database parameters:

        - Dynamic parameters: They can be changed for the current Oracle Database instance. The changes take effect immediately. - Static parameters: They cannot be changed for the current instance. You must change these parameters and then restart the database before changes take effect.

        *Note:** If the instance is started using a text initialization parameter file, the parameter changes are applicable only for the current instance. You must update them manually to be passed to a future instance.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ChangeDatabaseParametersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDatabaseParameters API.

      • changeDbManagementPrivateEndpointCompartment

        ChangeDbManagementPrivateEndpointCompartmentResponse changeDbManagementPrivateEndpointCompartment​(ChangeDbManagementPrivateEndpointCompartmentRequest request)
        Moves the Database Management private endpoint and its dependent resources to the specified compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ChangeDbManagementPrivateEndpointCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDbManagementPrivateEndpointCompartment API.

      • changeExternalDbSystemCompartment

        ChangeExternalDbSystemCompartmentResponse changeExternalDbSystemCompartment​(ChangeExternalDbSystemCompartmentRequest request)
        Moves the external DB system and its related resources (excluding databases) to the specified compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ChangeExternalDbSystemCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExternalDbSystemCompartment API.

      • changeExternalExadataInfrastructureCompartment

        ChangeExternalExadataInfrastructureCompartmentResponse changeExternalExadataInfrastructureCompartment​(ChangeExternalExadataInfrastructureCompartmentRequest request)
        Moves the Exadata infrastructure and its related resources (Exadata storage server, Exadata storage server connectors and Exadata storage server grid) to the specified compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ChangeExternalExadataInfrastructureCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExternalExadataInfrastructureCompartment API.

      • changeJobCompartment

        ChangeJobCompartmentResponse changeJobCompartment​(ChangeJobCompartmentRequest request)
        Moves a job.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ChangeJobCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeJobCompartment API.

      • changeManagedDatabaseGroupCompartment

        ChangeManagedDatabaseGroupCompartmentResponse changeManagedDatabaseGroupCompartment​(ChangeManagedDatabaseGroupCompartmentRequest request)
        Moves a Managed Database Group to a different compartment.

        The destination compartment must not have a Managed Database Group with the same name.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ChangeManagedDatabaseGroupCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeManagedDatabaseGroupCompartment API.

      • changeNamedCredentialCompartment

        ChangeNamedCredentialCompartmentResponse changeNamedCredentialCompartment​(ChangeNamedCredentialCompartmentRequest request)
        Moves a named credential to a different compartment.

        The destination compartment must not have a named credential with the same name.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ChangeNamedCredentialCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeNamedCredentialCompartment API.

      • changePlanRetention

        ChangePlanRetentionResponse changePlanRetention​(ChangePlanRetentionRequest request)
        Changes the retention period of unused plans.

        The period can range between 5 and 523 weeks.

        The database purges plans that have not been used for longer than the plan retention period.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ChangePlanRetentionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangePlanRetention API.

      • changeSpaceBudget

        ChangeSpaceBudgetResponse changeSpaceBudget​(ChangeSpaceBudgetRequest request)
        Changes the disk space limit for the SQL Management Base.

        The allowable range for this limit is between 1% and 50%.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ChangeSpaceBudgetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSpaceBudget API.

      • changeSqlPlanBaselinesAttributes

        ChangeSqlPlanBaselinesAttributesResponse changeSqlPlanBaselinesAttributes​(ChangeSqlPlanBaselinesAttributesRequest request)
        Changes one or more attributes of a single plan or all plans associated with a SQL statement.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ChangeSqlPlanBaselinesAttributesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSqlPlanBaselinesAttributes API.

      • checkExternalDbSystemConnectorConnectionStatus

        CheckExternalDbSystemConnectorConnectionStatusResponse checkExternalDbSystemConnectorConnectionStatus​(CheckExternalDbSystemConnectorConnectionStatusRequest request)
        Checks the status of the external DB system component connection specified in this connector.

        This operation will refresh the connectionStatus and timeConnectionStatusLastUpdated fields.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CheckExternalDbSystemConnectorConnectionStatusExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CheckExternalDbSystemConnectorConnectionStatus API.

      • checkExternalExadataStorageConnector

        CheckExternalExadataStorageConnectorResponse checkExternalExadataStorageConnector​(CheckExternalExadataStorageConnectorRequest request)
        Checks the status of the Exadata storage server connection specified by exadataStorageConnectorId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CheckExternalExadataStorageConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CheckExternalExadataStorageConnector API.

      • checkExternalMySqlDatabaseConnectorConnectionStatus

        CheckExternalMySqlDatabaseConnectorConnectionStatusResponse checkExternalMySqlDatabaseConnectorConnectionStatus​(CheckExternalMySqlDatabaseConnectorConnectionStatusRequest request)
        Check the status of the external database connection specified in this connector.

        This operation will refresh the connectionStatus and timeConnectionStatusLastUpdated fields.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CheckExternalMySqlDatabaseConnectorConnectionStatusExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CheckExternalMySqlDatabaseConnectorConnectionStatus API.

      • configureAutomaticCaptureFilters

        ConfigureAutomaticCaptureFiltersResponse configureAutomaticCaptureFilters​(ConfigureAutomaticCaptureFiltersRequest request)
        Configures automatic capture filters to capture only those statements that match the filter criteria.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ConfigureAutomaticCaptureFiltersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConfigureAutomaticCaptureFilters API.

      • configureAutomaticSpmEvolveAdvisorTask

        ConfigureAutomaticSpmEvolveAdvisorTaskResponse configureAutomaticSpmEvolveAdvisorTask​(ConfigureAutomaticSpmEvolveAdvisorTaskRequest request)
        Configures the Automatic SPM Evolve Advisor task SYS_AUTO_SPM_EVOLVE_TASK by specifying task parameters.

        As the task is owned by SYS, only SYS can set task parameters.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ConfigureAutomaticSpmEvolveAdvisorTaskExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConfigureAutomaticSpmEvolveAdvisorTask API.

      • createDbManagementPrivateEndpoint

        CreateDbManagementPrivateEndpointResponse createDbManagementPrivateEndpoint​(CreateDbManagementPrivateEndpointRequest request)
        Creates a new Database Management private endpoint.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CreateDbManagementPrivateEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDbManagementPrivateEndpoint API.

      • createExternalDbSystem

        CreateExternalDbSystemResponse createExternalDbSystem​(CreateExternalDbSystemRequest request)
        Creates an external DB system and its related resources.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CreateExternalDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalDbSystem API.

      • createExternalDbSystemConnector

        CreateExternalDbSystemConnectorResponse createExternalDbSystemConnector​(CreateExternalDbSystemConnectorRequest request)
        Creates a new external connector.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CreateExternalDbSystemConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalDbSystemConnector API.

      • createExternalDbSystemDiscovery

        CreateExternalDbSystemDiscoveryResponse createExternalDbSystemDiscovery​(CreateExternalDbSystemDiscoveryRequest request)
        Creates an external DB system discovery resource and initiates the discovery process.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CreateExternalDbSystemDiscoveryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalDbSystemDiscovery API.

      • createExternalExadataInfrastructure

        CreateExternalExadataInfrastructureResponse createExternalExadataInfrastructure​(CreateExternalExadataInfrastructureRequest request)
        Creates an OCI resource for the Exadata infrastructure and enables the Monitoring service for the Exadata infrastructure.

        The following resource/subresources are created: Infrastructure Storage server connectors Storage servers Storage grids

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CreateExternalExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalExadataInfrastructure API.

      • createExternalExadataStorageConnector

        CreateExternalExadataStorageConnectorResponse createExternalExadataStorageConnector​(CreateExternalExadataStorageConnectorRequest request)
        Creates the Exadata storage server connector after validating the connection information.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CreateExternalExadataStorageConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalExadataStorageConnector API.

      • createExternalMySqlDatabase

        CreateExternalMySqlDatabaseResponse createExternalMySqlDatabase​(CreateExternalMySqlDatabaseRequest request)
        Creates an external MySQL database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CreateExternalMySqlDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalMySqlDatabase API.

      • createExternalMySqlDatabaseConnector

        CreateExternalMySqlDatabaseConnectorResponse createExternalMySqlDatabaseConnector​(CreateExternalMySqlDatabaseConnectorRequest request)
        Creates an external MySQL connector resource.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CreateExternalMySqlDatabaseConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalMySqlDatabaseConnector API.

      • createJob

        CreateJobResponse createJob​(CreateJobRequest request)
        Creates a job to be executed on a Managed Database or Managed Database Group.

        Only one of the parameters, managedDatabaseId or managedDatabaseGroupId should be provided as input in CreateJobDetails resource in request body.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CreateJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateJob API.

      • createManagedDatabaseGroup

        CreateManagedDatabaseGroupResponse createManagedDatabaseGroup​(CreateManagedDatabaseGroupRequest request)
        Creates a Managed Database Group.

        The group does not contain any Managed Databases when it is created, and they must be added later.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CreateManagedDatabaseGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateManagedDatabaseGroup API.

      • createNamedCredential

        CreateNamedCredentialResponse createNamedCredential​(CreateNamedCredentialRequest request)
        Creates a named credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CreateNamedCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateNamedCredential API.

      • createTablespace

        CreateTablespaceResponse createTablespace​(CreateTablespaceRequest request)
        Creates a tablespace within the Managed Database specified by managedDatabaseId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/CreateTablespaceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateTablespace API.

      • deleteDbManagementPrivateEndpoint

        DeleteDbManagementPrivateEndpointResponse deleteDbManagementPrivateEndpoint​(DeleteDbManagementPrivateEndpointRequest request)
        Deletes a specific Database Management private endpoint.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DeleteDbManagementPrivateEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDbManagementPrivateEndpoint API.

      • deleteExternalDbSystem

        DeleteExternalDbSystemResponse deleteExternalDbSystem​(DeleteExternalDbSystemRequest request)
        Deletes the external DB system specified by externalDbSystemId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DeleteExternalDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalDbSystem API.

      • deleteExternalDbSystemConnector

        DeleteExternalDbSystemConnectorResponse deleteExternalDbSystemConnector​(DeleteExternalDbSystemConnectorRequest request)
        Deletes the external connector specified by externalDbSystemConnectorId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DeleteExternalDbSystemConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalDbSystemConnector API.

      • deleteExternalDbSystemDiscovery

        DeleteExternalDbSystemDiscoveryResponse deleteExternalDbSystemDiscovery​(DeleteExternalDbSystemDiscoveryRequest request)
        Deletes the external DB system discovery resource specified by externalDbSystemDiscoveryId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DeleteExternalDbSystemDiscoveryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalDbSystemDiscovery API.

      • deleteExternalExadataInfrastructure

        DeleteExternalExadataInfrastructureResponse deleteExternalExadataInfrastructure​(DeleteExternalExadataInfrastructureRequest request)
        Deletes the Exadata infrastructure specified by externalExadataInfrastructureId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DeleteExternalExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalExadataInfrastructure API.

      • deleteExternalExadataStorageConnector

        DeleteExternalExadataStorageConnectorResponse deleteExternalExadataStorageConnector​(DeleteExternalExadataStorageConnectorRequest request)
        Deletes the Exadata storage server connector specified by exadataStorageConnectorId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DeleteExternalExadataStorageConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalExadataStorageConnector API.

      • deleteExternalMySqlDatabase

        DeleteExternalMySqlDatabaseResponse deleteExternalMySqlDatabase​(DeleteExternalMySqlDatabaseRequest request)
        Deletes the Oracle Cloud Infrastructure resource representing an external MySQL database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DeleteExternalMySqlDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalMySqlDatabase API.

      • deleteExternalMySqlDatabaseConnector

        DeleteExternalMySqlDatabaseConnectorResponse deleteExternalMySqlDatabaseConnector​(DeleteExternalMySqlDatabaseConnectorRequest request)
        Deletes the Oracle Cloud Infrastructure resource representing an external MySQL database connector.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DeleteExternalMySqlDatabaseConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalMySqlDatabaseConnector API.

      • deleteJob

        DeleteJobResponse deleteJob​(DeleteJobRequest request)
        Deletes the job specified by jobId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DeleteJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteJob API.

      • deleteManagedDatabaseGroup

        DeleteManagedDatabaseGroupResponse deleteManagedDatabaseGroup​(DeleteManagedDatabaseGroupRequest request)
        Deletes the Managed Database Group specified by managedDatabaseGroupId.

        If the group contains Managed Databases, then it cannot be deleted.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DeleteManagedDatabaseGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteManagedDatabaseGroup API.

      • deleteNamedCredential

        DeleteNamedCredentialResponse deleteNamedCredential​(DeleteNamedCredentialRequest request)
        Deletes the named credential specified by namedCredentialId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DeleteNamedCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteNamedCredential API.

      • deletePreferredCredential

        DeletePreferredCredentialResponse deletePreferredCredential​(DeletePreferredCredentialRequest request)
        Deletes the preferred credential based on the credentialName.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DeletePreferredCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeletePreferredCredential API.

      • disableAutomaticInitialPlanCapture

        DisableAutomaticInitialPlanCaptureResponse disableAutomaticInitialPlanCapture​(DisableAutomaticInitialPlanCaptureRequest request)
        Disables automatic initial plan capture.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisableAutomaticInitialPlanCaptureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableAutomaticInitialPlanCapture API.

      • disableAutomaticSpmEvolveAdvisorTask

        DisableAutomaticSpmEvolveAdvisorTaskResponse disableAutomaticSpmEvolveAdvisorTask​(DisableAutomaticSpmEvolveAdvisorTaskRequest request)
        Disables the Automatic SPM Evolve Advisor task.

        One client controls both Automatic SQL Tuning Advisor and Automatic SPM Evolve Advisor. Thus, the same task enables or disables both.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisableAutomaticSpmEvolveAdvisorTaskExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableAutomaticSpmEvolveAdvisorTask API.

      • disableAutonomousDatabaseManagementFeature

        DisableAutonomousDatabaseManagementFeatureResponse disableAutonomousDatabaseManagementFeature​(DisableAutonomousDatabaseManagementFeatureRequest request)
        Disables a Database Management feature for the specified Autonomous Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisableAutonomousDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableAutonomousDatabaseManagementFeature API.

      • disableDatabaseManagementFeature

        DisableDatabaseManagementFeatureResponse disableDatabaseManagementFeature​(DisableDatabaseManagementFeatureRequest request)
        Disables a Database Management feature for the specified Oracle cloud database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisableDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableDatabaseManagementFeature API.

      • disableExternalContainerDatabaseManagementFeature

        DisableExternalContainerDatabaseManagementFeatureResponse disableExternalContainerDatabaseManagementFeature​(DisableExternalContainerDatabaseManagementFeatureRequest request)
        Disables a Database Management feature for the specified external container database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisableExternalContainerDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalContainerDatabaseManagementFeature API.

      • disableExternalDbSystemDatabaseManagement

        DisableExternalDbSystemDatabaseManagementResponse disableExternalDbSystemDatabaseManagement​(DisableExternalDbSystemDatabaseManagementRequest request)
        Disables Database Management service for all the components of the specified external DB system (except databases).
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisableExternalDbSystemDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalDbSystemDatabaseManagement API.

      • disableExternalDbSystemStackMonitoring

        DisableExternalDbSystemStackMonitoringResponse disableExternalDbSystemStackMonitoring​(DisableExternalDbSystemStackMonitoringRequest request)
        Disables Stack Monitoring for all the components of the specified external DB system (except databases).
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisableExternalDbSystemStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalDbSystemStackMonitoring API.

      • disableExternalExadataInfrastructureManagement

        DisableExternalExadataInfrastructureManagementResponse disableExternalExadataInfrastructureManagement​(DisableExternalExadataInfrastructureManagementRequest request)
        Disables Database Management for the Exadata infrastructure specified by externalExadataInfrastructureId.

        It covers the following components:

        - Exadata infrastructure - Exadata storage grid - Exadata storage server

        Note that Database Management will not be disabled for the DB systems within the Exadata infrastructure and should be disabled explicitly, if required.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisableExternalExadataInfrastructureManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalExadataInfrastructureManagement API.

      • disableExternalMySqlDatabaseManagement

        DisableExternalMySqlDatabaseManagementResponse disableExternalMySqlDatabaseManagement​(DisableExternalMySqlDatabaseManagementRequest request)
        Disables Database Management for an external MySQL Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisableExternalMySqlDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalMySqlDatabaseManagement API.

      • disableExternalNonContainerDatabaseManagementFeature

        DisableExternalNonContainerDatabaseManagementFeatureResponse disableExternalNonContainerDatabaseManagementFeature​(DisableExternalNonContainerDatabaseManagementFeatureRequest request)
        Disables a Database Management feature for the specified external non-container database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisableExternalNonContainerDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalNonContainerDatabaseManagementFeature API.

      • disableExternalPluggableDatabaseManagementFeature

        DisableExternalPluggableDatabaseManagementFeatureResponse disableExternalPluggableDatabaseManagementFeature​(DisableExternalPluggableDatabaseManagementFeatureRequest request)
        Disables a Database Management feature for the specified external pluggable database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisableExternalPluggableDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalPluggableDatabaseManagementFeature API.

      • disableHighFrequencyAutomaticSpmEvolveAdvisorTask

        DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskResponse disableHighFrequencyAutomaticSpmEvolveAdvisorTask​(DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskRequest request)
        Disables the high-frequency Automatic SPM Evolve Advisor task.

        It is available only on Oracle Exadata Database Machine, Oracle Database Exadata Cloud Service (ExaCS) and Oracle Database Exadata Cloud@Customer (ExaCC).

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableHighFrequencyAutomaticSpmEvolveAdvisorTask API.

      • disablePluggableDatabaseManagementFeature

        DisablePluggableDatabaseManagementFeatureResponse disablePluggableDatabaseManagementFeature​(DisablePluggableDatabaseManagementFeatureRequest request)
        Disables a Database Management feature for the specified Oracle cloud pluggable database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisablePluggableDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisablePluggableDatabaseManagementFeature API.

      • disableSqlPlanBaselinesUsage

        DisableSqlPlanBaselinesUsageResponse disableSqlPlanBaselinesUsage​(DisableSqlPlanBaselinesUsageRequest request)
        Disables the use of SQL plan baselines stored in SQL Management Base.

        When disabled, the optimizer does not use any SQL plan baselines.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DisableSqlPlanBaselinesUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableSqlPlanBaselinesUsage API.

      • discoverExternalExadataInfrastructure

        DiscoverExternalExadataInfrastructureResponse discoverExternalExadataInfrastructure​(DiscoverExternalExadataInfrastructureRequest request)
        Completes the Exadata system prechecking on the following:

        - Verifies if the DB systems are valid RAC DB systems or return 400 status code with NON_RAC_DATABASE_SYSTEM error code. - Verifies if the ASM connector defined for each DB system or return 400 status code with CONNECTOR_NOT_DEFINED error code. - Verifies if the agents associated with ASM are valid and could be used for the Exadata storage servers or return 400 status code with INVALID_AGENT error code. - Verifies if it is an Exadata system or return 400 status code with INVALID_EXADATA_SYSTEM error code.

        Starts the discovery process for the Exadata system infrastructure. The following resources/components are discovered

        - Exadata storage servers from each DB systems - Exadata storage grid for all Exadata storage servers - Exadata infrastructure

        The same API covers both new discovery and rediscovery cases. For the new discovery case, new managed resources/sub-resources are created or the existing ones are overridden. For rediscovery case, the existing managed resources/sub-resources are checked to find out which ones should be added or which ones should be removed based on the unique key defined for each resource/sub-resource.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DiscoverExternalExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DiscoverExternalExadataInfrastructure API.

      • dropSqlPlanBaselines

        DropSqlPlanBaselinesResponse dropSqlPlanBaselines​(DropSqlPlanBaselinesRequest request)
        Drops a single plan or all plans associated with a SQL statement.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DropSqlPlanBaselinesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DropSqlPlanBaselines API.

      • dropTablespace

        DropTablespaceResponse dropTablespace​(DropTablespaceRequest request)
        Drops the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/DropTablespaceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DropTablespace API.

      • enableAutomaticInitialPlanCapture

        EnableAutomaticInitialPlanCaptureResponse enableAutomaticInitialPlanCapture​(EnableAutomaticInitialPlanCaptureRequest request)
        Enables automatic initial plan capture.

        When enabled, the database checks whether executed SQL statements are eligible for automatic capture. It creates initial plan baselines for eligible statements.

        By default, the database creates a SQL plan baseline for every eligible repeatable statement, including all recursive SQL and monitoring SQL. Thus, automatic capture may result in the creation of an extremely large number of plan baselines. To limit the statements that are eligible for plan baselines, configure filters.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnableAutomaticInitialPlanCaptureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableAutomaticInitialPlanCapture API.

      • enableAutomaticSpmEvolveAdvisorTask

        EnableAutomaticSpmEvolveAdvisorTaskResponse enableAutomaticSpmEvolveAdvisorTask​(EnableAutomaticSpmEvolveAdvisorTaskRequest request)
        Enables the Automatic SPM Evolve Advisor task.

        By default, the automatic task SYS_AUTO_SPM_EVOLVE_TASK runs every day in the scheduled maintenance window.

        The SPM Evolve Advisor performs the following tasks:

        - Checks AWR for top SQL - Looks for alternative plans in all available sources - Adds unaccepted plans to the plan history - Tests the execution of as many plans as possible during the maintenance window - Adds the alternative plan to the baseline if it performs better than the current plan

        One client controls both Automatic SQL Tuning Advisor and Automatic SPM Evolve Advisor. Thus, the same task enables or disables both.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnableAutomaticSpmEvolveAdvisorTaskExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableAutomaticSpmEvolveAdvisorTask API.

      • enableAutonomousDatabaseManagementFeature

        EnableAutonomousDatabaseManagementFeatureResponse enableAutonomousDatabaseManagementFeature​(EnableAutonomousDatabaseManagementFeatureRequest request)
        Enables a Database Management feature for the specified Autonomous Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnableAutonomousDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableAutonomousDatabaseManagementFeature API.

      • enableDatabaseManagementFeature

        EnableDatabaseManagementFeatureResponse enableDatabaseManagementFeature​(EnableDatabaseManagementFeatureRequest request)
        Enables a Database Management feature for the specified cloud database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnableDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableDatabaseManagementFeature API.

      • enableExternalContainerDatabaseManagementFeature

        EnableExternalContainerDatabaseManagementFeatureResponse enableExternalContainerDatabaseManagementFeature​(EnableExternalContainerDatabaseManagementFeatureRequest request)
        Enables a Database Management feature for the specified external container database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnableExternalContainerDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalContainerDatabaseManagementFeature API.

      • enableExternalDbSystemDatabaseManagement

        EnableExternalDbSystemDatabaseManagementResponse enableExternalDbSystemDatabaseManagement​(EnableExternalDbSystemDatabaseManagementRequest request)
        Enables Database Management service for all the components of the specified external DB system (except databases).
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnableExternalDbSystemDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalDbSystemDatabaseManagement API.

      • enableExternalDbSystemStackMonitoring

        EnableExternalDbSystemStackMonitoringResponse enableExternalDbSystemStackMonitoring​(EnableExternalDbSystemStackMonitoringRequest request)
        Enables Stack Monitoring for all the components of the specified external DB system (except databases).
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnableExternalDbSystemStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalDbSystemStackMonitoring API.

      • enableExternalExadataInfrastructureManagement

        EnableExternalExadataInfrastructureManagementResponse enableExternalExadataInfrastructureManagement​(EnableExternalExadataInfrastructureManagementRequest request)
        Enables Database Management for the Exadata infrastructure specified by externalExadataInfrastructureId.

        It covers the following components:

        - Exadata infrastructure - Exadata storage grid - Exadata storage server

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnableExternalExadataInfrastructureManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalExadataInfrastructureManagement API.

      • enableExternalMySqlDatabaseManagement

        EnableExternalMySqlDatabaseManagementResponse enableExternalMySqlDatabaseManagement​(EnableExternalMySqlDatabaseManagementRequest request)
        Enables Database Management for an external MySQL Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnableExternalMySqlDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalMySqlDatabaseManagement API.

      • enableExternalNonContainerDatabaseManagementFeature

        EnableExternalNonContainerDatabaseManagementFeatureResponse enableExternalNonContainerDatabaseManagementFeature​(EnableExternalNonContainerDatabaseManagementFeatureRequest request)
        Enables Database Management feature for the specified external non-container database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnableExternalNonContainerDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalNonContainerDatabaseManagementFeature API.

      • enableExternalPluggableDatabaseManagementFeature

        EnableExternalPluggableDatabaseManagementFeatureResponse enableExternalPluggableDatabaseManagementFeature​(EnableExternalPluggableDatabaseManagementFeatureRequest request)
        Enables a Database Management feature for the specified external pluggable database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnableExternalPluggableDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalPluggableDatabaseManagementFeature API.

      • enableHighFrequencyAutomaticSpmEvolveAdvisorTask

        EnableHighFrequencyAutomaticSpmEvolveAdvisorTaskResponse enableHighFrequencyAutomaticSpmEvolveAdvisorTask​(EnableHighFrequencyAutomaticSpmEvolveAdvisorTaskRequest request)
        Enables the high-frequency Automatic SPM Evolve Advisor task.

        The high-frequency task runs every hour and runs for no longer than 30 minutes. These settings are not configurable.

        The high-frequency task complements the standard Automatic SPM Evolve Advisor task. They are independent and are scheduled through two different frameworks.

        It is available only on Oracle Exadata Database Machine, Oracle Database Exadata Cloud Service (ExaCS) and Oracle Database Exadata Cloud@Customer (ExaCC).

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnableHighFrequencyAutomaticSpmEvolveAdvisorTaskExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableHighFrequencyAutomaticSpmEvolveAdvisorTask API.

      • enablePluggableDatabaseManagementFeature

        EnablePluggableDatabaseManagementFeatureResponse enablePluggableDatabaseManagementFeature​(EnablePluggableDatabaseManagementFeatureRequest request)
        Enables a Database Management feature for the specified Oracle cloud pluggable database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnablePluggableDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnablePluggableDatabaseManagementFeature API.

      • enableSqlPlanBaselinesUsage

        EnableSqlPlanBaselinesUsageResponse enableSqlPlanBaselinesUsage​(EnableSqlPlanBaselinesUsageRequest request)
        Enables the use of SQL plan baselines stored in SQL Management Base.

        When enabled, the optimizer uses SQL plan baselines to select plans to avoid potential performance regressions.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/EnableSqlPlanBaselinesUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableSqlPlanBaselinesUsage API.

      • generateAwrSnapshot

        GenerateAwrSnapshotResponse generateAwrSnapshot​(GenerateAwrSnapshotRequest request)
        Creates an AWR snapshot for the target database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GenerateAwrSnapshotExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateAwrSnapshot API.

      • getAwrDbReport

        GetAwrDbReportResponse getAwrDbReport​(GetAwrDbReportRequest request)
        Gets the AWR report for the specific database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetAwrDbReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAwrDbReport API.

      • getAwrDbSqlReport

        GetAwrDbSqlReportResponse getAwrDbSqlReport​(GetAwrDbSqlReportRequest request)
        Gets the SQL health check report for one SQL of the specific database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetAwrDbSqlReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAwrDbSqlReport API.

      • getClusterCacheMetric

        GetClusterCacheMetricResponse getClusterCacheMetric​(GetClusterCacheMetricRequest request)
        Gets the metrics related to cluster cache for the Oracle Real Application Clusters (Oracle RAC) database specified by managedDatabaseId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetClusterCacheMetricExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetClusterCacheMetric API.

      • getDatabaseFleetBackupMetrics

        GetDatabaseFleetBackupMetricsResponse getDatabaseFleetBackupMetrics​(GetDatabaseFleetBackupMetricsRequest request)
        Gets the fleet of container databases (CDBs) and their backup details and metrics, in a compartment or Database Group.

        The databaseHostedIn query parameter must be provided to list either cloud or external databases. Either the CompartmentId or the ManagedDatabaseGroupId query parameters must be provided to retrieve the HA and backup metrics.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetDatabaseFleetBackupMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseFleetBackupMetrics API.

      • getDatabaseFleetDataguardMetrics

        GetDatabaseFleetDataguardMetricsResponse getDatabaseFleetDataguardMetrics​(GetDatabaseFleetDataguardMetricsRequest request)
        Gets the fleet of Oracle Data Guard-enabled container databases (CDBs) along with Data Guard metrics and standby databases, in a compartment or Database Group.

        Either the CompartmentId or the ManagedDatabaseGroupId query parameters must be provided to retrieve the list of databases and Data Guard metrics.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetDatabaseFleetDataguardMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseFleetDataguardMetrics API.

      • getDatabaseFleetHaOverviewMetrics

        GetDatabaseFleetHaOverviewMetricsResponse getDatabaseFleetHaOverviewMetrics​(GetDatabaseFleetHaOverviewMetricsRequest request)
        Gets the fleet of container databases (CDBs) and their HA and backup metrics in a compartment or in a Database Group.

        Either the CompartmentId or the ManagedDatabaseGroupId query parameters must be provided to retrieve the HA and backup metrics.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetDatabaseFleetHaOverviewMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseFleetHaOverviewMetrics API.

      • getDatabaseFleetHealthMetrics

        GetDatabaseFleetHealthMetricsResponse getDatabaseFleetHealthMetrics​(GetDatabaseFleetHealthMetricsRequest request)
        Gets the health metrics for a fleet of databases in a compartment or in a Managed Database Group.

        Either the CompartmentId or the ManagedDatabaseGroupId query parameters must be provided to retrieve the health metrics.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetDatabaseFleetHealthMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseFleetHealthMetrics API.

      • getDatabaseHaBackupDetails

        GetDatabaseHaBackupDetailsResponse getDatabaseHaBackupDetails​(GetDatabaseHaBackupDetailsRequest request)
        Gets HA and backup details with metrics and backup history for a single database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetDatabaseHaBackupDetailsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseHaBackupDetails API.

      • getDatabaseHomeMetrics

        GetDatabaseHomeMetricsResponse getDatabaseHomeMetrics​(GetDatabaseHomeMetricsRequest request)
        Gets a summary of the activity and resource usage metrics like DB Time, CPU, User I/O, Wait, Storage, and Memory for a Managed Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetDatabaseHomeMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseHomeMetrics API.

      • getDataguardPerformanceMetrics

        GetDataguardPerformanceMetricsResponse getDataguardPerformanceMetrics​(GetDataguardPerformanceMetricsRequest request)
        Gets a historical summary of the Database Guard performance metrics for Managed Databases.

        If the peerDatabaseCompartmentId is specified, then the metrics are only retrieved from the specified compartment. If the peerDatabaseCompartmentId is not specified, then the metrics are retrieved from the compartment of the Managed Database specified by the ManagedDatabaseId.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetDataguardPerformanceMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDataguardPerformanceMetrics API.

      • getDbManagementPrivateEndpoint

        GetDbManagementPrivateEndpointResponse getDbManagementPrivateEndpoint​(GetDbManagementPrivateEndpointRequest request)
        Gets the details of a specific Database Management private endpoint.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetDbManagementPrivateEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbManagementPrivateEndpoint API.

      • getExternalAsm

        GetExternalAsmResponse getExternalAsm​(GetExternalAsmRequest request)
        Gets the details for the external ASM specified by externalAsmId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalAsmExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalAsm API.

      • getExternalAsmConfiguration

        GetExternalAsmConfigurationResponse getExternalAsmConfiguration​(GetExternalAsmConfigurationRequest request)
        Gets configuration details including disk groups for the external ASM specified by externalAsmId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalAsmConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalAsmConfiguration API.

      • getExternalAsmInstance

        GetExternalAsmInstanceResponse getExternalAsmInstance​(GetExternalAsmInstanceRequest request)
        Gets the details for the external ASM instance specified by externalAsmInstanceId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalAsmInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalAsmInstance API.

      • getExternalCluster

        GetExternalClusterResponse getExternalCluster​(GetExternalClusterRequest request)
        Gets the details for the external cluster specified by externalClusterId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalCluster API.

      • getExternalClusterInstance

        GetExternalClusterInstanceResponse getExternalClusterInstance​(GetExternalClusterInstanceRequest request)
        Gets the details for the external cluster instance specified by externalClusterInstanceId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalClusterInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalClusterInstance API.

      • getExternalDbHome

        GetExternalDbHomeResponse getExternalDbHome​(GetExternalDbHomeRequest request)
        Gets the details for the external DB home specified by externalDbHomeId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalDbHomeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalDbHome API.

      • getExternalDbNode

        GetExternalDbNodeResponse getExternalDbNode​(GetExternalDbNodeRequest request)
        Gets the details for the external DB node specified by externalDbNodeId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalDbNodeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalDbNode API.

      • getExternalDbSystem

        GetExternalDbSystemResponse getExternalDbSystem​(GetExternalDbSystemRequest request)
        Gets the details for the external DB system specified by externalDbSystemId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalDbSystem API.

      • getExternalDbSystemConnector

        GetExternalDbSystemConnectorResponse getExternalDbSystemConnector​(GetExternalDbSystemConnectorRequest request)
        Gets the details for the external connector specified by externalDbSystemConnectorId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalDbSystemConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalDbSystemConnector API.

      • getExternalDbSystemDiscovery

        GetExternalDbSystemDiscoveryResponse getExternalDbSystemDiscovery​(GetExternalDbSystemDiscoveryRequest request)
        Gets the details for the external DB system discovery resource specified by externalDbSystemDiscoveryId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalDbSystemDiscoveryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalDbSystemDiscovery API.

      • getExternalExadataInfrastructure

        GetExternalExadataInfrastructureResponse getExternalExadataInfrastructure​(GetExternalExadataInfrastructureRequest request)
        Gets the details for the Exadata infrastructure specified by externalExadataInfrastructureId.

        It includes the DB systems and storage grid within the Exadata infrastructure.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalExadataInfrastructure API.

      • getExternalExadataStorageConnector

        GetExternalExadataStorageConnectorResponse getExternalExadataStorageConnector​(GetExternalExadataStorageConnectorRequest request)
        Gets the details for the Exadata storage server connector specified by exadataStorageConnectorId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalExadataStorageConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalExadataStorageConnector API.

      • getExternalExadataStorageGrid

        GetExternalExadataStorageGridResponse getExternalExadataStorageGrid​(GetExternalExadataStorageGridRequest request)
        Gets the details for the Exadata storage server grid specified by exadataStorageGridId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalExadataStorageGridExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalExadataStorageGrid API.

      • getExternalExadataStorageServer

        GetExternalExadataStorageServerResponse getExternalExadataStorageServer​(GetExternalExadataStorageServerRequest request)
        Gets the summary for the Exadata storage server specified by exadataStorageServerId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalExadataStorageServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalExadataStorageServer API.

      • getExternalListener

        GetExternalListenerResponse getExternalListener​(GetExternalListenerRequest request)
        Gets the details for the external listener specified by externalListenerId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalListenerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalListener API.

      • getExternalMySqlDatabase

        GetExternalMySqlDatabaseResponse getExternalMySqlDatabase​(GetExternalMySqlDatabaseRequest request)
        Retrieves the external MySQL database information.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalMySqlDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalMySqlDatabase API.

      • getExternalMySqlDatabaseConnector

        GetExternalMySqlDatabaseConnectorResponse getExternalMySqlDatabaseConnector​(GetExternalMySqlDatabaseConnectorRequest request)
        Retrieves the MySQL database connector.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetExternalMySqlDatabaseConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalMySqlDatabaseConnector API.

      • getIormPlan

        GetIormPlanResponse getIormPlan​(GetIormPlanRequest request)
        Get the IORM plan from the specific Exadata storage server.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetIormPlanExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetIormPlan API.

      • getJob

        GetJobResponse getJob​(GetJobRequest request)
        Gets the details for the job specified by jobId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetJob API.

      • getJobExecution

        GetJobExecutionResponse getJobExecution​(GetJobExecutionRequest request)
        Gets the details for the job execution specified by jobExecutionId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetJobExecutionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetJobExecution API.

      • getJobRun

        GetJobRunResponse getJobRun​(GetJobRunRequest request)
        Gets the details for the job run specified by jobRunId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetJobRunExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetJobRun API.

      • getManagedDatabase

        GetManagedDatabaseResponse getManagedDatabase​(GetManagedDatabaseRequest request)
        Gets the details for the Managed Database specified by managedDatabaseId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetManagedDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetManagedDatabase API.

      • getManagedDatabaseGroup

        GetManagedDatabaseGroupResponse getManagedDatabaseGroup​(GetManagedDatabaseGroupRequest request)
        Gets the details for the Managed Database Group specified by managedDatabaseGroupId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetManagedDatabaseGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetManagedDatabaseGroup API.

      • getNamedCredential

        GetNamedCredentialResponse getNamedCredential​(GetNamedCredentialRequest request)
        Gets the details for the named credential specified by namedCredentialId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetNamedCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetNamedCredential API.

      • getOpenAlertHistory

        GetOpenAlertHistoryResponse getOpenAlertHistory​(GetOpenAlertHistoryRequest request)
        Gets the open alerts from the specified Exadata storage server.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetOpenAlertHistoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOpenAlertHistory API.

      • getOptimizerStatisticsAdvisorExecution

        GetOptimizerStatisticsAdvisorExecutionResponse getOptimizerStatisticsAdvisorExecution​(GetOptimizerStatisticsAdvisorExecutionRequest request)
        Gets a comprehensive report of the Optimizer Statistics Advisor execution, which includes details of the Managed Database, findings, recommendations, rationale, and examples.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetOptimizerStatisticsAdvisorExecutionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOptimizerStatisticsAdvisorExecution API.

      • getOptimizerStatisticsAdvisorExecutionScript

        GetOptimizerStatisticsAdvisorExecutionScriptResponse getOptimizerStatisticsAdvisorExecutionScript​(GetOptimizerStatisticsAdvisorExecutionScriptRequest request)
        Gets the Oracle system-generated script for the specified Optimizer Statistics Advisor execution.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetOptimizerStatisticsAdvisorExecutionScriptExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOptimizerStatisticsAdvisorExecutionScript API.

      • getOptimizerStatisticsCollectionOperation

        GetOptimizerStatisticsCollectionOperationResponse getOptimizerStatisticsCollectionOperation​(GetOptimizerStatisticsCollectionOperationRequest request)
        Gets a detailed report of the Optimizer Statistics Collection operation for the specified Managed Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetOptimizerStatisticsCollectionOperationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOptimizerStatisticsCollectionOperation API.

      • getPdbMetrics

        GetPdbMetricsResponse getPdbMetrics​(GetPdbMetricsRequest request)
        Gets a summary of the resource usage metrics such as CPU, User I/O, and Storage for each PDB within a specific CDB.

        If comparmentId is specified, then the metrics for each PDB (within the CDB) in the specified compartment are retrieved. If compartmentId is not specified, then the metrics for all the PDBs within the CDB are retrieved.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetPdbMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPdbMetrics API.

      • getPeerDatabaseMetrics

        GetPeerDatabaseMetricsResponse getPeerDatabaseMetrics​(GetPeerDatabaseMetricsRequest request)
        Gets a comparative summary of the baseline and target values of the Data Guard performance metrics for Managed Databases.

        If the peerDatabaseCompartmentId is specified, then the metrics are only retrieved from the specified compartment. If the peerDatabaseCompartmentId is not specified, then the metrics are retrieved from the compartment of the Managed Database specified by the ManagedDatabaseId.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetPeerDatabaseMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPeerDatabaseMetrics API.

      • getPreferredCredential

        GetPreferredCredentialResponse getPreferredCredential​(GetPreferredCredentialRequest request)
        Gets the preferred credential details for a Managed Database based on credentialName.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetPreferredCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPreferredCredential API.

      • getSqlPlanBaseline

        GetSqlPlanBaselineResponse getSqlPlanBaseline​(GetSqlPlanBaselineRequest request)
        Gets the SQL plan baseline details for the specified planName.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetSqlPlanBaselineExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSqlPlanBaseline API.

      • getSqlPlanBaselineConfiguration

        GetSqlPlanBaselineConfigurationResponse getSqlPlanBaselineConfiguration​(GetSqlPlanBaselineConfigurationRequest request)
        Gets the configuration details of SQL plan baselines for the specified Managed Database.

        The details include the settings for the capture and use of SQL plan baselines, SPM Evolve Advisor task, and SQL Management Base.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetSqlPlanBaselineConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSqlPlanBaselineConfiguration API.

      • getTablespace

        GetTablespaceResponse getTablespace​(GetTablespaceRequest request)
        Gets the details of the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetTablespaceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetTablespace API.

      • getTopSqlCpuActivity

        GetTopSqlCpuActivityResponse getTopSqlCpuActivity​(GetTopSqlCpuActivityRequest request)
        Gets the SQL IDs with the top CPU activity from the Exadata storage server.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetTopSqlCpuActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetTopSqlCpuActivity API.

      • getUser

        GetUserResponse getUser​(GetUserRequest request)
        Gets the details of the user specified by managedDatabaseId and userName.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetUser API.

      • getWorkRequest

        GetWorkRequestResponse getWorkRequest​(GetWorkRequestRequest request)
        Gets the status of the work request with the given Work Request ID
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API.

      • implementOptimizerStatisticsAdvisorRecommendations

        ImplementOptimizerStatisticsAdvisorRecommendationsResponse implementOptimizerStatisticsAdvisorRecommendations​(ImplementOptimizerStatisticsAdvisorRecommendationsRequest request)
        Asynchronously implements the findings and recommendations of the Optimizer Statistics Advisor execution.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ImplementOptimizerStatisticsAdvisorRecommendationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ImplementOptimizerStatisticsAdvisorRecommendations API.

      • listAsmProperties

        ListAsmPropertiesResponse listAsmProperties​(ListAsmPropertiesRequest request)
        Gets the list of ASM properties for the specified managedDatabaseId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListAsmPropertiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAsmProperties API.

      • listAssociatedDatabases

        ListAssociatedDatabasesResponse listAssociatedDatabases​(ListAssociatedDatabasesRequest request)
        Gets the list of databases using a specific Database Management private endpoint.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListAssociatedDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAssociatedDatabases API.

      • listAwrDbSnapshots

        ListAwrDbSnapshotsResponse listAwrDbSnapshots​(ListAwrDbSnapshotsRequest request)
        Lists AWR snapshots for the specified database in the AWR.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListAwrDbSnapshotsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAwrDbSnapshots API.

      • listAwrDbs

        ListAwrDbsResponse listAwrDbs​(ListAwrDbsRequest request)
        Gets the list of databases and their snapshot summary details available in the AWR of the specified Managed Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListAwrDbsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAwrDbs API.

      • listConsumerGroupPrivileges

        ListConsumerGroupPrivilegesResponse listConsumerGroupPrivileges​(ListConsumerGroupPrivilegesRequest request)
        Gets the list of consumer group privileges granted to a specific user.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListConsumerGroupPrivilegesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListConsumerGroupPrivileges API.

      • listCursorCacheStatements

        ListCursorCacheStatementsResponse listCursorCacheStatements​(ListCursorCacheStatementsRequest request)
        Lists the SQL statements from shared SQL area, also called the cursor cache.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListCursorCacheStatementsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCursorCacheStatements API.

      • listDataAccessContainers

        ListDataAccessContainersResponse listDataAccessContainers​(ListDataAccessContainersRequest request)
        Gets the list of containers for a specific user.

        This is only applicable if ALL_CONTAINERS !=‘Y’.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListDataAccessContainersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDataAccessContainers API.

      • listDatabaseParameters

        ListDatabaseParametersResponse listDatabaseParameters​(ListDatabaseParametersRequest request)
        Gets the list of database parameters for the specified Managed Database.

        The parameters are listed in alphabetical order, along with their current values.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListDatabaseParametersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDatabaseParameters API.

      • listDbManagementPrivateEndpoints

        ListDbManagementPrivateEndpointsResponse listDbManagementPrivateEndpoints​(ListDbManagementPrivateEndpointsRequest request)
        Gets a list of Database Management private endpoints.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListDbManagementPrivateEndpointsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbManagementPrivateEndpoints API.

      • listExternalAsmDiskGroups

        ListExternalAsmDiskGroupsResponse listExternalAsmDiskGroups​(ListExternalAsmDiskGroupsRequest request)
        Lists ASM disk groups for the external ASM specified by externalAsmId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalAsmDiskGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalAsmDiskGroups API.

      • listExternalAsmInstances

        ListExternalAsmInstancesResponse listExternalAsmInstances​(ListExternalAsmInstancesRequest request)
        Lists the ASM instances in the specified external ASM.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalAsmInstancesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalAsmInstances API.

      • listExternalAsmUsers

        ListExternalAsmUsersResponse listExternalAsmUsers​(ListExternalAsmUsersRequest request)
        Lists ASM users for the external ASM specified by externalAsmId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalAsmUsersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalAsmUsers API.

      • listExternalAsms

        ListExternalAsmsResponse listExternalAsms​(ListExternalAsmsRequest request)
        Lists the ASMs in the specified external DB system.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalAsmsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalAsms API.

      • listExternalClusterInstances

        ListExternalClusterInstancesResponse listExternalClusterInstances​(ListExternalClusterInstancesRequest request)
        Lists the cluster instances in the specified external cluster.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalClusterInstancesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalClusterInstances API.

      • listExternalClusters

        ListExternalClustersResponse listExternalClusters​(ListExternalClustersRequest request)
        Lists the clusters in the specified external DB system.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalClustersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalClusters API.

      • listExternalDatabases

        ListExternalDatabasesResponse listExternalDatabases​(ListExternalDatabasesRequest request)
        Lists the external databases in the specified compartment or in the specified DB system.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalDatabases API.

      • listExternalDbHomes

        ListExternalDbHomesResponse listExternalDbHomes​(ListExternalDbHomesRequest request)
        Lists the DB homes in the specified external DB system.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalDbHomesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalDbHomes API.

      • listExternalDbNodes

        ListExternalDbNodesResponse listExternalDbNodes​(ListExternalDbNodesRequest request)
        Lists the external DB nodes in the specified external DB system.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalDbNodesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalDbNodes API.

      • listExternalDbSystemConnectors

        ListExternalDbSystemConnectorsResponse listExternalDbSystemConnectors​(ListExternalDbSystemConnectorsRequest request)
        Lists the external connectors in the specified external DB system.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalDbSystemConnectorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalDbSystemConnectors API.

      • listExternalDbSystemDiscoveries

        ListExternalDbSystemDiscoveriesResponse listExternalDbSystemDiscoveries​(ListExternalDbSystemDiscoveriesRequest request)
        Lists the external DB system discovery resources in the specified compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalDbSystemDiscoveriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalDbSystemDiscoveries API.

      • listExternalDbSystems

        ListExternalDbSystemsResponse listExternalDbSystems​(ListExternalDbSystemsRequest request)
        Lists the external DB systems in the specified compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalDbSystemsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalDbSystems API.

      • listExternalExadataInfrastructures

        ListExternalExadataInfrastructuresResponse listExternalExadataInfrastructures​(ListExternalExadataInfrastructuresRequest request)
        Lists the Exadata infrastructure resources in the specified compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalExadataInfrastructuresExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalExadataInfrastructures API.

      • listExternalExadataStorageConnectors

        ListExternalExadataStorageConnectorsResponse listExternalExadataStorageConnectors​(ListExternalExadataStorageConnectorsRequest request)
        Lists the Exadata storage server connectors for the specified Exadata infrastructure.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalExadataStorageConnectorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalExadataStorageConnectors API.

      • listExternalExadataStorageServers

        ListExternalExadataStorageServersResponse listExternalExadataStorageServers​(ListExternalExadataStorageServersRequest request)
        Lists the Exadata storage servers for the specified Exadata infrastructure.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalExadataStorageServersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalExadataStorageServers API.

      • listExternalListenerServices

        ListExternalListenerServicesResponse listExternalListenerServices​(ListExternalListenerServicesRequest request)
        Lists the database services registered with the specified external listener for the specified Managed Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalListenerServicesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalListenerServices API.

      • listExternalListeners

        ListExternalListenersResponse listExternalListeners​(ListExternalListenersRequest request)
        Lists the listeners in the specified external DB system.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalListenersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalListeners API.

      • listExternalMySqlDatabases

        ListExternalMySqlDatabasesResponse listExternalMySqlDatabases​(ListExternalMySqlDatabasesRequest request)
        Gets the list of External MySQL Databases.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListExternalMySqlDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalMySqlDatabases API.

      • listJobExecutions

        ListJobExecutionsResponse listJobExecutions​(ListJobExecutionsRequest request)
        Gets the job execution for a specific ID or the list of job executions for a job, job run, Managed Database or Managed Database Group in a specific compartment.

        Only one of the parameters, ID, jobId, jobRunId, managedDatabaseId or managedDatabaseGroupId should be provided. If none of these parameters is provided, all the job executions in the compartment are listed. Job executions can also be filtered based on the name and status parameters.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListJobExecutionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListJobExecutions API.

      • listJobRuns

        ListJobRunsResponse listJobRuns​(ListJobRunsRequest request)
        Gets the job run for a specific ID or the list of job runs for a job, Managed Database or Managed Database Group in a specific compartment.

        Only one of the parameters, ID, jobId, managedDatabaseId, or managedDatabaseGroupId should be provided. If none of these parameters is provided, all the job runs in the compartment are listed. Job runs can also be filtered based on name and runStatus parameters.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListJobRunsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListJobRuns API.

      • listJobs

        ListJobsResponse listJobs​(ListJobsRequest request)
        Gets the job for a specific ID or the list of jobs for a Managed Database or Managed Database Group in a specific compartment.

        Only one of the parameters, ID, managedDatabaseId or managedDatabaseGroupId, should be provided. If none of these parameters is provided, all the jobs in the compartment are listed. Jobs can also be filtered based on the name and lifecycleState parameters.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListJobsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListJobs API.

      • listManagedDatabaseGroups

        ListManagedDatabaseGroupsResponse listManagedDatabaseGroups​(ListManagedDatabaseGroupsRequest request)
        Gets the Managed Database Group for a specific ID or the list of Managed Database Groups in a specific compartment.

        Managed Database Groups can also be filtered based on the name parameter. Only one of the parameters, ID or name should be provided. If none of these parameters is provided, all the Managed Database Groups in the compartment are listed.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListManagedDatabaseGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListManagedDatabaseGroups API.

      • listManagedDatabases

        ListManagedDatabasesResponse listManagedDatabases​(ListManagedDatabasesRequest request)
        Gets the Managed Database for a specific ID or the list of Managed Databases in a specific compartment.

        Managed Databases can be filtered based on the name parameter. Only one of the parameters, ID or name should be provided. If neither of these parameters is provided, all the Managed Databases in the compartment are listed. Managed Databases can also be filtered based on the deployment type and management option. If the deployment type is not specified or if it is ONPREMISE, then the management option is not considered and Managed Databases with ADVANCED management option are listed.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListManagedDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListManagedDatabases API.

      • listMySqlDatabaseConnectors

        ListMySqlDatabaseConnectorsResponse listMySqlDatabaseConnectors​(ListMySqlDatabaseConnectorsRequest request)
        Gets the list of External MySQL Database connectors.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListMySqlDatabaseConnectorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMySqlDatabaseConnectors API.

      • listNamedCredentials

        ListNamedCredentialsResponse listNamedCredentials​(ListNamedCredentialsRequest request)
        Gets a single named credential specified by the name or all the named credentials in a specific compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListNamedCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListNamedCredentials API.

      • listObjectPrivileges

        ListObjectPrivilegesResponse listObjectPrivileges​(ListObjectPrivilegesRequest request)
        Gets the list of object privileges granted to a specific user.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListObjectPrivilegesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListObjectPrivileges API.

      • listOptimizerStatisticsAdvisorExecutions

        ListOptimizerStatisticsAdvisorExecutionsResponse listOptimizerStatisticsAdvisorExecutions​(ListOptimizerStatisticsAdvisorExecutionsRequest request)
        Lists the details of the Optimizer Statistics Advisor task executions, such as their duration, and the number of findings, if any.

        Optionally, you can specify a date-time range (of seven days) to obtain the list of executions that fall within the specified time range. If the date-time range is not specified, then the executions in the last seven days are listed.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListOptimizerStatisticsAdvisorExecutionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOptimizerStatisticsAdvisorExecutions API.

      • listOptimizerStatisticsCollectionAggregations

        ListOptimizerStatisticsCollectionAggregationsResponse listOptimizerStatisticsCollectionAggregations​(ListOptimizerStatisticsCollectionAggregationsRequest request)
        Gets a list of the optimizer statistics collection operations per hour, grouped by task or object status for the specified Managed Database.

        You must specify a value for GroupByQueryParam to determine whether the data should be grouped by task status or task object status. Optionally, you can specify a date-time range (of seven days) to obtain collection aggregations within the specified time range. If the date-time range is not specified, then the operations in the last seven days are listed. You can further filter the results by providing the optional type of TaskTypeQueryParam. If the task type not provided, then both Auto and Manual tasks are considered for aggregation.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListOptimizerStatisticsCollectionAggregationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOptimizerStatisticsCollectionAggregations API.

      • listOptimizerStatisticsCollectionOperations

        ListOptimizerStatisticsCollectionOperationsResponse listOptimizerStatisticsCollectionOperations​(ListOptimizerStatisticsCollectionOperationsRequest request)
        Lists the Optimizer Statistics Collection (Auto and Manual) task operation summary for the specified Managed Database.

        The summary includes the details of each operation and the number of tasks grouped by status: Completed, In Progress, Failed, and so on. Optionally, you can specify a date-time range (of seven days) to obtain the list of operations that fall within the specified time range. If the date-time range is not specified, then the operations in the last seven days are listed. This API also enables the pagination of results and the opc-next-page response header indicates whether there is a next page. If you use the same header value in a consecutive request, the next page records are returned. To obtain the required results, you can apply the different types of filters supported by this API.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListOptimizerStatisticsCollectionOperationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOptimizerStatisticsCollectionOperations API.

      • listPreferredCredentials

        ListPreferredCredentialsResponse listPreferredCredentials​(ListPreferredCredentialsRequest request)
        Gets the list of preferred credentials for a given Managed Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListPreferredCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPreferredCredentials API.

      • listProxiedForUsers

        ListProxiedForUsersResponse listProxiedForUsers​(ListProxiedForUsersRequest request)
        Gets the list of users on whose behalf the current user acts as proxy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListProxiedForUsersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListProxiedForUsers API.

      • listProxyUsers

        ListProxyUsersResponse listProxyUsers​(ListProxyUsersRequest request)
        Gets the list of proxy users for the current user.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListProxyUsersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListProxyUsers API.

      • listRoles

        ListRolesResponse listRoles​(ListRolesRequest request)
        Gets the list of roles granted to a specific user.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListRolesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRoles API.

      • listSqlPlanBaselineJobs

        ListSqlPlanBaselineJobsResponse listSqlPlanBaselineJobs​(ListSqlPlanBaselineJobsRequest request)
        Lists the database jobs used for loading SQL plan baselines in the specified Managed Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListSqlPlanBaselineJobsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlPlanBaselineJobs API.

      • listSqlPlanBaselines

        ListSqlPlanBaselinesResponse listSqlPlanBaselines​(ListSqlPlanBaselinesRequest request)
        Lists the SQL plan baselines for the specified Managed Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListSqlPlanBaselinesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlPlanBaselines API.

      • listSystemPrivileges

        ListSystemPrivilegesResponse listSystemPrivileges​(ListSystemPrivilegesRequest request)
        Gets the list of system privileges granted to a specific user.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListSystemPrivilegesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSystemPrivileges API.

      • listTableStatistics

        ListTableStatisticsResponse listTableStatistics​(ListTableStatisticsRequest request)
        Lists the database table statistics grouped by different statuses such as Not Stale Stats, Stale Stats, and No Stats.

        This also includes the percentage of each status.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListTableStatisticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListTableStatistics API.

      • listTablespaces

        ListTablespacesResponse listTablespaces​(ListTablespacesRequest request)
        Gets the list of tablespaces for the specified managedDatabaseId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListTablespacesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListTablespaces API.

      • listUsers

        ListUsersResponse listUsers​(ListUsersRequest request)
        Gets the list of users for the specified managedDatabaseId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListUsersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListUsers API.

      • listWorkRequestErrors

        ListWorkRequestErrorsResponse listWorkRequestErrors​(ListWorkRequestErrorsRequest request)
        Returns a paginated list of errors for a given work request.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API.

      • listWorkRequestLogs

        ListWorkRequestLogsResponse listWorkRequestLogs​(ListWorkRequestLogsRequest request)
        Returns a paginated list of logs for a given work request.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API.

      • listWorkRequests

        ListWorkRequestsResponse listWorkRequests​(ListWorkRequestsRequest request)
        The list of work requests in a specific compartment was retrieved successfully.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API.

      • loadSqlPlanBaselinesFromAwr

        LoadSqlPlanBaselinesFromAwrResponse loadSqlPlanBaselinesFromAwr​(LoadSqlPlanBaselinesFromAwrRequest request)
        Loads plans from Automatic Workload Repository (AWR) snapshots.

        You must specify the beginning and ending of the snapshot range. Optionally, you can apply a filter to load only plans that meet specified criteria. By default, the optimizer uses the loaded plans the next time that the database executes the SQL statements.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/LoadSqlPlanBaselinesFromAwrExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use LoadSqlPlanBaselinesFromAwr API.

      • loadSqlPlanBaselinesFromCursorCache

        LoadSqlPlanBaselinesFromCursorCacheResponse loadSqlPlanBaselinesFromCursorCache​(LoadSqlPlanBaselinesFromCursorCacheRequest request)
        Loads plans for statements directly from the shared SQL area, also called the cursor cache.

        By applying a filter on the module name, the schema, or the SQL ID you identify the SQL statement or set of SQL statements to load.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/LoadSqlPlanBaselinesFromCursorCacheExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use LoadSqlPlanBaselinesFromCursorCache API.

      • modifyAutonomousDatabaseManagementFeature

        ModifyAutonomousDatabaseManagementFeatureResponse modifyAutonomousDatabaseManagementFeature​(ModifyAutonomousDatabaseManagementFeatureRequest request)
        Modifies the Database Management feature for the specified Autonomous Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ModifyAutonomousDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ModifyAutonomousDatabaseManagementFeature API.

      • modifyDatabaseManagementFeature

        ModifyDatabaseManagementFeatureResponse modifyDatabaseManagementFeature​(ModifyDatabaseManagementFeatureRequest request)
        Modifies a Database Management feature for the specified Oracle cloud database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ModifyDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ModifyDatabaseManagementFeature API.

      • modifyPluggableDatabaseManagementFeature

        ModifyPluggableDatabaseManagementFeatureResponse modifyPluggableDatabaseManagementFeature​(ModifyPluggableDatabaseManagementFeatureRequest request)
        Modifies the Database Management feature for the specified Oracle cloud pluggable database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ModifyPluggableDatabaseManagementFeatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ModifyPluggableDatabaseManagementFeature API.

      • patchExternalDbSystemDiscovery

        PatchExternalDbSystemDiscoveryResponse patchExternalDbSystemDiscovery​(PatchExternalDbSystemDiscoveryRequest request)
        Patches the external DB system discovery specified by externalDbSystemDiscoveryId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/PatchExternalDbSystemDiscoveryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchExternalDbSystemDiscovery API.

      • removeDataFile

        RemoveDataFileResponse removeDataFile​(RemoveDataFileRequest request)
        Removes a data file or temp file from the tablespace.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/RemoveDataFileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveDataFile API.

      • removeManagedDatabaseFromManagedDatabaseGroup

        RemoveManagedDatabaseFromManagedDatabaseGroupResponse removeManagedDatabaseFromManagedDatabaseGroup​(RemoveManagedDatabaseFromManagedDatabaseGroupRequest request)
        Removes a Managed Database from a Managed Database Group.

        Any management activities that are currently running on this database will continue to run to completion. However, any activities scheduled to run in the future will not be performed on this database.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/RemoveManagedDatabaseFromManagedDatabaseGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveManagedDatabaseFromManagedDatabaseGroup API.

      • resetDatabaseParameters

        ResetDatabaseParametersResponse resetDatabaseParameters​(ResetDatabaseParametersRequest request)
        Resets database parameter values to their default or startup values.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ResetDatabaseParametersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ResetDatabaseParameters API.

      • resizeDataFile

        ResizeDataFileResponse resizeDataFile​(ResizeDataFileRequest request)
        Resizes a data file or temp file within the tablespace.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/ResizeDataFileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ResizeDataFile API.

      • runHistoricAddm

        RunHistoricAddmResponse runHistoricAddm​(RunHistoricAddmRequest request)
        Creates and executes a historic ADDM task using the specified AWR snapshot IDs.

        If an existing ADDM task uses the provided awr snapshot IDs, the existing task will be returned.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/RunHistoricAddmExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RunHistoricAddm API.

      • summarizeAwrDbCpuUsages

        SummarizeAwrDbCpuUsagesResponse summarizeAwrDbCpuUsages​(SummarizeAwrDbCpuUsagesRequest request)
        Summarizes the AWR CPU resource limits and metrics for the specified database in AWR.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeAwrDbCpuUsagesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDbCpuUsages API.

      • summarizeAwrDbMetrics

        SummarizeAwrDbMetricsResponse summarizeAwrDbMetrics​(SummarizeAwrDbMetricsRequest request)
        Summarizes the metric samples for the specified database in the AWR.

        The metric samples are summarized based on the Time dimension for each metric.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeAwrDbMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDbMetrics API.

      • summarizeAwrDbParameterChanges

        SummarizeAwrDbParameterChangesResponse summarizeAwrDbParameterChanges​(SummarizeAwrDbParameterChangesRequest request)
        Summarizes the database parameter change history for one database parameter of the specified database in AWR.

        One change history record contains the previous value, the changed value, and the corresponding time range. If the database parameter value was changed multiple times within the time range, then multiple change history records are created for the same parameter. Note that this API only returns information on change history details for one database parameter. To get a list of all the database parameters whose values were changed during a specified time range, use the following API endpoint: /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbParameters

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeAwrDbParameterChangesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDbParameterChanges API.

      • summarizeAwrDbParameters

        SummarizeAwrDbParametersResponse summarizeAwrDbParameters​(SummarizeAwrDbParametersRequest request)
        Summarizes the database parameter history for the specified database in AWR.

        This includes the list of database parameters, with information on whether the parameter values were modified within the query time range. Note that each database parameter is only listed once. Depending on the optional query parameters, the returned summary gets all the database parameters, which include:

        - Each parameter whose value was changed during the time range: (valueChanged =\"Y\") - Each parameter whose value was unchanged during the time range: (valueChanged =\"N\") - Each parameter whose value was changed at the system level during the time range: (valueChanged =\"Y\" and valueModified = \"SYSTEM_MOD\") - Each parameter whose value was unchanged during the time range, however, the value is not the default value: (valueChanged =\"N\" and valueDefault = \"FALSE\")

        Note that this API does not return information on the number of times each database parameter has been changed within the time range. To get the database parameter value change history for a specific parameter, use the following API endpoint: /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbParameterChanges

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeAwrDbParametersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDbParameters API.

      • summarizeAwrDbSnapshotRanges

        SummarizeAwrDbSnapshotRangesResponse summarizeAwrDbSnapshotRanges​(SummarizeAwrDbSnapshotRangesRequest request)
        Summarizes the AWR snapshot ranges that contain continuous snapshots, for the specified Managed Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeAwrDbSnapshotRangesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDbSnapshotRanges API.

      • summarizeAwrDbSysstats

        SummarizeAwrDbSysstatsResponse summarizeAwrDbSysstats​(SummarizeAwrDbSysstatsRequest request)
        Summarizes the AWR SYSSTAT sample data for the specified database in AWR.

        The statistical data is summarized based on the Time dimension for each statistic.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeAwrDbSysstatsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDbSysstats API.

      • summarizeAwrDbTopWaitEvents

        SummarizeAwrDbTopWaitEventsResponse summarizeAwrDbTopWaitEvents​(SummarizeAwrDbTopWaitEventsRequest request)
        Summarizes the AWR top wait events.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeAwrDbTopWaitEventsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDbTopWaitEvents API.

      • summarizeAwrDbWaitEventBuckets

        SummarizeAwrDbWaitEventBucketsResponse summarizeAwrDbWaitEventBuckets​(SummarizeAwrDbWaitEventBucketsRequest request)
        Summarizes AWR wait event data into value buckets and frequency, for the specified database in the AWR.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeAwrDbWaitEventBucketsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDbWaitEventBuckets API.

      • summarizeAwrDbWaitEvents

        SummarizeAwrDbWaitEventsResponse summarizeAwrDbWaitEvents​(SummarizeAwrDbWaitEventsRequest request)
        Summarizes the AWR wait event sample data for the specified database in the AWR.

        The event data is summarized based on the Time dimension for each event.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeAwrDbWaitEventsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDbWaitEvents API.

      • summarizeExternalAsmMetrics

        SummarizeExternalAsmMetricsResponse summarizeExternalAsmMetrics​(SummarizeExternalAsmMetricsRequest request)
        Gets metrics for the external ASM specified by externalAsmId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeExternalAsmMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExternalAsmMetrics API.

      • summarizeExternalClusterMetrics

        SummarizeExternalClusterMetricsResponse summarizeExternalClusterMetrics​(SummarizeExternalClusterMetricsRequest request)
        Gets metrics for the external cluster specified by externalClusterId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeExternalClusterMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExternalClusterMetrics API.

      • summarizeExternalDbNodeMetrics

        SummarizeExternalDbNodeMetricsResponse summarizeExternalDbNodeMetrics​(SummarizeExternalDbNodeMetricsRequest request)
        Gets metrics for the external DB node specified by externalDbNodeId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeExternalDbNodeMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExternalDbNodeMetrics API.

      • summarizeExternalDbSystemAvailabilityMetrics

        SummarizeExternalDbSystemAvailabilityMetricsResponse summarizeExternalDbSystemAvailabilityMetrics​(SummarizeExternalDbSystemAvailabilityMetricsRequest request)
        Gets availability metrics for the components present in the external DB system specified by externalDbSystemId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeExternalDbSystemAvailabilityMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExternalDbSystemAvailabilityMetrics API.

      • summarizeExternalListenerMetrics

        SummarizeExternalListenerMetricsResponse summarizeExternalListenerMetrics​(SummarizeExternalListenerMetricsRequest request)
        Gets metrics for the external listener specified by externalListenerId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeExternalListenerMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExternalListenerMetrics API.

      • summarizeJobExecutionsStatuses

        SummarizeJobExecutionsStatusesResponse summarizeJobExecutionsStatuses​(SummarizeJobExecutionsStatusesRequest request)
        Gets the number of job executions grouped by status for a job, Managed Database, or Database Group in a specific compartment.

        Only one of the parameters, jobId, managedDatabaseId, or managedDatabaseGroupId should be provided.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeJobExecutionsStatusesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeJobExecutionsStatuses API.

      • summarizeManagedDatabaseAvailabilityMetrics

        SummarizeManagedDatabaseAvailabilityMetricsResponse summarizeManagedDatabaseAvailabilityMetrics​(SummarizeManagedDatabaseAvailabilityMetricsRequest request)
        Gets the availability metrics related to managed database for the Oracle database specified by managedDatabaseId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeManagedDatabaseAvailabilityMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeManagedDatabaseAvailabilityMetrics API.

      • summarizeSqlPlanBaselines

        SummarizeSqlPlanBaselinesResponse summarizeSqlPlanBaselines​(SummarizeSqlPlanBaselinesRequest request)
        Gets the number of SQL plan baselines aggregated by their attributes.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeSqlPlanBaselinesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeSqlPlanBaselines API.

      • summarizeSqlPlanBaselinesByLastExecution

        SummarizeSqlPlanBaselinesByLastExecutionResponse summarizeSqlPlanBaselinesByLastExecution​(SummarizeSqlPlanBaselinesByLastExecutionRequest request)
        Gets the number of SQL plan baselines aggregated by the age of their last execution in weeks.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/SummarizeSqlPlanBaselinesByLastExecutionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeSqlPlanBaselinesByLastExecution API.

      • testNamedCredential

        TestNamedCredentialResponse testNamedCredential​(TestNamedCredentialRequest request)
        Tests the named credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/TestNamedCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use TestNamedCredential API.

      • testPreferredCredential

        TestPreferredCredentialResponse testPreferredCredential​(TestPreferredCredentialRequest request)
        Tests the preferred credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/TestPreferredCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use TestPreferredCredential API.

      • updateDbManagementPrivateEndpoint

        UpdateDbManagementPrivateEndpointResponse updateDbManagementPrivateEndpoint​(UpdateDbManagementPrivateEndpointRequest request)
        Updates one or more attributes of a specific Database Management private endpoint.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateDbManagementPrivateEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDbManagementPrivateEndpoint API.

      • updateExternalAsm

        UpdateExternalAsmResponse updateExternalAsm​(UpdateExternalAsmRequest request)
        Updates the external ASM specified by externalAsmId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalAsmExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalAsm API.

      • updateExternalAsmInstance

        UpdateExternalAsmInstanceResponse updateExternalAsmInstance​(UpdateExternalAsmInstanceRequest request)
        Updates the external ASM instance specified by externalAsmInstanceId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalAsmInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalAsmInstance API.

      • updateExternalCluster

        UpdateExternalClusterResponse updateExternalCluster​(UpdateExternalClusterRequest request)
        Updates the external cluster specified by externalClusterId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalCluster API.

      • updateExternalClusterInstance

        UpdateExternalClusterInstanceResponse updateExternalClusterInstance​(UpdateExternalClusterInstanceRequest request)
        Updates the external cluster instance specified by externalClusterInstanceId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalClusterInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalClusterInstance API.

      • updateExternalDbHome

        UpdateExternalDbHomeResponse updateExternalDbHome​(UpdateExternalDbHomeRequest request)
        Updates the external DB home specified by externalDbHomeId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalDbHomeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalDbHome API.

      • updateExternalDbNode

        UpdateExternalDbNodeResponse updateExternalDbNode​(UpdateExternalDbNodeRequest request)
        Updates the external DB node specified by externalDbNodeId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalDbNodeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalDbNode API.

      • updateExternalDbSystem

        UpdateExternalDbSystemResponse updateExternalDbSystem​(UpdateExternalDbSystemRequest request)
        Updates the external DB system specified by externalDbSystemId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalDbSystem API.

      • updateExternalDbSystemConnector

        UpdateExternalDbSystemConnectorResponse updateExternalDbSystemConnector​(UpdateExternalDbSystemConnectorRequest request)
        Updates the external connector specified by externalDbSystemConnectorId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalDbSystemConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalDbSystemConnector API.

      • updateExternalDbSystemDiscovery

        UpdateExternalDbSystemDiscoveryResponse updateExternalDbSystemDiscovery​(UpdateExternalDbSystemDiscoveryRequest request)
        Updates the external DB system discovery specified by externalDbSystemDiscoveryId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalDbSystemDiscoveryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalDbSystemDiscovery API.

      • updateExternalExadataInfrastructure

        UpdateExternalExadataInfrastructureResponse updateExternalExadataInfrastructure​(UpdateExternalExadataInfrastructureRequest request)
        Updates the details for the Exadata infrastructure specified by externalExadataInfrastructureId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalExadataInfrastructure API.

      • updateExternalExadataStorageConnector

        UpdateExternalExadataStorageConnectorResponse updateExternalExadataStorageConnector​(UpdateExternalExadataStorageConnectorRequest request)
        Updates the Exadata storage server connector specified by exadataStorageConnectorId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalExadataStorageConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalExadataStorageConnector API.

      • updateExternalExadataStorageGrid

        UpdateExternalExadataStorageGridResponse updateExternalExadataStorageGrid​(UpdateExternalExadataStorageGridRequest request)
        Updates the Exadata storage server grid specified by exadataStorageGridId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalExadataStorageGridExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalExadataStorageGrid API.

      • updateExternalExadataStorageServer

        UpdateExternalExadataStorageServerResponse updateExternalExadataStorageServer​(UpdateExternalExadataStorageServerRequest request)
        Updates the Exadata storage server specified by exadataStorageServerId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalExadataStorageServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalExadataStorageServer API.

      • updateExternalListener

        UpdateExternalListenerResponse updateExternalListener​(UpdateExternalListenerRequest request)
        Updates the external listener specified by externalListenerId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalListenerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalListener API.

      • updateExternalMysqlDatabase

        UpdateExternalMysqlDatabaseResponse updateExternalMysqlDatabase​(UpdateExternalMysqlDatabaseRequest request)
        Updates the External Mysql Database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalMysqlDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalMysqlDatabase API.

      • updateExternalMysqlDatabaseConnector

        UpdateExternalMysqlDatabaseConnectorResponse updateExternalMysqlDatabaseConnector​(UpdateExternalMysqlDatabaseConnectorRequest request)
        Updates the External Mysql Database Connector.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateExternalMysqlDatabaseConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalMysqlDatabaseConnector API.

      • updateJob

        UpdateJobResponse updateJob​(UpdateJobRequest request)
        Updates the details for the recurring scheduled job specified by jobId.

        Note that non-recurring (one time) jobs cannot be updated.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateJob API.

      • updateManagedDatabase

        UpdateManagedDatabaseResponse updateManagedDatabase​(UpdateManagedDatabaseRequest request)
        Updates the Managed Database specified by managedDatabaseId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateManagedDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateManagedDatabase API.

      • updateManagedDatabaseGroup

        UpdateManagedDatabaseGroupResponse updateManagedDatabaseGroup​(UpdateManagedDatabaseGroupRequest request)
        Updates the Managed Database Group specified by managedDatabaseGroupId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateManagedDatabaseGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateManagedDatabaseGroup API.

      • updateNamedCredential

        UpdateNamedCredentialResponse updateNamedCredential​(UpdateNamedCredentialRequest request)
        Updates the named credential specified by namedCredentialId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateNamedCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateNamedCredential API.

      • updatePreferredCredential

        UpdatePreferredCredentialResponse updatePreferredCredential​(UpdatePreferredCredentialRequest request)
        Updates the preferred credential based on the credentialName.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdatePreferredCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdatePreferredCredential API.

      • updateTablespace

        UpdateTablespaceResponse updateTablespace​(UpdateTablespaceRequest request)
        Updates the attributes of the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/databasemanagement/UpdateTablespaceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateTablespace API.

      • getWaiters

        DbManagementWaiters getWaiters()
        Gets the pre-configured waiters available for resources for this service.
        Returns:
        The service waiters.
      • getPaginators

        DbManagementPaginators getPaginators()
        Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.

        These paginators provide an Iterable interface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.

        Returns:
        The service paginators.