Interface Database

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    DatabaseClient

    @Generated(value="OracleSDKGenerator",
               comments="API Version: 20160918")
    public interface Database
    extends AutoCloseable
    The API for the Database Service.

    Use this API to manage resources such as databases and DB Systems. For more information, see Overview of the Database Service.

    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
      • activateExadataInfrastructure

        ActivateExadataInfrastructureResponse activateExadataInfrastructure​(ActivateExadataInfrastructureRequest request)
        Activates the specified Exadata infrastructure resource.

        Applies to Exadata Cloud@Customer instances only.

        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/database/ActivateExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ActivateExadataInfrastructure API.

      • addStandbyAutonomousContainerDatabase

        AddStandbyAutonomousContainerDatabaseResponse addStandbyAutonomousContainerDatabase​(AddStandbyAutonomousContainerDatabaseRequest request)
        Create Standby Autonomous Container Database.

        For more information about changing Autonomous Container Databases Add Standby, see Create Standby Autonomous Container Database and Convert Snapshot Standby to Physical Standby.

        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/database/AddStandbyAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddStandbyAutonomousContainerDatabase API.

      • addStorageCapacityCloudExadataInfrastructure

        AddStorageCapacityCloudExadataInfrastructureResponse addStorageCapacityCloudExadataInfrastructure​(AddStorageCapacityCloudExadataInfrastructureRequest request)
        Makes the storage capacity from additional storage servers available for Cloud VM Cluster consumption.

        Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.

        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/database/AddStorageCapacityCloudExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddStorageCapacityCloudExadataInfrastructure API.

      • addStorageCapacityExadataInfrastructure

        AddStorageCapacityExadataInfrastructureResponse addStorageCapacityExadataInfrastructure​(AddStorageCapacityExadataInfrastructureRequest request)
        Makes the storage capacity from additional storage servers available for VM Cluster consumption.

        Applies to Exadata Cloud@Customer instances only.

        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/database/AddStorageCapacityExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddStorageCapacityExadataInfrastructure API.

      • addVirtualMachineToCloudVmCluster

        AddVirtualMachineToCloudVmClusterResponse addVirtualMachineToCloudVmCluster​(AddVirtualMachineToCloudVmClusterRequest request)
        Add Virtual Machines to the Cloud VM cluster.

        Applies to Exadata Cloud instances only.

        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/database/AddVirtualMachineToCloudVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddVirtualMachineToCloudVmCluster API.

      • addVirtualMachineToVmCluster

        AddVirtualMachineToVmClusterResponse addVirtualMachineToVmCluster​(AddVirtualMachineToVmClusterRequest request)
        Add Virtual Machines to the VM cluster.

        Applies to Exadata Cloud@Customer instances only.

        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/database/AddVirtualMachineToVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddVirtualMachineToVmCluster API.

      • autonomousDatabaseManualRefresh

        AutonomousDatabaseManualRefreshResponse autonomousDatabaseManualRefresh​(AutonomousDatabaseManualRefreshRequest request)
        Initiates a data refresh for an Autonomous Database refreshable clone.

        Data is refreshed from the source database to the point of a specified timestamp.

        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/database/AutonomousDatabaseManualRefreshExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AutonomousDatabaseManualRefresh API.

      • cancelBackup

        CancelBackupResponse cancelBackup​(CancelBackupRequest request)
        Cancel automatic/standalone full/incremental create backup workrequests specified by the backup 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/database/CancelBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CancelBackup API.

      • cancelExecutionWindow

        CancelExecutionWindowResponse cancelExecutionWindow​(CancelExecutionWindowRequest request)
        Cancels the in progress maintenance activity under this execution window.
        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/database/CancelExecutionWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CancelExecutionWindow API.

      • cascadingDeleteSchedulingPlan

        CascadingDeleteSchedulingPlanResponse cascadingDeleteSchedulingPlan​(CascadingDeleteSchedulingPlanRequest request)
        Delete the scheduling plan resource along with all the scheduled actions associated with this 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 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/database/CascadingDeleteSchedulingPlanExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CascadingDeleteSchedulingPlan API.

      • changeAutonomousContainerDatabaseCompartment

        ChangeAutonomousContainerDatabaseCompartmentResponse changeAutonomousContainerDatabaseCompartment​(ChangeAutonomousContainerDatabaseCompartmentRequest request)
        Move the Autonomous Container Database and its dependent resources to the specified compartment.

        For more information about moving Autonomous Container Databases, see Moving Database Resources to a Different 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/database/ChangeAutonomousContainerDatabaseCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAutonomousContainerDatabaseCompartment API.

      • changeAutonomousDatabaseCompartment

        ChangeAutonomousDatabaseCompartmentResponse changeAutonomousDatabaseCompartment​(ChangeAutonomousDatabaseCompartmentRequest request)
        Move the Autonomous Database and its dependent resources to the specified compartment.

        For more information about moving Autonomous Databases, see Moving Database Resources to a Different 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/database/ChangeAutonomousDatabaseCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAutonomousDatabaseCompartment API.

      • changeAutonomousDatabaseSoftwareImageCompartment

        ChangeAutonomousDatabaseSoftwareImageCompartmentResponse changeAutonomousDatabaseSoftwareImageCompartment​(ChangeAutonomousDatabaseSoftwareImageCompartmentRequest request)
        Move the Autonomous Database Software Image 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/database/ChangeAutonomousDatabaseSoftwareImageCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAutonomousDatabaseSoftwareImageCompartment API.

      • changeAutonomousDatabaseSubscription

        ChangeAutonomousDatabaseSubscriptionResponse changeAutonomousDatabaseSubscription​(ChangeAutonomousDatabaseSubscriptionRequest request)
        Associate an Autonomous Database with a different subscription.
        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/database/ChangeAutonomousDatabaseSubscriptionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAutonomousDatabaseSubscription API.

      • changeAutonomousExadataInfrastructureCompartment

        ChangeAutonomousExadataInfrastructureCompartmentResponse changeAutonomousExadataInfrastructureCompartment​(ChangeAutonomousExadataInfrastructureCompartmentRequest request)
        Deprecated. Use the changeCloudExadataInfrastructureCompartment operation to move an Exadata infrastructure resource to a different compartment and changeCloudAutonomousVmClusterCompartment operation to move an Autonomous Exadata VM cluster to a different compartment.

        For more information, see Moving Database Resources to a Different 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/database/ChangeAutonomousExadataInfrastructureCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAutonomousExadataInfrastructureCompartment API.

      • changeAutonomousVmClusterCompartment

        ChangeAutonomousVmClusterCompartmentResponse changeAutonomousVmClusterCompartment​(ChangeAutonomousVmClusterCompartmentRequest request)
        Moves an Autonomous VM cluster and its dependent resources to another compartment.

        Applies to Exadata Cloud@Customer only. For systems in the Oracle cloud, see changeAutonomousVmClusterCompartment.

        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/database/ChangeAutonomousVmClusterCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAutonomousVmClusterCompartment API.

      • changeBackupDestinationCompartment

        ChangeBackupDestinationCompartmentResponse changeBackupDestinationCompartment​(ChangeBackupDestinationCompartmentRequest request)
        Move the backup destination and its dependent resources to the specified compartment.

        For more information, see Moving Database Resources to a Different 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/database/ChangeBackupDestinationCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeBackupDestinationCompartment API.

      • changeCloudAutonomousVmClusterCompartment

        ChangeCloudAutonomousVmClusterCompartmentResponse changeCloudAutonomousVmClusterCompartment​(ChangeCloudAutonomousVmClusterCompartmentRequest request)
        Moves an Autonomous Exadata VM cluster in the Oracle cloud and its dependent resources to another compartment.

        For Exadata Cloud@Customer systems, see changeAutonomousVmClusterCompartment.

        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/database/ChangeCloudAutonomousVmClusterCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCloudAutonomousVmClusterCompartment API.

      • changeCloudExadataInfrastructureCompartment

        ChangeCloudExadataInfrastructureCompartmentResponse changeCloudExadataInfrastructureCompartment​(ChangeCloudExadataInfrastructureCompartmentRequest request)
        Moves a cloud Exadata infrastructure resource and its dependent resources to another compartment.

        Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.For more information about moving resources to a different compartment, see Moving Database Resources to a Different 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/database/ChangeCloudExadataInfrastructureCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCloudExadataInfrastructureCompartment API.

      • changeCloudExadataInfrastructureSubscription

        ChangeCloudExadataInfrastructureSubscriptionResponse changeCloudExadataInfrastructureSubscription​(ChangeCloudExadataInfrastructureSubscriptionRequest request)
        Associate a cloud Exadata infrastructure with a different subscription.
        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/database/ChangeCloudExadataInfrastructureSubscriptionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCloudExadataInfrastructureSubscription API.

      • changeCloudVmClusterCompartment

        ChangeCloudVmClusterCompartmentResponse changeCloudVmClusterCompartment​(ChangeCloudVmClusterCompartmentRequest request)
        Moves a cloud VM cluster and its dependent resources to another compartment.

        Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.

        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/database/ChangeCloudVmClusterCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCloudVmClusterCompartment API.

      • changeCloudVmClusterSubscription

        ChangeCloudVmClusterSubscriptionResponse changeCloudVmClusterSubscription​(ChangeCloudVmClusterSubscriptionRequest request)
        Associate a cloud VM cluster with a different subscription.
        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/database/ChangeCloudVmClusterSubscriptionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCloudVmClusterSubscription API.

      • changeDatabaseSoftwareImageCompartment

        ChangeDatabaseSoftwareImageCompartmentResponse changeDatabaseSoftwareImageCompartment​(ChangeDatabaseSoftwareImageCompartmentRequest request)
        Move the Database Software Image and its dependent resources to the specified compartment.

        For more information about moving Databse Software Images, see Moving Database Resources to a Different 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/database/ChangeDatabaseSoftwareImageCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDatabaseSoftwareImageCompartment API.

      • changeDataguardRole

        ChangeDataguardRoleResponse changeDataguardRole​(ChangeDataguardRoleRequest request)
        Switch the Autonomous Container Database role between Standby and Snapshot Standby.

        For more information about changing Autonomous Container Databases Dataguard Role, see Convert Physical Standby to Snapshot Standby and Convert Snapshot Standby to Physical Standby.

        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/database/ChangeDataguardRoleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDataguardRole API.

      • changeDbSystemCompartment

        ChangeDbSystemCompartmentResponse changeDbSystemCompartment​(ChangeDbSystemCompartmentRequest request)
        Moves the DB system and its dependent resources to the specified compartment.

        For more information about moving DB systems, see Moving Database Resources to a Different 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/database/ChangeDbSystemCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDbSystemCompartment API.

      • changeDisasterRecoveryConfiguration

        ChangeDisasterRecoveryConfigurationResponse changeDisasterRecoveryConfiguration​(ChangeDisasterRecoveryConfigurationRequest request)
        This operation updates the cross-region disaster recovery (DR) details of the standby Autonomous Database Serverless database, and must be run on the standby side.
        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/database/ChangeDisasterRecoveryConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDisasterRecoveryConfiguration API.

      • changeEncryptionKeyLocation

        ChangeEncryptionKeyLocationResponse changeEncryptionKeyLocation​(ChangeEncryptionKeyLocationRequest request)
        Update the encryption key management location for the 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/database/ChangeEncryptionKeyLocationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeEncryptionKeyLocation API.

      • changeExadataInfrastructureCompartment

        ChangeExadataInfrastructureCompartmentResponse changeExadataInfrastructureCompartment​(ChangeExadataInfrastructureCompartmentRequest request)
        Moves an Exadata infrastructure resource and its dependent resources to another compartment.

        Applies to Exadata Cloud@Customer instances only. To move an Exadata Cloud Service infrastructure resource to another compartment, use the changeCloudExadataInfrastructureCompartment operation.

        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/database/ChangeExadataInfrastructureCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExadataInfrastructureCompartment API.

      • changeExadbVmClusterCompartment

        ChangeExadbVmClusterCompartmentResponse changeExadbVmClusterCompartment​(ChangeExadbVmClusterCompartmentRequest request)
        Moves a Exadata VM cluster on Exascale Infrastructure and its dependent resources to another compartment.

        Applies to Exadata Database Service on Exascale Infrastructure only.

        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/database/ChangeExadbVmClusterCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExadbVmClusterCompartment API.

      • changeExadbVmClusterSubscription

        ChangeExadbVmClusterSubscriptionResponse changeExadbVmClusterSubscription​(ChangeExadbVmClusterSubscriptionRequest request)
        Associate a Exadata VM cluster on Exascale Infrastructure with a different subscription.
        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/database/ChangeExadbVmClusterSubscriptionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExadbVmClusterSubscription API.

      • changeExascaleDbStorageVaultCompartment

        ChangeExascaleDbStorageVaultCompartmentResponse changeExascaleDbStorageVaultCompartment​(ChangeExascaleDbStorageVaultCompartmentRequest request)
        Moves a Exadata Database Storage Vault to another 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/database/ChangeExascaleDbStorageVaultCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExascaleDbStorageVaultCompartment API.

      • changeExascaleDbStorageVaultSubscription

        ChangeExascaleDbStorageVaultSubscriptionResponse changeExascaleDbStorageVaultSubscription​(ChangeExascaleDbStorageVaultSubscriptionRequest request)
        Associate a Exadata Database Storage Vault with a different subscription.
        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/database/ChangeExascaleDbStorageVaultSubscriptionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExascaleDbStorageVaultSubscription API.

      • changeExternalContainerDatabaseCompartment

        ChangeExternalContainerDatabaseCompartmentResponse changeExternalContainerDatabaseCompartment​(ChangeExternalContainerDatabaseCompartmentRequest request)
        Move the createExternalContainerDatabaseDetails and its dependent resources to the specified compartment.

        For more information about moving external container databases, see Moving Database Resources to a Different 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/database/ChangeExternalContainerDatabaseCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExternalContainerDatabaseCompartment API.

      • changeExternalNonContainerDatabaseCompartment

        ChangeExternalNonContainerDatabaseCompartmentResponse changeExternalNonContainerDatabaseCompartment​(ChangeExternalNonContainerDatabaseCompartmentRequest request)
        Move the external non-container database and its dependent resources to the specified compartment.

        For more information about moving external non-container databases, see Moving Database Resources to a Different 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/database/ChangeExternalNonContainerDatabaseCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExternalNonContainerDatabaseCompartment API.

      • changeExternalPluggableDatabaseCompartment

        ChangeExternalPluggableDatabaseCompartmentResponse changeExternalPluggableDatabaseCompartment​(ChangeExternalPluggableDatabaseCompartmentRequest request)
        Move the createExternalPluggableDatabaseDetails and its dependent resources to the specified compartment.

        For more information about moving external pluggable databases, see Moving Database Resources to a Different 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/database/ChangeExternalPluggableDatabaseCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExternalPluggableDatabaseCompartment API.

      • changeKeyStoreCompartment

        ChangeKeyStoreCompartmentResponse changeKeyStoreCompartment​(ChangeKeyStoreCompartmentRequest request)
        Move the key store resource to the specified compartment.

        For more information about moving key stores, see Moving Database Resources to a Different 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/database/ChangeKeyStoreCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeKeyStoreCompartment API.

      • changeKeyStoreType

        ChangeKeyStoreTypeResponse changeKeyStoreType​(ChangeKeyStoreTypeRequest request)
        Changes encryption key management type
        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/database/ChangeKeyStoreTypeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeKeyStoreType API.

      • changeOneoffPatchCompartment

        ChangeOneoffPatchCompartmentResponse changeOneoffPatchCompartment​(ChangeOneoffPatchCompartmentRequest request)
        Move the one-off patch 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/database/ChangeOneoffPatchCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeOneoffPatchCompartment API.

      • changeSchedulingPlanCompartment

        ChangeSchedulingPlanCompartmentResponse changeSchedulingPlanCompartment​(ChangeSchedulingPlanCompartmentRequest request)
        Moves an scheduling plan resource to another 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/database/ChangeSchedulingPlanCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSchedulingPlanCompartment API.

      • changeSchedulingPolicyCompartment

        ChangeSchedulingPolicyCompartmentResponse changeSchedulingPolicyCompartment​(ChangeSchedulingPolicyCompartmentRequest request)
        Moves an scheduling policy resource to another 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/database/ChangeSchedulingPolicyCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSchedulingPolicyCompartment API.

      • changeVmClusterCompartment

        ChangeVmClusterCompartmentResponse changeVmClusterCompartment​(ChangeVmClusterCompartmentRequest request)
        Moves a VM cluster and its dependent resources to another compartment.

        Applies to Exadata Cloud@Customer instances only. To move a cloud VM cluster in an Exadata Cloud Service instance to another compartment, use the changeCloudVmClusterCompartment operation.

        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/database/ChangeVmClusterCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeVmClusterCompartment API.

      • checkExternalDatabaseConnectorConnectionStatus

        CheckExternalDatabaseConnectorConnectionStatusResponse checkExternalDatabaseConnectorConnectionStatus​(CheckExternalDatabaseConnectorConnectionStatusRequest 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 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/database/CheckExternalDatabaseConnectorConnectionStatusExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CheckExternalDatabaseConnectorConnectionStatus API.

      • completeExternalBackupJob

        CompleteExternalBackupJobResponse completeExternalBackupJob​(CompleteExternalBackupJobRequest request)
        Changes the status of the standalone backup resource to ACTIVE after the backup is created from the on-premises database and placed in Oracle Cloud Infrastructure Object Storage.

        *Note:** This API is used by an Oracle Cloud Infrastructure Python script that is packaged with the Oracle Cloud Infrastructure CLI. Oracle recommends that you use the script instead using the API directly. See [Migrating an On-Premises Database to Oracle Cloud Infrastructure by Creating a Backup in the Cloud](https://docs.oracle.com/iaas/Content/Database/Tasks/mig-onprembackup.htm) for more 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 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/database/CompleteExternalBackupJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CompleteExternalBackupJob API.

      • configureAutonomousDatabaseVaultKey

        ConfigureAutonomousDatabaseVaultKeyResponse configureAutonomousDatabaseVaultKey​(ConfigureAutonomousDatabaseVaultKeyRequest request)
        Configures the Autonomous Database Vault service key.
        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/database/ConfigureAutonomousDatabaseVaultKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConfigureAutonomousDatabaseVaultKey API.

      • configureExascaleExadataInfrastructure

        ConfigureExascaleExadataInfrastructureResponse configureExascaleExadataInfrastructure​(ConfigureExascaleExadataInfrastructureRequest request)
        Configures Exascale on Exadata infrastructure resource.

        Applies to Exadata Cloud@Customer instances only.

        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/database/ConfigureExascaleExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConfigureExascaleExadataInfrastructure API.

      • configureSaasAdminUser

        ConfigureSaasAdminUserResponse configureSaasAdminUser​(ConfigureSaasAdminUserRequest request)
        This operation updates SaaS administrative user configuration of the 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 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/database/ConfigureSaasAdminUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConfigureSaasAdminUser API.

      • confirmKeyStoreDetailsAreCorrect

        ConfirmKeyStoreDetailsAreCorrectResponse confirmKeyStoreDetailsAreCorrect​(ConfirmKeyStoreDetailsAreCorrectRequest request)
        This is for user to confirm to DBaaS that the Oracle Key Valut (OKV) connection IPs, username and password are all correct.

        This operation will put the Key Store back into Active state. If details are incorrect, your OKV account may get locked after some unsuccessful attempts to connect.

        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/database/ConfirmKeyStoreDetailsAreCorrectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConfirmKeyStoreDetailsAreCorrect API.

      • convertStandbyAutonomousContainerDatabase

        ConvertStandbyAutonomousContainerDatabaseResponse convertStandbyAutonomousContainerDatabase​(ConvertStandbyAutonomousContainerDatabaseRequest request)
        Convert between and SnapshotStandby Standby Autonomous Container Database .

        For more information about changing Autonomous Container Databases Add Standby, see Convert Standby Autonomous Container Database and Convert Snapshot Standby to Physical Standby.

        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/database/ConvertStandbyAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConvertStandbyAutonomousContainerDatabase API.

      • convertToPdb

        ConvertToPdbResponse convertToPdb​(ConvertToPdbRequest request)
        Converts a non-container database to a 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 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/database/ConvertToPdbExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConvertToPdb API.

      • convertToRegularPluggableDatabase

        ConvertToRegularPluggableDatabaseResponse convertToRegularPluggableDatabase​(ConvertToRegularPluggableDatabaseRequest request)
        Converts a Refreshable clone to Regular pluggable database (PDB).

        Pluggable Database will be in READ_WRITE openmode after conversion.

        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/database/ConvertToRegularPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConvertToRegularPluggableDatabase API.

      • convertToStandalone

        ConvertToStandaloneResponse convertToStandalone​(ConvertToStandaloneRequest request)
        Disassociate the standby database identified by the databaseId parameter from existing Data Guard group.

        Convert the standby to a standalone database.

        This operation should be performed on respective standby 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/database/ConvertToStandaloneExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConvertToStandalone API.

      • createApplicationVip

        CreateApplicationVipResponse createApplicationVip​(CreateApplicationVipRequest request)
        Creates a new application virtual IP (VIP) address in the specified cloud VM cluster based on the request parameters you provide.
        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/database/CreateApplicationVipExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApplicationVip API.

      • createAutonomousContainerDatabase

        CreateAutonomousContainerDatabaseResponse createAutonomousContainerDatabase​(CreateAutonomousContainerDatabaseRequest request)
        Creates an Autonomous Container Database in the specified Autonomous 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 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/database/CreateAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAutonomousContainerDatabase API.

      • createAutonomousContainerDatabaseDataguardAssociation

        CreateAutonomousContainerDatabaseDataguardAssociationResponse createAutonomousContainerDatabaseDataguardAssociation​(CreateAutonomousContainerDatabaseDataguardAssociationRequest request)
        Create a new Autonomous Data Guard association.

        An Autonomous Data Guard association represents the replication relationship between the specified Autonomous Container database and a peer Autonomous Container database. For more information, see Using Oracle Data Guard.

        All Oracle Cloud Infrastructure resources, including Data Guard associations, get an Oracle-assigned, unique ID called an Oracle Cloud Identifier (OCID). When you create a resource, you can find its OCID in the response. You can also retrieve a resource's OCID by using a List API operation on that resource type, or by viewing the resource in the Console. For more information, see [Resource Identifiers](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).

        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/database/CreateAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAutonomousContainerDatabaseDataguardAssociation API.

      • createAutonomousDatabase

        CreateAutonomousDatabaseResponse createAutonomousDatabase​(CreateAutonomousDatabaseRequest request)
        Creates a new 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 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/database/CreateAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAutonomousDatabase API.

      • createAutonomousDatabaseBackup

        CreateAutonomousDatabaseBackupResponse createAutonomousDatabaseBackup​(CreateAutonomousDatabaseBackupRequest request)
        Creates a new Autonomous Database backup for the specified database based on the provided request 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/database/CreateAutonomousDatabaseBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAutonomousDatabaseBackup API.

      • createAutonomousDatabaseSoftwareImage

        CreateAutonomousDatabaseSoftwareImageResponse createAutonomousDatabaseSoftwareImage​(CreateAutonomousDatabaseSoftwareImageRequest request)
        create Autonomous Database Software Image 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 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/database/CreateAutonomousDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAutonomousDatabaseSoftwareImage API.

      • createAutonomousVmCluster

        CreateAutonomousVmClusterResponse createAutonomousVmCluster​(CreateAutonomousVmClusterRequest request)
        Creates an Autonomous VM cluster for Exadata Cloud@Customer.

        To create an Autonomous VM Cluster in the Oracle cloud, see createCloudAutonomousVmCluster.

        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/database/CreateAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAutonomousVmCluster API.

      • createBackup

        CreateBackupResponse createBackup​(CreateBackupRequest request)
        Creates a new backup in the specified database based on the request parameters you provide.

        If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work.

        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/database/CreateBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateBackup API.

      • createBackupDestination

        CreateBackupDestinationResponse createBackupDestination​(CreateBackupDestinationRequest request)
        Creates a backup destination in an Exadata Cloud@Customer 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 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/database/CreateBackupDestinationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateBackupDestination API.

      • createCloudAutonomousVmCluster

        CreateCloudAutonomousVmClusterResponse createCloudAutonomousVmCluster​(CreateCloudAutonomousVmClusterRequest request)
        Creates an Autonomous Exadata VM cluster in the Oracle cloud.

        For Exadata Cloud@Customer systems, see createAutonomousVmCluster.

        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/database/CreateCloudAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCloudAutonomousVmCluster API.

      • createCloudExadataInfrastructure

        CreateCloudExadataInfrastructureResponse createCloudExadataInfrastructure​(CreateCloudExadataInfrastructureRequest request)
        Creates a cloud Exadata infrastructure resource.

        This resource is used to create either an Exadata Cloud Service instance or an Autonomous Database on dedicated 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 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/database/CreateCloudExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCloudExadataInfrastructure API.

      • createCloudVmCluster

        CreateCloudVmClusterResponse createCloudVmCluster​(CreateCloudVmClusterRequest request)
        Creates a cloud VM 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 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/database/CreateCloudVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCloudVmCluster API.

      • createConsoleConnection

        CreateConsoleConnectionResponse createConsoleConnection​(CreateConsoleConnectionRequest request)
        Creates a new console connection to the specified database node.

        After the console connection has been created and is available, you connect to the console using SSH.

        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/database/CreateConsoleConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateConsoleConnection API.

      • createConsoleHistory

        CreateConsoleHistoryResponse createConsoleHistory​(CreateConsoleHistoryRequest request)
        Captures the most recent serial console data (up to a megabyte) for the specified database node.
        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/database/CreateConsoleHistoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateConsoleHistory API.

      • createDataGuardAssociation

        CreateDataGuardAssociationResponse createDataGuardAssociation​(CreateDataGuardAssociationRequest request)
        Creates a new Data Guard association.

        A Data Guard association represents the replication relationship between the specified database and a peer database. For more information, see Using Oracle Data Guard.

        All Oracle Cloud Infrastructure resources, including Data Guard associations, get an Oracle-assigned, unique ID called an Oracle Cloud Identifier (OCID). When you create a resource, you can find its OCID in the response. You can also retrieve a resource's OCID by using a List API operation on that resource type, or by viewing the resource in the Console. For more information, see [Resource Identifiers](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).

        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/database/CreateDataGuardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDataGuardAssociation API.

      • createDatabase

        CreateDatabaseResponse createDatabase​(CreateDatabaseRequest request)
        Creates a new database in the specified Database Home.

        If the database version is provided, it must match the version of the Database Home. Applies to Exadata and Exadata Cloud@Customer systems.

        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/database/CreateDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDatabase API.

      • createDatabaseSoftwareImage

        CreateDatabaseSoftwareImageResponse createDatabaseSoftwareImage​(CreateDatabaseSoftwareImageRequest request)
        create database software image 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 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/database/CreateDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDatabaseSoftwareImage API.

      • createDbHome

        CreateDbHomeResponse createDbHome​(CreateDbHomeRequest request)
        Creates a new Database Home in the specified database system based on the request parameters you provide.

        Applies to bare metal DB systems, Exadata systems, and Exadata Cloud@Customer systems.

        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/database/CreateDbHomeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDbHome API.

      • createExadataInfrastructure

        CreateExadataInfrastructureResponse createExadataInfrastructure​(CreateExadataInfrastructureRequest request)
        Creates an Exadata infrastructure resource.

        Applies to Exadata Cloud@Customer instances only. To create an Exadata Cloud Service infrastructure resource, use the createCloudExadataInfrastructure operation.

        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/database/CreateExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExadataInfrastructure API.

      • createExadbVmCluster

        CreateExadbVmClusterResponse createExadbVmCluster​(CreateExadbVmClusterRequest request)
        Creates an Exadata VM cluster on Exascale 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 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/database/CreateExadbVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExadbVmCluster API.

      • createExascaleDbStorageVault

        CreateExascaleDbStorageVaultResponse createExascaleDbStorageVault​(CreateExascaleDbStorageVaultRequest request)
        Creates an Exadata Database Storage Vault
        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/database/CreateExascaleDbStorageVaultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExascaleDbStorageVault API.

      • createExecutionAction

        CreateExecutionActionResponse createExecutionAction​(CreateExecutionActionRequest request)
        Creates an execution action 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 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/database/CreateExecutionActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExecutionAction API.

      • createExecutionWindow

        CreateExecutionWindowResponse createExecutionWindow​(CreateExecutionWindowRequest request)
        Creates an execution window 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 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/database/CreateExecutionWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExecutionWindow API.

      • createExternalBackupJob

        CreateExternalBackupJobResponse createExternalBackupJob​(CreateExternalBackupJobRequest request)
        Creates a new backup resource and returns the information the caller needs to back up an on-premises Oracle Database to Oracle Cloud Infrastructure.

        *Note:** This API is used by an Oracle Cloud Infrastructure Python script that is packaged with the Oracle Cloud Infrastructure CLI. Oracle recommends that you use the script instead using the API directly. See [Migrating an On-Premises Database to Oracle Cloud Infrastructure by Creating a Backup in the Cloud](https://docs.oracle.com/iaas/Content/Database/Tasks/mig-onprembackup.htm) for more 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 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/database/CreateExternalBackupJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalBackupJob API.

      • createExternalContainerDatabase

        CreateExternalContainerDatabaseResponse createExternalContainerDatabase​(CreateExternalContainerDatabaseRequest request)
        Creates a new external container database 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 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/database/CreateExternalContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalContainerDatabase API.

      • createExternalDatabaseConnector

        CreateExternalDatabaseConnectorResponse createExternalDatabaseConnector​(CreateExternalDatabaseConnectorRequest request)
        Creates a new external 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/database/CreateExternalDatabaseConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalDatabaseConnector API.

      • createExternalNonContainerDatabase

        CreateExternalNonContainerDatabaseResponse createExternalNonContainerDatabase​(CreateExternalNonContainerDatabaseRequest request)
        Creates a new ExternalNonContainerDatabase 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 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/database/CreateExternalNonContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalNonContainerDatabase API.

      • createExternalPluggableDatabase

        CreateExternalPluggableDatabaseResponse createExternalPluggableDatabase​(CreateExternalPluggableDatabaseRequest request)
        Registers a new createExternalPluggableDatabaseDetails 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 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/database/CreateExternalPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalPluggableDatabase API.

      • createKeyStore

        CreateKeyStoreResponse createKeyStore​(CreateKeyStoreRequest request)
        Creates a Key Store.
        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/database/CreateKeyStoreExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateKeyStore API.

      • createMaintenanceRun

        CreateMaintenanceRunResponse createMaintenanceRun​(CreateMaintenanceRunRequest request)
        Creates a maintenance run with one of the following: 1.

        The latest available release update patch (RUP) for the Autonomous Container Database. 2. The latest available RUP and DST time-zone (TZ) file updates for the Autonomous Container Database. 3. The DST TZ file updates for the Autonomous 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 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/database/CreateMaintenanceRunExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMaintenanceRun API.

      • createOneoffPatch

        CreateOneoffPatchResponse createOneoffPatch​(CreateOneoffPatchRequest request)
        Creates one-off patch for specified database version to download.
        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/database/CreateOneoffPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOneoffPatch API.

      • createPluggableDatabase

        CreatePluggableDatabaseResponse createPluggableDatabase​(CreatePluggableDatabaseRequest request)
        Creates and starts a pluggable database in the specified container database.

        Pluggable Database can be created using different operations (e.g. LocalClone, RemoteClone, Relocate ) with this API. Use the startPluggableDatabase and stopPluggableDatabase APIs to start and stop the 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 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/database/CreatePluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreatePluggableDatabase API.

      • createScheduledAction

        CreateScheduledActionResponse createScheduledAction​(CreateScheduledActionRequest request)
        Creates a Scheduled Action 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 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/database/CreateScheduledActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateScheduledAction API.

      • createSchedulingPlan

        CreateSchedulingPlanResponse createSchedulingPlan​(CreateSchedulingPlanRequest request)
        Creates a Scheduling Plan 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 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/database/CreateSchedulingPlanExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSchedulingPlan API.

      • createSchedulingPolicy

        CreateSchedulingPolicyResponse createSchedulingPolicy​(CreateSchedulingPolicyRequest request)
        Creates a Scheduling Policy 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 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/database/CreateSchedulingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSchedulingPolicy API.

      • createSchedulingWindow

        CreateSchedulingWindowResponse createSchedulingWindow​(CreateSchedulingWindowRequest request)
        Creates a Scheduling Window 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 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/database/CreateSchedulingWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSchedulingWindow API.

      • createVmCluster

        CreateVmClusterResponse createVmCluster​(CreateVmClusterRequest request)
        Creates an Exadata Cloud@Customer VM 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 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/database/CreateVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateVmCluster API.

      • createVmClusterNetwork

        CreateVmClusterNetworkResponse createVmClusterNetwork​(CreateVmClusterNetworkRequest request)
        Creates the VM cluster network.

        Applies to Exadata Cloud@Customer instances only. To create a cloud VM cluster in an Exadata Cloud Service instance, use the createCloudVmCluster operation.

        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/database/CreateVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateVmClusterNetwork API.

      • dbNodeAction

        DbNodeActionResponse dbNodeAction​(DbNodeActionRequest request)
        Performs one of the following power actions on the specified DB node: - start - power on - stop - power off - softreset - ACPI shutdown and power on - reset - power off and power on

        *Note:** Stopping a node affects billing differently, depending on the type of DB system: *Bare metal and Exadata systems* - The _stop_ state has no effect on the resources you consume. Billing continues for DB nodes that you stop, and related resources continue to apply against any relevant quotas. You must terminate the DB system (terminateDbSystem) to remove its resources from billing and quotas. *Virtual machine DB systems* - Stopping a node stops billing for all OCPUs associated with that node, and billing resumes when you restart the node.

        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/database/DbNodeActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DbNodeAction API.

      • deleteApplicationVip

        DeleteApplicationVipResponse deleteApplicationVip​(DeleteApplicationVipRequest request)
        Deletes and deregisters the specified application virtual IP (VIP) address.
        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/database/DeleteApplicationVipExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApplicationVip API.

      • deleteAutonomousDatabase

        DeleteAutonomousDatabaseResponse deleteAutonomousDatabase​(DeleteAutonomousDatabaseRequest request)
        Deletes 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 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/database/DeleteAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAutonomousDatabase API.

      • deleteAutonomousDatabaseBackup

        DeleteAutonomousDatabaseBackupResponse deleteAutonomousDatabaseBackup​(DeleteAutonomousDatabaseBackupRequest request)
        Deletes a long-term backup.

        You cannot delete other backups using 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/database/DeleteAutonomousDatabaseBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAutonomousDatabaseBackup API.

      • deleteAutonomousDatabaseSoftwareImage

        DeleteAutonomousDatabaseSoftwareImageResponse deleteAutonomousDatabaseSoftwareImage​(DeleteAutonomousDatabaseSoftwareImageRequest request)
        Delete an Autonomous Database Software Image
        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/database/DeleteAutonomousDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAutonomousDatabaseSoftwareImage API.

      • deleteAutonomousVmCluster

        DeleteAutonomousVmClusterResponse deleteAutonomousVmCluster​(DeleteAutonomousVmClusterRequest request)
        Deletes the specified Autonomous VM cluster in an Exadata Cloud@Customer system.

        To delete an Autonomous VM Cluster in the Oracle cloud, see deleteCloudAutonomousVmCluster.

        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/database/DeleteAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAutonomousVmCluster API.

      • deleteBackup

        DeleteBackupResponse deleteBackup​(DeleteBackupRequest request)
        Deletes a full backup.

        You cannot delete automatic backups using 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/database/DeleteBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteBackup API.

      • deleteBackupDestination

        DeleteBackupDestinationResponse deleteBackupDestination​(DeleteBackupDestinationRequest request)
        Deletes a backup destination in an Exadata Cloud@Customer 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 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/database/DeleteBackupDestinationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteBackupDestination API.

      • deleteCloudAutonomousVmCluster

        DeleteCloudAutonomousVmClusterResponse deleteCloudAutonomousVmCluster​(DeleteCloudAutonomousVmClusterRequest request)
        Deletes the specified Autonomous Exadata VM cluster in the Oracle cloud.

        For Exadata Cloud@Customer systems, see deleteAutonomousVmCluster.

        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/database/DeleteCloudAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCloudAutonomousVmCluster API.

      • deleteCloudExadataInfrastructure

        DeleteCloudExadataInfrastructureResponse deleteCloudExadataInfrastructure​(DeleteCloudExadataInfrastructureRequest request)
        Deletes the cloud Exadata infrastructure resource.

        Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.

        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/database/DeleteCloudExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCloudExadataInfrastructure API.

      • deleteCloudVmCluster

        DeleteCloudVmClusterResponse deleteCloudVmCluster​(DeleteCloudVmClusterRequest request)
        Deletes the specified cloud VM cluster.

        Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.

        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/database/DeleteCloudVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCloudVmCluster API.

      • deleteConsoleConnection

        DeleteConsoleConnectionResponse deleteConsoleConnection​(DeleteConsoleConnectionRequest request)
        Deletes the specified database node console connection.
        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/database/DeleteConsoleConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteConsoleConnection API.

      • deleteConsoleHistory

        DeleteConsoleHistoryResponse deleteConsoleHistory​(DeleteConsoleHistoryRequest request)
        Deletes the specified database node console history.
        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/database/DeleteConsoleHistoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteConsoleHistory API.

      • deleteDatabase

        DeleteDatabaseResponse deleteDatabase​(DeleteDatabaseRequest request)
        Deletes the specified database.

        Applies only to Exadata systems.

        The data in this database is local to the Exadata system and will be lost when the database is deleted. Oracle recommends that you back up any data in the Exadata system prior to deleting it. You can use the `performFinalBackup` parameter to have the Exadata system database backed up before it is 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/database/DeleteDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDatabase API.

      • deleteDatabaseSoftwareImage

        DeleteDatabaseSoftwareImageResponse deleteDatabaseSoftwareImage​(DeleteDatabaseSoftwareImageRequest request)
        Delete a database software image
        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/database/DeleteDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDatabaseSoftwareImage API.

      • deleteDbHome

        DeleteDbHomeResponse deleteDbHome​(DeleteDbHomeRequest request)
        Deletes a Database Home.

        Applies to bare metal DB systems, Exadata Cloud Service, and Exadata Cloud@Customer systems.

        Oracle recommends that you use the `performFinalBackup` parameter to back up any data on a bare metal DB system before you delete a Database Home. On an Exadata Cloud@Customer system or an Exadata Cloud Service system, you can delete a Database Home only when there are no databases in it and therefore you cannot use the `performFinalBackup` parameter to back up data.

        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/database/DeleteDbHomeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDbHome API.

      • deleteExadataInfrastructure

        DeleteExadataInfrastructureResponse deleteExadataInfrastructure​(DeleteExadataInfrastructureRequest request)
        Deletes the Exadata Cloud@Customer 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 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/database/DeleteExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExadataInfrastructure API.

      • deleteExadbVmCluster

        DeleteExadbVmClusterResponse deleteExadbVmCluster​(DeleteExadbVmClusterRequest request)
        Deletes the specified Exadata VM cluster on Exascale Infrastructure.

        Applies to Exadata Database Service on Exascale Infrastructure only.

        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/database/DeleteExadbVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExadbVmCluster API.

      • deleteExascaleDbStorageVault

        DeleteExascaleDbStorageVaultResponse deleteExascaleDbStorageVault​(DeleteExascaleDbStorageVaultRequest request)
        Deletes the specified Exadata Database Storage Vault.
        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/database/DeleteExascaleDbStorageVaultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExascaleDbStorageVault API.

      • deleteExecutionAction

        DeleteExecutionActionResponse deleteExecutionAction​(DeleteExecutionActionRequest request)
        Deletes the execution action.
        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/database/DeleteExecutionActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExecutionAction API.

      • deleteExecutionWindow

        DeleteExecutionWindowResponse deleteExecutionWindow​(DeleteExecutionWindowRequest request)
        Deletes the execution window.
        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/database/DeleteExecutionWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExecutionWindow API.

      • deleteExternalContainerDatabase

        DeleteExternalContainerDatabaseResponse deleteExternalContainerDatabase​(DeleteExternalContainerDatabaseRequest request)
        Deletes the createExternalContainerDatabaseDetails resource.

        Any external pluggable databases registered under this container database must be deleted in your Oracle Cloud Infrastructure tenancy prior to this operation.

        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/database/DeleteExternalContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalContainerDatabase API.

      • deleteExternalDatabaseConnector

        DeleteExternalDatabaseConnectorResponse deleteExternalDatabaseConnector​(DeleteExternalDatabaseConnectorRequest request)
        Deletes an external database connector.

        Any services enabled using the external database connector must be deleted prior to this operation.

        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/database/DeleteExternalDatabaseConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalDatabaseConnector API.

      • deleteExternalNonContainerDatabase

        DeleteExternalNonContainerDatabaseResponse deleteExternalNonContainerDatabase​(DeleteExternalNonContainerDatabaseRequest request)
        Deletes the Oracle Cloud Infrastructure resource representing an 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 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/database/DeleteExternalNonContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalNonContainerDatabase API.

      • deleteExternalPluggableDatabase

        DeleteExternalPluggableDatabaseResponse deleteExternalPluggableDatabase​(DeleteExternalPluggableDatabaseRequest request)
        Deletes the createExternalPluggableDatabaseDetails.

        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 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/database/DeleteExternalPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalPluggableDatabase API.

      • deleteKeyStore

        DeleteKeyStoreResponse deleteKeyStore​(DeleteKeyStoreRequest request)
        Deletes a key store.
        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/database/DeleteKeyStoreExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteKeyStore API.

      • deleteOneoffPatch

        DeleteOneoffPatchResponse deleteOneoffPatch​(DeleteOneoffPatchRequest request)
        Deletes a one-off patch.
        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/database/DeleteOneoffPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOneoffPatch API.

      • deletePluggableDatabase

        DeletePluggableDatabaseResponse deletePluggableDatabase​(DeletePluggableDatabaseRequest request)
        Deletes the specified 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 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/database/DeletePluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeletePluggableDatabase API.

      • deleteScheduledAction

        DeleteScheduledActionResponse deleteScheduledAction​(DeleteScheduledActionRequest request)
        Deletes the scheduled action.
        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/database/DeleteScheduledActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteScheduledAction API.

      • deleteSchedulingPlan

        DeleteSchedulingPlanResponse deleteSchedulingPlan​(DeleteSchedulingPlanRequest request)
        Deletes the scheduling plan.
        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/database/DeleteSchedulingPlanExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSchedulingPlan API.

      • deleteSchedulingPolicy

        DeleteSchedulingPolicyResponse deleteSchedulingPolicy​(DeleteSchedulingPolicyRequest request)
        Deletes the scheduling policy.
        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/database/DeleteSchedulingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSchedulingPolicy API.

      • deleteSchedulingWindow

        DeleteSchedulingWindowResponse deleteSchedulingWindow​(DeleteSchedulingWindowRequest request)
        Deletes the scheduling window.
        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/database/DeleteSchedulingWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSchedulingWindow API.

      • deleteVmCluster

        DeleteVmClusterResponse deleteVmCluster​(DeleteVmClusterRequest request)
        Deletes the specified VM cluster.

        Applies to Exadata Cloud@Customer instances only.

        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/database/DeleteVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteVmCluster API.

      • deleteVmClusterNetwork

        DeleteVmClusterNetworkResponse deleteVmClusterNetwork​(DeleteVmClusterNetworkRequest request)
        Deletes the specified VM cluster network.

        Applies to Exadata Cloud@Customer instances only. To delete a cloud VM cluster in an Exadata Cloud Service instance, use the deleteCloudVmCluster operation.

        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/database/DeleteVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteVmClusterNetwork API.

      • deregisterAutonomousDatabaseDataSafe

        DeregisterAutonomousDatabaseDataSafeResponse deregisterAutonomousDatabaseDataSafe​(DeregisterAutonomousDatabaseDataSafeRequest request)
        Asynchronously deregisters this Autonomous Database with Data Safe.
        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/database/DeregisterAutonomousDatabaseDataSafeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeregisterAutonomousDatabaseDataSafe API.

      • disableAutonomousDatabaseManagement

        DisableAutonomousDatabaseManagementResponse disableAutonomousDatabaseManagement​(DisableAutonomousDatabaseManagementRequest request)
        Disables Database Management for the Autonomous Database 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 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/database/DisableAutonomousDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableAutonomousDatabaseManagement API.

      • disableAutonomousDatabaseOperationsInsights

        DisableAutonomousDatabaseOperationsInsightsResponse disableAutonomousDatabaseOperationsInsights​(DisableAutonomousDatabaseOperationsInsightsRequest request)
        Disables Operations Insights for the Autonomous Database 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 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/database/DisableAutonomousDatabaseOperationsInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableAutonomousDatabaseOperationsInsights API.

      • disableDatabaseManagement

        DisableDatabaseManagementResponse disableDatabaseManagement​(DisableDatabaseManagementRequest request)
        Disables the Database Management service for the 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/database/DisableDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableDatabaseManagement API.

      • disableExternalContainerDatabaseDatabaseManagement

        DisableExternalContainerDatabaseDatabaseManagementResponse disableExternalContainerDatabaseDatabaseManagement​(DisableExternalContainerDatabaseDatabaseManagementRequest request)
        Disable Database Management service for the 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 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/database/DisableExternalContainerDatabaseDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalContainerDatabaseDatabaseManagement API.

      • disableExternalContainerDatabaseStackMonitoring

        DisableExternalContainerDatabaseStackMonitoringResponse disableExternalContainerDatabaseStackMonitoring​(DisableExternalContainerDatabaseStackMonitoringRequest request)
        Disable Stack Monitoring for the 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 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/database/DisableExternalContainerDatabaseStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalContainerDatabaseStackMonitoring API.

      • disableExternalNonContainerDatabaseDatabaseManagement

        DisableExternalNonContainerDatabaseDatabaseManagementResponse disableExternalNonContainerDatabaseDatabaseManagement​(DisableExternalNonContainerDatabaseDatabaseManagementRequest request)
        Disable Database Management Service for the external non-container database.

        For more information about the Database Management Service, see Database Management Service.

        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/database/DisableExternalNonContainerDatabaseDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalNonContainerDatabaseDatabaseManagement API.

      • disableExternalNonContainerDatabaseOperationsInsights

        DisableExternalNonContainerDatabaseOperationsInsightsResponse disableExternalNonContainerDatabaseOperationsInsights​(DisableExternalNonContainerDatabaseOperationsInsightsRequest request)
        Disable Operations Insights for the 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 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/database/DisableExternalNonContainerDatabaseOperationsInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalNonContainerDatabaseOperationsInsights API.

      • disableExternalNonContainerDatabaseStackMonitoring

        DisableExternalNonContainerDatabaseStackMonitoringResponse disableExternalNonContainerDatabaseStackMonitoring​(DisableExternalNonContainerDatabaseStackMonitoringRequest request)
        Disable Stack Monitoring for the 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 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/database/DisableExternalNonContainerDatabaseStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalNonContainerDatabaseStackMonitoring API.

      • disableExternalPluggableDatabaseDatabaseManagement

        DisableExternalPluggableDatabaseDatabaseManagementResponse disableExternalPluggableDatabaseDatabaseManagement​(DisableExternalPluggableDatabaseDatabaseManagementRequest request)
        Disable Database Management Service for the external pluggable database.

        For more information about the Database Management Service, see Database Management Service.

        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/database/DisableExternalPluggableDatabaseDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalPluggableDatabaseDatabaseManagement API.

      • disableExternalPluggableDatabaseOperationsInsights

        DisableExternalPluggableDatabaseOperationsInsightsResponse disableExternalPluggableDatabaseOperationsInsights​(DisableExternalPluggableDatabaseOperationsInsightsRequest request)
        Disable Operations Insights for the 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 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/database/DisableExternalPluggableDatabaseOperationsInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalPluggableDatabaseOperationsInsights API.

      • disableExternalPluggableDatabaseStackMonitoring

        DisableExternalPluggableDatabaseStackMonitoringResponse disableExternalPluggableDatabaseStackMonitoring​(DisableExternalPluggableDatabaseStackMonitoringRequest request)
        Disable Stack Monitoring for the 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 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/database/DisableExternalPluggableDatabaseStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalPluggableDatabaseStackMonitoring API.

      • disablePluggableDatabaseManagement

        DisablePluggableDatabaseManagementResponse disablePluggableDatabaseManagement​(DisablePluggableDatabaseManagementRequest request)
        Disables the Database Management service for the 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 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/database/DisablePluggableDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisablePluggableDatabaseManagement API.

      • downloadExadataInfrastructureConfigFile

        DownloadExadataInfrastructureConfigFileResponse downloadExadataInfrastructureConfigFile​(DownloadExadataInfrastructureConfigFileRequest request)
        Downloads the configuration file for the specified Exadata Cloud@Customer 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 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/database/DownloadExadataInfrastructureConfigFileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadExadataInfrastructureConfigFile API.

      • downloadOneoffPatch

        DownloadOneoffPatchResponse downloadOneoffPatch​(DownloadOneoffPatchRequest request)
        Download one-off patch.
        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/database/DownloadOneoffPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadOneoffPatch API.

      • downloadValidationReport

        DownloadValidationReportResponse downloadValidationReport​(DownloadValidationReportRequest request)
        Downloads the network validation report file for the specified VM cluster network.

        Applies to Exadata Cloud@Customer instances only.

        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/database/DownloadValidationReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadValidationReport API.

      • downloadVmClusterNetworkConfigFile

        DownloadVmClusterNetworkConfigFileResponse downloadVmClusterNetworkConfigFile​(DownloadVmClusterNetworkConfigFileRequest request)
        Downloads the configuration file for the specified VM cluster network.

        Applies to Exadata Cloud@Customer instances only.

        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/database/DownloadVmClusterNetworkConfigFileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadVmClusterNetworkConfigFile API.

      • editAutonomousContainerDatabaseDataguard

        EditAutonomousContainerDatabaseDataguardResponse editAutonomousContainerDatabaseDataguard​(EditAutonomousContainerDatabaseDataguardRequest request)
        Edit Autonomous Container Database Dataguard.

        For more information about changing Autonomous Container Databases Add Standby, see Update Autonomous Container Database Dataguard and Convert Snapshot Standby to Physical Standby.

        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/database/EditAutonomousContainerDatabaseDataguardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EditAutonomousContainerDatabaseDataguard API.

      • enableAutonomousDatabaseManagement

        EnableAutonomousDatabaseManagementResponse enableAutonomousDatabaseManagement​(EnableAutonomousDatabaseManagementRequest request)
        Enables Database Management for 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 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/database/EnableAutonomousDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableAutonomousDatabaseManagement API.

      • enableAutonomousDatabaseOperationsInsights

        EnableAutonomousDatabaseOperationsInsightsResponse enableAutonomousDatabaseOperationsInsights​(EnableAutonomousDatabaseOperationsInsightsRequest request)
        Enables the specified Autonomous Database with Operations Insights.
        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/database/EnableAutonomousDatabaseOperationsInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableAutonomousDatabaseOperationsInsights API.

      • enableDatabaseManagement

        EnableDatabaseManagementResponse enableDatabaseManagement​(EnableDatabaseManagementRequest request)
        Enables the Database Management service for an Oracle Database located in Oracle Cloud Infrastructure.

        This service allows the database to access tools including Metrics and Performance hub. Database Management is enabled at the container database (CDB) level.

        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/database/EnableDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableDatabaseManagement API.

      • enableExternalContainerDatabaseDatabaseManagement

        EnableExternalContainerDatabaseDatabaseManagementResponse enableExternalContainerDatabaseDatabaseManagement​(EnableExternalContainerDatabaseDatabaseManagementRequest request)
        Enables Database Management Service for the external container database.

        For more information about the Database Management Service, see Database Management Service.

        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/database/EnableExternalContainerDatabaseDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalContainerDatabaseDatabaseManagement API.

      • enableExternalContainerDatabaseStackMonitoring

        EnableExternalContainerDatabaseStackMonitoringResponse enableExternalContainerDatabaseStackMonitoring​(EnableExternalContainerDatabaseStackMonitoringRequest request)
        Enable Stack Monitoring for the 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 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/database/EnableExternalContainerDatabaseStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalContainerDatabaseStackMonitoring API.

      • enableExternalNonContainerDatabaseDatabaseManagement

        EnableExternalNonContainerDatabaseDatabaseManagementResponse enableExternalNonContainerDatabaseDatabaseManagement​(EnableExternalNonContainerDatabaseDatabaseManagementRequest request)
        Enable Database Management Service for the external non-container database.

        For more information about the Database Management Service, see Database Management Service.

        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/database/EnableExternalNonContainerDatabaseDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalNonContainerDatabaseDatabaseManagement API.

      • enableExternalNonContainerDatabaseOperationsInsights

        EnableExternalNonContainerDatabaseOperationsInsightsResponse enableExternalNonContainerDatabaseOperationsInsights​(EnableExternalNonContainerDatabaseOperationsInsightsRequest request)
        Enable Operations Insights for the 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 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/database/EnableExternalNonContainerDatabaseOperationsInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalNonContainerDatabaseOperationsInsights API.

      • enableExternalNonContainerDatabaseStackMonitoring

        EnableExternalNonContainerDatabaseStackMonitoringResponse enableExternalNonContainerDatabaseStackMonitoring​(EnableExternalNonContainerDatabaseStackMonitoringRequest request)
        Enable Stack Monitoring for the 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 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/database/EnableExternalNonContainerDatabaseStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalNonContainerDatabaseStackMonitoring API.

      • enableExternalPluggableDatabaseDatabaseManagement

        EnableExternalPluggableDatabaseDatabaseManagementResponse enableExternalPluggableDatabaseDatabaseManagement​(EnableExternalPluggableDatabaseDatabaseManagementRequest request)
        Enable Database Management Service for the external pluggable database.

        For more information about the Database Management Service, see Database Management Service.

        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/database/EnableExternalPluggableDatabaseDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalPluggableDatabaseDatabaseManagement API.

      • enableExternalPluggableDatabaseOperationsInsights

        EnableExternalPluggableDatabaseOperationsInsightsResponse enableExternalPluggableDatabaseOperationsInsights​(EnableExternalPluggableDatabaseOperationsInsightsRequest request)
        Enable Operations Insights for the 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 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/database/EnableExternalPluggableDatabaseOperationsInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalPluggableDatabaseOperationsInsights API.

      • enableExternalPluggableDatabaseStackMonitoring

        EnableExternalPluggableDatabaseStackMonitoringResponse enableExternalPluggableDatabaseStackMonitoring​(EnableExternalPluggableDatabaseStackMonitoringRequest request)
        Enable Stack Monitoring for the 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 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/database/EnableExternalPluggableDatabaseStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalPluggableDatabaseStackMonitoring API.

      • enablePluggableDatabaseManagement

        EnablePluggableDatabaseManagementResponse enablePluggableDatabaseManagement​(EnablePluggableDatabaseManagementRequest request)
        Enables the Database Management service for an Oracle Pluggable Database located in Oracle Cloud Infrastructure.

        This service allows the pluggable database to access tools including Metrics and Performance hub. Database Management is enabled at the pluggable database (PDB) level.

        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/database/EnablePluggableDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnablePluggableDatabaseManagement API.

      • failOverAutonomousDatabase

        FailOverAutonomousDatabaseResponse failOverAutonomousDatabase​(FailOverAutonomousDatabaseRequest request)
        Initiates a failover of the specified Autonomous Database to the associated peer database.

        Applicable only to databases with Disaster Recovery enabled. This API should be called in the remote region where the peer database resides. Below parameter is optional: - peerDbId Use this parameter to specify the database OCID of the Disaster Recovery peer, which is located in a different (remote) region from the current peer database. If this parameter is not provided, the failover will happen in the same region.

        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/database/FailOverAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use FailOverAutonomousDatabase API.

      • failoverAutonomousContainerDatabaseDataguard

        FailoverAutonomousContainerDatabaseDataguardResponse failoverAutonomousContainerDatabaseDataguard​(FailoverAutonomousContainerDatabaseDataguardRequest request)
        Failover Autonomous Container Database, identified by the autonomousContainerDatabaseId parameter, to an active standby Autonomous 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 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/database/FailoverAutonomousContainerDatabaseDataguardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use FailoverAutonomousContainerDatabaseDataguard API.

      • failoverAutonomousContainerDatabaseDataguardAssociation

        FailoverAutonomousContainerDatabaseDataguardAssociationResponse failoverAutonomousContainerDatabaseDataguardAssociation​(FailoverAutonomousContainerDatabaseDataguardAssociationRequest request)
        Fails over the standby Autonomous Container Database identified by the autonomousContainerDatabaseId parameter to the primary Autonomous Container Database after the existing primary Autonomous Container Database fails or becomes unreachable.

        A failover can result in data loss, depending on the protection mode in effect at the time the primary Autonomous Container Database fails.

        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/database/FailoverAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use FailoverAutonomousContainerDatabaseDataguardAssociation API.

      • failoverDataGuard

        FailoverDataGuardResponse failoverDataGuard​(FailoverDataGuardRequest request)
        Performs a failover to transition the standby database identified by the databaseId path parameter into the primary role after the existing primary database fails or becomes unreachable.

        A failover might result in data loss depending on the protection mode in effect at the time of the primary database failure.

        This operation should be performed on respective standby 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/database/FailoverDataGuardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use FailoverDataGuard API.

      • failoverDataGuardAssociation

        FailoverDataGuardAssociationResponse failoverDataGuardAssociation​(FailoverDataGuardAssociationRequest request)
        Performs a failover to transition the standby database identified by the databaseId parameter into the specified Data Guard association’s primary role after the existing primary database fails or becomes unreachable.

        A failover might result in data loss depending on the protection mode in effect at the time of the primary database failure.

        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/database/FailoverDataGuardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use FailoverDataGuardAssociation API.

      • generateAutonomousDatabaseWallet

        GenerateAutonomousDatabaseWalletResponse generateAutonomousDatabaseWallet​(GenerateAutonomousDatabaseWalletRequest request)
        Creates and downloads a wallet 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 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/database/GenerateAutonomousDatabaseWalletExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateAutonomousDatabaseWallet API.

      • generateRecommendedVmClusterNetwork

        GenerateRecommendedVmClusterNetworkResponse generateRecommendedVmClusterNetwork​(GenerateRecommendedVmClusterNetworkRequest request)
        Generates a recommended Cloud@Customer VM cluster network configuration.
        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/database/GenerateRecommendedVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateRecommendedVmClusterNetwork API.

      • getApplicationVip

        GetApplicationVipResponse getApplicationVip​(GetApplicationVipRequest request)
        Gets information about a specified application virtual IP (VIP) address.
        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/database/GetApplicationVipExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApplicationVip API.

      • getAutonomousContainerDatabase

        GetAutonomousContainerDatabaseResponse getAutonomousContainerDatabase​(GetAutonomousContainerDatabaseRequest request)
        Gets information about the specified Autonomous 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 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/database/GetAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousContainerDatabase API.

      • getAutonomousContainerDatabaseDataguardAssociation

        GetAutonomousContainerDatabaseDataguardAssociationResponse getAutonomousContainerDatabaseDataguardAssociation​(GetAutonomousContainerDatabaseDataguardAssociationRequest request)
        Gets an Autonomous Container Database enabled with Autonomous Data Guard associated with the specified Autonomous 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 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/database/GetAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousContainerDatabaseDataguardAssociation API.

      • getAutonomousContainerDatabaseResourceUsage

        GetAutonomousContainerDatabaseResourceUsageResponse getAutonomousContainerDatabaseResourceUsage​(GetAutonomousContainerDatabaseResourceUsageRequest request)
        Get resource usage details for the specified Autonomous 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 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/database/GetAutonomousContainerDatabaseResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousContainerDatabaseResourceUsage API.

      • getAutonomousDatabase

        GetAutonomousDatabaseResponse getAutonomousDatabase​(GetAutonomousDatabaseRequest request)
        Gets the details of 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 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/database/GetAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousDatabase API.

      • getAutonomousDatabaseBackup

        GetAutonomousDatabaseBackupResponse getAutonomousDatabaseBackup​(GetAutonomousDatabaseBackupRequest request)
        Gets information about the specified Autonomous Database backup.
        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/database/GetAutonomousDatabaseBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousDatabaseBackup API.

      • getAutonomousDatabaseDataguardAssociation

        GetAutonomousDatabaseDataguardAssociationResponse getAutonomousDatabaseDataguardAssociation​(GetAutonomousDatabaseDataguardAssociationRequest request)
        Gets an Autonomous Data Guard-enabled database associated with 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 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/database/GetAutonomousDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousDatabaseDataguardAssociation API.

      • getAutonomousDatabaseRegionalWallet

        GetAutonomousDatabaseRegionalWalletResponse getAutonomousDatabaseRegionalWallet​(GetAutonomousDatabaseRegionalWalletRequest request)
        Gets the Autonomous Database regional wallet details.
        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/database/GetAutonomousDatabaseRegionalWalletExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousDatabaseRegionalWallet API.

      • getAutonomousDatabaseSoftwareImage

        GetAutonomousDatabaseSoftwareImageResponse getAutonomousDatabaseSoftwareImage​(GetAutonomousDatabaseSoftwareImageRequest request)
        Gets information about the specified Autonomous Database Software Image.
        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/database/GetAutonomousDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousDatabaseSoftwareImage API.

      • getAutonomousDatabaseWallet

        GetAutonomousDatabaseWalletResponse getAutonomousDatabaseWallet​(GetAutonomousDatabaseWalletRequest request)
        Gets the wallet details 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 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/database/GetAutonomousDatabaseWalletExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousDatabaseWallet API.

      • getAutonomousExadataInfrastructure

        GetAutonomousExadataInfrastructureResponse getAutonomousExadataInfrastructure​(GetAutonomousExadataInfrastructureRequest request)
        Deprecated. Use the getCloudExadataInfrastructure operation to get details of an Exadata Infrastructure resource and the getCloudAutonomousVmCluster operation to get details of an Autonomous Exadata VM 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 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/database/GetAutonomousExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousExadataInfrastructure API.

      • getAutonomousPatch

        GetAutonomousPatchResponse getAutonomousPatch​(GetAutonomousPatchRequest request)
        Gets information about a specific autonomous patch.
        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/database/GetAutonomousPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousPatch API.

      • getAutonomousVirtualMachine

        GetAutonomousVirtualMachineResponse getAutonomousVirtualMachine​(GetAutonomousVirtualMachineRequest request)
        Gets the details of specific Autonomous Virtual Machine.
        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/database/GetAutonomousVirtualMachineExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousVirtualMachine API.

      • getAutonomousVmCluster

        GetAutonomousVmClusterResponse getAutonomousVmCluster​(GetAutonomousVmClusterRequest request)
        Gets information about the specified Autonomous VM cluster for an Exadata Cloud@Customer system.

        To get information about an Autonomous VM Cluster in the Oracle cloud, see getCloudAutonomousVmCluster.

        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/database/GetAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousVmCluster API.

      • getAutonomousVmClusterResourceUsage

        GetAutonomousVmClusterResourceUsageResponse getAutonomousVmClusterResourceUsage​(GetAutonomousVmClusterResourceUsageRequest request)
        Get the resource usage details for the specified Autonomous Exadata VM 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 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/database/GetAutonomousVmClusterResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousVmClusterResourceUsage API.

      • getBackup

        GetBackupResponse getBackup​(GetBackupRequest request)
        Gets information about the specified backup.
        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/database/GetBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetBackup API.

      • getBackupDestination

        GetBackupDestinationResponse getBackupDestination​(GetBackupDestinationRequest request)
        Gets information about the specified backup destination in an Exadata Cloud@Customer 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 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/database/GetBackupDestinationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetBackupDestination API.

      • getCloudAutonomousVmCluster

        GetCloudAutonomousVmClusterResponse getCloudAutonomousVmCluster​(GetCloudAutonomousVmClusterRequest request)
        Gets information about the specified Autonomous Exadata VM cluster in the Oracle cloud.

        For Exadata Cloud@Custustomer systems, see getAutonomousVmCluster.

        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/database/GetCloudAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudAutonomousVmCluster API.

      • getCloudAutonomousVmClusterResourceUsage

        GetCloudAutonomousVmClusterResourceUsageResponse getCloudAutonomousVmClusterResourceUsage​(GetCloudAutonomousVmClusterResourceUsageRequest request)
        Get the resource usage details for the specified Cloud Autonomous Exadata VM 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 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/database/GetCloudAutonomousVmClusterResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudAutonomousVmClusterResourceUsage API.

      • getCloudExadataInfrastructure

        GetCloudExadataInfrastructureResponse getCloudExadataInfrastructure​(GetCloudExadataInfrastructureRequest request)
        Gets information about the specified cloud Exadata infrastructure resource.

        Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.

        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/database/GetCloudExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudExadataInfrastructure API.

      • getCloudExadataInfrastructureUnallocatedResources

        GetCloudExadataInfrastructureUnallocatedResourcesResponse getCloudExadataInfrastructureUnallocatedResources​(GetCloudExadataInfrastructureUnallocatedResourcesRequest request)
        Gets unallocated resources information for the specified Cloud 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 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/database/GetCloudExadataInfrastructureUnallocatedResourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudExadataInfrastructureUnallocatedResources API.

      • getCloudVmCluster

        GetCloudVmClusterResponse getCloudVmCluster​(GetCloudVmClusterRequest request)
        Gets information about the specified cloud VM cluster.

        Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.

        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/database/GetCloudVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudVmCluster API.

      • getCloudVmClusterIormConfig

        GetCloudVmClusterIormConfigResponse getCloudVmClusterIormConfig​(GetCloudVmClusterIormConfigRequest request)
        Gets the IORM configuration for the specified cloud VM cluster in an Exadata Cloud Service instance.

        If you have not specified an IORM configuration, the default configuration is 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/database/GetCloudVmClusterIormConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudVmClusterIormConfig API.

      • getCloudVmClusterUpdate

        GetCloudVmClusterUpdateResponse getCloudVmClusterUpdate​(GetCloudVmClusterUpdateRequest request)
        Gets information about a specified maintenance update package for a cloud VM cluster.

        Applies to Exadata Cloud Service instances only.

        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/database/GetCloudVmClusterUpdateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudVmClusterUpdate API.

      • getCloudVmClusterUpdateHistoryEntry

        GetCloudVmClusterUpdateHistoryEntryResponse getCloudVmClusterUpdateHistoryEntry​(GetCloudVmClusterUpdateHistoryEntryRequest request)
        Gets the maintenance update history details for the specified update history entry.

        Applies to Exadata Cloud Service instances only.

        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/database/GetCloudVmClusterUpdateHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudVmClusterUpdateHistoryEntry API.

      • getConsoleConnection

        GetConsoleConnectionResponse getConsoleConnection​(GetConsoleConnectionRequest request)
        Gets the specified database node console connection’s 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 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/database/GetConsoleConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetConsoleConnection API.

      • getConsoleHistory

        GetConsoleHistoryResponse getConsoleHistory​(GetConsoleHistoryRequest request)
        Gets information about the specified database node console history.
        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/database/GetConsoleHistoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetConsoleHistory API.

      • getConsoleHistoryContent

        GetConsoleHistoryContentResponse getConsoleHistoryContent​(GetConsoleHistoryContentRequest request)
        Retrieves the specified database node console history contents upto a megabyte.
        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/database/GetConsoleHistoryContentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetConsoleHistoryContent API.

      • getDataGuardAssociation

        GetDataGuardAssociationResponse getDataGuardAssociation​(GetDataGuardAssociationRequest request)
        Gets the specified Data Guard association’s configuration 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 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/database/GetDataGuardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDataGuardAssociation API.

      • getDatabase

        GetDatabaseResponse getDatabase​(GetDatabaseRequest request)
        Gets information about the specified 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/database/GetDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabase API.

      • getDatabaseSoftwareImage

        GetDatabaseSoftwareImageResponse getDatabaseSoftwareImage​(GetDatabaseSoftwareImageRequest request)
        Gets information about the specified database software image.
        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/database/GetDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseSoftwareImage API.

      • getDatabaseUpgradeHistoryEntry

        GetDatabaseUpgradeHistoryEntryResponse getDatabaseUpgradeHistoryEntry​(GetDatabaseUpgradeHistoryEntryRequest request)
        gets the upgrade history for a specified 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/database/GetDatabaseUpgradeHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseUpgradeHistoryEntry API.

      • getDbHome

        GetDbHomeResponse getDbHome​(GetDbHomeRequest request)
        Gets information about the specified Database Home.
        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/database/GetDbHomeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbHome API.

      • getDbHomePatch

        GetDbHomePatchResponse getDbHomePatch​(GetDbHomePatchRequest request)
        Gets information about a specified patch package.
        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/database/GetDbHomePatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbHomePatch API.

      • getDbHomePatchHistoryEntry

        GetDbHomePatchHistoryEntryResponse getDbHomePatchHistoryEntry​(GetDbHomePatchHistoryEntryRequest request)
        Gets the patch history details for the specified patchHistoryEntryId
        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/database/GetDbHomePatchHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbHomePatchHistoryEntry API.

      • getDbNode

        GetDbNodeResponse getDbNode​(GetDbNodeRequest request)
        Gets information about the specified database node.
        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/database/GetDbNodeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbNode API.

      • getDbServer

        GetDbServerResponse getDbServer​(GetDbServerRequest request)
        Gets information about the Exadata Db 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 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/database/GetDbServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbServer API.

      • getDbSystem

        GetDbSystemResponse getDbSystem​(GetDbSystemRequest request)
        Gets information about the specified DB system.

        *Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead.

        For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model.

        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/database/GetDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbSystem API.

      • getDbSystemPatch

        GetDbSystemPatchResponse getDbSystemPatch​(GetDbSystemPatchRequest request)
        Gets information the specified patch.
        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/database/GetDbSystemPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbSystemPatch API.

      • getDbSystemPatchHistoryEntry

        GetDbSystemPatchHistoryEntryResponse getDbSystemPatchHistoryEntry​(GetDbSystemPatchHistoryEntryRequest request)
        Gets the details of the specified patch operation on 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 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/database/GetDbSystemPatchHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbSystemPatchHistoryEntry API.

      • getDbSystemUpgradeHistoryEntry

        GetDbSystemUpgradeHistoryEntryResponse getDbSystemUpgradeHistoryEntry​(GetDbSystemUpgradeHistoryEntryRequest request)
        Gets the details of the specified operating system upgrade operation for 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 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/database/GetDbSystemUpgradeHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbSystemUpgradeHistoryEntry API.

      • getExadataInfrastructure

        GetExadataInfrastructureResponse getExadataInfrastructure​(GetExadataInfrastructureRequest request)
        Gets information about the specified Exadata infrastructure.

        Applies to Exadata Cloud@Customer instances only. To get information on an Exadata Cloud Service infrastructure resource, use the getCloudExadataInfrastructure operation.

        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/database/GetExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadataInfrastructure API.

      • getExadataInfrastructureOcpus

        GetExadataInfrastructureOcpusResponse getExadataInfrastructureOcpus​(GetExadataInfrastructureOcpusRequest request)
        Gets details of the available and consumed OCPUs for the specified Autonomous Exadata Infrastructure 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 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/database/GetExadataInfrastructureOcpusExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadataInfrastructureOcpus API.

      • getExadataInfrastructureUnAllocatedResources

        GetExadataInfrastructureUnAllocatedResourcesResponse getExadataInfrastructureUnAllocatedResources​(GetExadataInfrastructureUnAllocatedResourcesRequest request)
        Gets un allocated resources information for the specified Exadata infrastructure.

        Applies to Exadata Cloud@Customer instances only.

        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/database/GetExadataInfrastructureUnAllocatedResourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadataInfrastructureUnAllocatedResources API.

      • getExadataIormConfig

        GetExadataIormConfigResponse getExadataIormConfig​(GetExadataIormConfigRequest request)
        Gets the IORM configuration settings for the specified cloud Exadata DB system.

        All Exadata service instances have default IORM settings.

        *Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead.

        For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model.

        The getCloudVmClusterIormConfig API is used for this operation with Exadata systems using the new resource model.

        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/database/GetExadataIormConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadataIormConfig API.

      • getExadbVmCluster

        GetExadbVmClusterResponse getExadbVmCluster​(GetExadbVmClusterRequest request)
        Gets information about the specified Exadata VM cluster on Exascale Infrastructure.

        Applies to Exadata Database Service on Exascale Infrastructure only.

        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/database/GetExadbVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadbVmCluster API.

      • getExadbVmClusterUpdate

        GetExadbVmClusterUpdateResponse getExadbVmClusterUpdate​(GetExadbVmClusterUpdateRequest request)
        Gets information about a specified maintenance update package for a Exadata VM cluster on Exascale 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 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/database/GetExadbVmClusterUpdateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadbVmClusterUpdate API.

      • getExadbVmClusterUpdateHistoryEntry

        GetExadbVmClusterUpdateHistoryEntryResponse getExadbVmClusterUpdateHistoryEntry​(GetExadbVmClusterUpdateHistoryEntryRequest request)
        Gets the maintenance update history details for the specified update history entry.
        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/database/GetExadbVmClusterUpdateHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadbVmClusterUpdateHistoryEntry API.

      • getExascaleDbStorageVault

        GetExascaleDbStorageVaultResponse getExascaleDbStorageVault​(GetExascaleDbStorageVaultRequest request)
        Gets information about the specified Exadata Database Storage Vaults 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 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/database/GetExascaleDbStorageVaultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExascaleDbStorageVault API.

      • getExecutionAction

        GetExecutionActionResponse getExecutionAction​(GetExecutionActionRequest request)
        Gets information about the specified execution action.
        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/database/GetExecutionActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExecutionAction API.

      • getExecutionWindow

        GetExecutionWindowResponse getExecutionWindow​(GetExecutionWindowRequest request)
        Gets information about the specified execution window.
        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/database/GetExecutionWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExecutionWindow API.

      • getExternalBackupJob

        GetExternalBackupJobResponse getExternalBackupJob​(GetExternalBackupJobRequest request)
        Gets information about the specified external backup job.

        *Note:** This API is used by an Oracle Cloud Infrastructure Python script that is packaged with the Oracle Cloud Infrastructure CLI. Oracle recommends that you use the script instead using the API directly. See [Migrating an On-Premises Database to Oracle Cloud Infrastructure by Creating a Backup in the Cloud](https://docs.oracle.com/iaas/Content/Database/Tasks/mig-onprembackup.htm) for more 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 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/database/GetExternalBackupJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalBackupJob API.

      • getExternalContainerDatabase

        GetExternalContainerDatabaseResponse getExternalContainerDatabase​(GetExternalContainerDatabaseRequest request)
        Gets information about 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 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/database/GetExternalContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalContainerDatabase API.

      • getExternalDatabaseConnector

        GetExternalDatabaseConnectorResponse getExternalDatabaseConnector​(GetExternalDatabaseConnectorRequest request)
        Gets information about the specified external 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/database/GetExternalDatabaseConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalDatabaseConnector API.

      • getExternalNonContainerDatabase

        GetExternalNonContainerDatabaseResponse getExternalNonContainerDatabase​(GetExternalNonContainerDatabaseRequest request)
        Gets information about a specific 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 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/database/GetExternalNonContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalNonContainerDatabase API.

      • getExternalPluggableDatabase

        GetExternalPluggableDatabaseResponse getExternalPluggableDatabase​(GetExternalPluggableDatabaseRequest request)
        Gets information about a specific createExternalPluggableDatabaseDetails 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 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/database/GetExternalPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalPluggableDatabase API.

      • getInfrastructureTargetVersions

        GetInfrastructureTargetVersionsResponse getInfrastructureTargetVersions​(GetInfrastructureTargetVersionsRequest request)
        Gets details of the Exadata Infrastructure target system software versions that can be applied to the specified infrastructure resource for maintenance updates.

        Applies to Exadata Cloud@Customer and Exadata Cloud instances only.

        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/database/GetInfrastructureTargetVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetInfrastructureTargetVersions API.

      • getKeyStore

        GetKeyStoreResponse getKeyStore​(GetKeyStoreRequest request)
        Gets information about the specified key store.
        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/database/GetKeyStoreExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetKeyStore API.

      • getMaintenanceRun

        GetMaintenanceRunResponse getMaintenanceRun​(GetMaintenanceRunRequest request)
        Gets information about the specified maintenance run.
        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/database/GetMaintenanceRunExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMaintenanceRun API.

      • getMaintenanceRunHistory

        GetMaintenanceRunHistoryResponse getMaintenanceRunHistory​(GetMaintenanceRunHistoryRequest request)
        Gets information about the specified maintenance run history.
        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/database/GetMaintenanceRunHistoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMaintenanceRunHistory API.

      • getOneoffPatch

        GetOneoffPatchResponse getOneoffPatch​(GetOneoffPatchRequest request)
        Gets information about the specified one-off patch.
        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/database/GetOneoffPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOneoffPatch API.

      • getPdbConversionHistoryEntry

        GetPdbConversionHistoryEntryResponse getPdbConversionHistoryEntry​(GetPdbConversionHistoryEntryRequest request)
        Gets the details of operations performed to convert the specified database from non-container (non-CDB) to pluggable (PDB).
        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/database/GetPdbConversionHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPdbConversionHistoryEntry API.

      • getPluggableDatabase

        GetPluggableDatabaseResponse getPluggableDatabase​(GetPluggableDatabaseRequest request)
        Gets information about the specified 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 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/database/GetPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPluggableDatabase API.

      • getScheduledAction

        GetScheduledActionResponse getScheduledAction​(GetScheduledActionRequest request)
        Gets information about the specified Scheduled Action.
        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/database/GetScheduledActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetScheduledAction API.

      • getSchedulingPlan

        GetSchedulingPlanResponse getSchedulingPlan​(GetSchedulingPlanRequest request)
        Gets information about the specified Scheduling Plan.
        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/database/GetSchedulingPlanExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSchedulingPlan API.

      • getSchedulingPolicy

        GetSchedulingPolicyResponse getSchedulingPolicy​(GetSchedulingPolicyRequest request)
        Gets information about the specified Scheduling Policy.
        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/database/GetSchedulingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSchedulingPolicy API.

      • getSchedulingWindow

        GetSchedulingWindowResponse getSchedulingWindow​(GetSchedulingWindowRequest request)
        Gets information about the specified Scheduling Window.
        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/database/GetSchedulingWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSchedulingWindow API.

      • getVmCluster

        GetVmClusterResponse getVmCluster​(GetVmClusterRequest request)
        Gets information about the VM cluster.

        Applies to Exadata Cloud@Customer instances only.

        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/database/GetVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVmCluster API.

      • getVmClusterNetwork

        GetVmClusterNetworkResponse getVmClusterNetwork​(GetVmClusterNetworkRequest request)
        Gets information about the specified VM cluster network.

        Applies to Exadata Cloud@Customer instances only. To get information about a cloud VM cluster in an Exadata Cloud Service instance, use the getCloudVmCluster operation.

        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/database/GetVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVmClusterNetwork API.

      • getVmClusterPatch

        GetVmClusterPatchResponse getVmClusterPatch​(GetVmClusterPatchRequest request)
        Gets information about a specified patch package.
        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/database/GetVmClusterPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVmClusterPatch API.

      • getVmClusterPatchHistoryEntry

        GetVmClusterPatchHistoryEntryResponse getVmClusterPatchHistoryEntry​(GetVmClusterPatchHistoryEntryRequest request)
        Gets the patch history details for the specified patch history entry.
        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/database/GetVmClusterPatchHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVmClusterPatchHistoryEntry API.

      • getVmClusterUpdate

        GetVmClusterUpdateResponse getVmClusterUpdate​(GetVmClusterUpdateRequest request)
        Gets information about a specified maintenance update package for a VM cluster.

        Applies to Exadata Cloud@Customer instances only.

        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/database/GetVmClusterUpdateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVmClusterUpdate API.

      • getVmClusterUpdateHistoryEntry

        GetVmClusterUpdateHistoryEntryResponse getVmClusterUpdateHistoryEntry​(GetVmClusterUpdateHistoryEntryRequest request)
        Gets the maintenance update history details for the specified update history entry.

        Applies to Exadata Cloud@Customer instances only.

        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/database/GetVmClusterUpdateHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVmClusterUpdateHistoryEntry API.

      • launchAutonomousExadataInfrastructure

        LaunchAutonomousExadataInfrastructureResponse launchAutonomousExadataInfrastructure​(LaunchAutonomousExadataInfrastructureRequest request)
        Deprecated To create a new Autonomous Database system on dedicated Exadata Infrastructure, use the createCloudExadataInfrastructure and createCloudAutonomousVmCluster operations instead.

        Note that to create an Autonomous VM cluster, you must have an existing Exadata Infrastructure resource to contain the VM 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 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/database/LaunchAutonomousExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use LaunchAutonomousExadataInfrastructure API.

      • launchDbSystem

        LaunchDbSystemResponse launchDbSystem​(LaunchDbSystemRequest request)
        Creates a new DB system in the specified compartment and availability domain.

        The Oracle Database edition that you specify applies to all the databases on that DB system. The selected edition cannot be changed.

        An initial database is created on the DB system based on the request parameters you provide and some default options. For detailed information about default options, see [Bare metal and virtual machine DB system default options.](https://docs.oracle.com/iaas/Content/Database/Tasks/creatingDBsystem.htm#Default)

        *Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead.

        For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model.

        Use the createCloudExadataInfrastructure and createCloudVmCluster APIs to provision a new Exadata Cloud Service 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/database/LaunchDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use LaunchDbSystem API.

      • listApplicationVips

        ListApplicationVipsResponse listApplicationVips​(ListApplicationVipsRequest request)
        Gets a list of application virtual IP (VIP) addresses on a cloud VM 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 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/database/ListApplicationVipsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApplicationVips API.

      • listAutonomousContainerDatabaseDataguardAssociations

        ListAutonomousContainerDatabaseDataguardAssociationsResponse listAutonomousContainerDatabaseDataguardAssociations​(ListAutonomousContainerDatabaseDataguardAssociationsRequest request)
        Gets a list of the Autonomous Container Databases with Autonomous Data Guard-enabled associated with the specified Autonomous 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 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/database/ListAutonomousContainerDatabaseDataguardAssociationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousContainerDatabaseDataguardAssociations API.

      • listAutonomousContainerDatabaseVersions

        ListAutonomousContainerDatabaseVersionsResponse listAutonomousContainerDatabaseVersions​(ListAutonomousContainerDatabaseVersionsRequest request)
        Gets a list of supported Autonomous Container Database versions.
        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/database/ListAutonomousContainerDatabaseVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousContainerDatabaseVersions API.

      • listAutonomousContainerDatabases

        ListAutonomousContainerDatabasesResponse listAutonomousContainerDatabases​(ListAutonomousContainerDatabasesRequest request)
        Gets a list of the Autonomous Container Databases 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 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/database/ListAutonomousContainerDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousContainerDatabases API.

      • listAutonomousDatabaseBackups

        ListAutonomousDatabaseBackupsResponse listAutonomousDatabaseBackups​(ListAutonomousDatabaseBackupsRequest request)
        Gets a list of Autonomous Database backups based on either the autonomousDatabaseId or compartmentId specified as a query parameter.
        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/database/ListAutonomousDatabaseBackupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabaseBackups API.

      • listAutonomousDatabaseCharacterSets

        ListAutonomousDatabaseCharacterSetsResponse listAutonomousDatabaseCharacterSets​(ListAutonomousDatabaseCharacterSetsRequest request)
        Gets a list of supported character sets.
        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/database/ListAutonomousDatabaseCharacterSetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabaseCharacterSets API.

      • listAutonomousDatabaseClones

        ListAutonomousDatabaseClonesResponse listAutonomousDatabaseClones​(ListAutonomousDatabaseClonesRequest request)
        Lists the Autonomous Database clones 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 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/database/ListAutonomousDatabaseClonesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabaseClones API.

      • listAutonomousDatabaseDataguardAssociations

        ListAutonomousDatabaseDataguardAssociationsResponse listAutonomousDatabaseDataguardAssociations​(ListAutonomousDatabaseDataguardAssociationsRequest request)
        Gets a list of the Autonomous Data Guard-enabled databases associated with 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 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/database/ListAutonomousDatabaseDataguardAssociationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabaseDataguardAssociations API.

      • listAutonomousDatabasePeers

        ListAutonomousDatabasePeersResponse listAutonomousDatabasePeers​(ListAutonomousDatabasePeersRequest request)
        Lists the Autonomous Database peers 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 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/database/ListAutonomousDatabasePeersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabasePeers API.

      • listAutonomousDatabaseRefreshableClones

        ListAutonomousDatabaseRefreshableClonesResponse listAutonomousDatabaseRefreshableClones​(ListAutonomousDatabaseRefreshableClonesRequest request)
        Lists the OCIDs of the Autonomous Database local and connected remote refreshable clones with the region where they exist for the specified source 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/database/ListAutonomousDatabaseRefreshableClonesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabaseRefreshableClones API.

      • listAutonomousDatabaseSoftwareImages

        ListAutonomousDatabaseSoftwareImagesResponse listAutonomousDatabaseSoftwareImages​(ListAutonomousDatabaseSoftwareImagesRequest request)
        Gets a list of the Autonomous Database Software Images 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 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/database/ListAutonomousDatabaseSoftwareImagesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabaseSoftwareImages API.

      • listAutonomousDatabases

        ListAutonomousDatabasesResponse listAutonomousDatabases​(ListAutonomousDatabasesRequest request)
        Gets a list of Autonomous Databases based on the query parameters specified.
        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/database/ListAutonomousDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabases API.

      • listAutonomousDbPreviewVersions

        ListAutonomousDbPreviewVersionsResponse listAutonomousDbPreviewVersions​(ListAutonomousDbPreviewVersionsRequest request)
        Gets a list of supported Autonomous Database versions.

        Note that preview version software is only available for Autonomous Database Serverless (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) 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/database/ListAutonomousDbPreviewVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDbPreviewVersions API.

      • listAutonomousDbVersions

        ListAutonomousDbVersionsResponse listAutonomousDbVersions​(ListAutonomousDbVersionsRequest request)
        Gets a list of supported Autonomous Database versions.
        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/database/ListAutonomousDbVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDbVersions API.

      • listAutonomousExadataInfrastructureShapes

        ListAutonomousExadataInfrastructureShapesResponse listAutonomousExadataInfrastructureShapes​(ListAutonomousExadataInfrastructureShapesRequest request)
        Deprecated.
        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/database/ListAutonomousExadataInfrastructureShapesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousExadataInfrastructureShapes API.

      • listAutonomousExadataInfrastructures

        ListAutonomousExadataInfrastructuresResponse listAutonomousExadataInfrastructures​(ListAutonomousExadataInfrastructuresRequest request)
        Deprecated. Use the listCloudExadataInfrastructures operation to list Exadata Infrastructures in the Oracle cloud and the listCloudAutonomousVmClusters operation to list Autonomous Exadata VM clusters.
        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/database/ListAutonomousExadataInfrastructuresExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousExadataInfrastructures API.

      • listAutonomousVirtualMachines

        ListAutonomousVirtualMachinesResponse listAutonomousVirtualMachines​(ListAutonomousVirtualMachinesRequest request)
        Lists the Autonomous Virtual Machines in the specified Autonomous VM Cluster and 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/database/ListAutonomousVirtualMachinesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousVirtualMachines API.

      • listAutonomousVmClusterAcdResourceUsage

        ListAutonomousVmClusterAcdResourceUsageResponse listAutonomousVmClusterAcdResourceUsage​(ListAutonomousVmClusterAcdResourceUsageRequest request)
        Gets the list of resource usage details for all the Autonomous Container Database in the specified Autonomous Exadata VM 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 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/database/ListAutonomousVmClusterAcdResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousVmClusterAcdResourceUsage API.

      • listAutonomousVmClusters

        ListAutonomousVmClustersResponse listAutonomousVmClusters​(ListAutonomousVmClustersRequest request)
        Gets a list of Exadata Cloud@Customer Autonomous VM clusters in the specified compartment.

        To list Autonomous VM Clusters in the Oracle Cloud, see listCloudAutonomousVmClusters.

        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/database/ListAutonomousVmClustersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousVmClusters API.

      • listBackupDestination

        ListBackupDestinationResponse listBackupDestination​(ListBackupDestinationRequest request)
        Gets a list of backup destinations 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 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/database/ListBackupDestinationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListBackupDestination API.

      • listBackups

        ListBackupsResponse listBackups​(ListBackupsRequest request)
        Gets a list of backups based on the databaseId or compartmentId specified.

        Either one of these query parameters must 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/database/ListBackupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListBackups API.

      • listCloudAutonomousVmClusterAcdResourceUsage

        ListCloudAutonomousVmClusterAcdResourceUsageResponse listCloudAutonomousVmClusterAcdResourceUsage​(ListCloudAutonomousVmClusterAcdResourceUsageRequest request)
        Gets the list of resource usage details for all the Cloud Autonomous Container Database in the specified Cloud Autonomous Exadata VM 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 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/database/ListCloudAutonomousVmClusterAcdResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudAutonomousVmClusterAcdResourceUsage API.

      • listCloudAutonomousVmClusters

        ListCloudAutonomousVmClustersResponse listCloudAutonomousVmClusters​(ListCloudAutonomousVmClustersRequest request)
        Lists Autonomous Exadata VM clusters in the Oracle cloud.

        For Exadata Cloud@Customer systems, see listAutonomousVmClusters.

        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/database/ListCloudAutonomousVmClustersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudAutonomousVmClusters API.

      • listCloudExadataInfrastructures

        ListCloudExadataInfrastructuresResponse listCloudExadataInfrastructures​(ListCloudExadataInfrastructuresRequest request)
        Gets a list of the cloud Exadata infrastructure resources in the specified compartment.

        Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.

        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/database/ListCloudExadataInfrastructuresExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudExadataInfrastructures API.

      • listCloudVmClusterUpdateHistoryEntries

        ListCloudVmClusterUpdateHistoryEntriesResponse listCloudVmClusterUpdateHistoryEntries​(ListCloudVmClusterUpdateHistoryEntriesRequest request)
        Gets the history of the maintenance update actions performed on the specified cloud VM cluster.

        Applies to Exadata Cloud Service instances only.

        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/database/ListCloudVmClusterUpdateHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudVmClusterUpdateHistoryEntries API.

      • listCloudVmClusterUpdates

        ListCloudVmClusterUpdatesResponse listCloudVmClusterUpdates​(ListCloudVmClusterUpdatesRequest request)
        Lists the maintenance updates that can be applied to the specified cloud VM cluster.

        Applies to Exadata Cloud Service instances only.

        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/database/ListCloudVmClusterUpdatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudVmClusterUpdates API.

      • listCloudVmClusters

        ListCloudVmClustersResponse listCloudVmClusters​(ListCloudVmClustersRequest request)
        Gets a list of the cloud VM clusters in the specified compartment.

        Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.

        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/database/ListCloudVmClustersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudVmClusters API.

      • listConsoleConnections

        ListConsoleConnectionsResponse listConsoleConnections​(ListConsoleConnectionsRequest request)
        Lists the console connections for the specified database node.
        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/database/ListConsoleConnectionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListConsoleConnections API.

      • listConsoleHistories

        ListConsoleHistoriesResponse listConsoleHistories​(ListConsoleHistoriesRequest request)
        Lists the console histories for the specified database node.
        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/database/ListConsoleHistoriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListConsoleHistories API.

      • listContainerDatabasePatches

        ListContainerDatabasePatchesResponse listContainerDatabasePatches​(ListContainerDatabasePatchesRequest request)
        Lists the patches applicable to the requested 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 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/database/ListContainerDatabasePatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListContainerDatabasePatches API.

      • listDataGuardAssociations

        ListDataGuardAssociationsResponse listDataGuardAssociations​(ListDataGuardAssociationsRequest request)
        Lists all Data Guard associations for the specified 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/database/ListDataGuardAssociationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDataGuardAssociations API.

      • listDatabaseSoftwareImages

        ListDatabaseSoftwareImagesResponse listDatabaseSoftwareImages​(ListDatabaseSoftwareImagesRequest request)
        Gets a list of the database software images 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 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/database/ListDatabaseSoftwareImagesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDatabaseSoftwareImages API.

      • listDatabaseUpgradeHistoryEntries

        ListDatabaseUpgradeHistoryEntriesResponse listDatabaseUpgradeHistoryEntries​(ListDatabaseUpgradeHistoryEntriesRequest request)
        Gets the upgrade history for a specified database in a bare metal or virtual machine 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 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/database/ListDatabaseUpgradeHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDatabaseUpgradeHistoryEntries API.

      • listDatabases

        ListDatabasesResponse listDatabases​(ListDatabasesRequest request)
        Gets a list of the databases in the specified Database Home.
        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/database/ListDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDatabases API.

      • listDbHomePatchHistoryEntries

        ListDbHomePatchHistoryEntriesResponse listDbHomePatchHistoryEntries​(ListDbHomePatchHistoryEntriesRequest request)
        Lists the history of patch operations on the specified Database Home.
        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/database/ListDbHomePatchHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbHomePatchHistoryEntries API.

      • listDbHomePatches

        ListDbHomePatchesResponse listDbHomePatches​(ListDbHomePatchesRequest request)
        Lists patches applicable to the requested Database Home.
        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/database/ListDbHomePatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbHomePatches API.

      • listDbHomes

        ListDbHomesResponse listDbHomes​(ListDbHomesRequest request)
        Lists the Database Homes in the specified DB system and compartment.

        A Database Home is a directory where Oracle Database software is installed.

        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/database/ListDbHomesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbHomes API.

      • listDbNodes

        ListDbNodesResponse listDbNodes​(ListDbNodesRequest request)
        Lists the database nodes in the specified DB system and compartment.

        A database node is a server running database software.

        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/database/ListDbNodesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbNodes API.

      • listDbServers

        ListDbServersResponse listDbServers​(ListDbServersRequest request)
        Lists the Exadata DB servers in the ExadataInfrastructureId and 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/database/ListDbServersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbServers API.

      • listDbSystemComputePerformances

        ListDbSystemComputePerformancesResponse listDbSystemComputePerformances​(ListDbSystemComputePerformancesRequest request)
        Gets a list of expected compute performance parameters for a virtual machine DB system based on system configuration.
        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/database/ListDbSystemComputePerformancesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystemComputePerformances API.

      • listDbSystemPatchHistoryEntries

        ListDbSystemPatchHistoryEntriesResponse listDbSystemPatchHistoryEntries​(ListDbSystemPatchHistoryEntriesRequest request)
        Gets the history of the patch actions performed on 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 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/database/ListDbSystemPatchHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystemPatchHistoryEntries API.

      • listDbSystemPatches

        ListDbSystemPatchesResponse listDbSystemPatches​(ListDbSystemPatchesRequest request)
        Lists the patches applicable to 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 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/database/ListDbSystemPatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystemPatches API.

      • listDbSystemShapes

        ListDbSystemShapesResponse listDbSystemShapes​(ListDbSystemShapesRequest request)
        Gets a list of the shapes that can be used to launch a new DB system.

        The shape determines resources to allocate to the DB system - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes.

        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/database/ListDbSystemShapesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystemShapes API.

      • listDbSystemStoragePerformances

        ListDbSystemStoragePerformancesResponse listDbSystemStoragePerformances​(ListDbSystemStoragePerformancesRequest request)
        Gets a list of possible expected storage performance parameters of a VMDB System based on Configuration.
        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/database/ListDbSystemStoragePerformancesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystemStoragePerformances API.

      • listDbSystemUpgradeHistoryEntries

        ListDbSystemUpgradeHistoryEntriesResponse listDbSystemUpgradeHistoryEntries​(ListDbSystemUpgradeHistoryEntriesRequest request)
        Gets the history of the upgrade actions performed on 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 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/database/ListDbSystemUpgradeHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystemUpgradeHistoryEntries API.

      • listDbSystems

        ListDbSystemsResponse listDbSystems​(ListDbSystemsRequest request)
        Lists the DB systems in the specified compartment.

        You can specify a backupId to list only the DB systems that support creating a database using this backup in this compartment.

        *Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead.

        For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model.

        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/database/ListDbSystemsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystems API.

      • listDbVersions

        ListDbVersionsResponse listDbVersions​(ListDbVersionsRequest request)
        Gets a list of supported Oracle Database versions.
        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/database/ListDbVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbVersions API.

      • listExadataInfrastructures

        ListExadataInfrastructuresResponse listExadataInfrastructures​(ListExadataInfrastructuresRequest request)
        Lists the Exadata infrastructure resources in the specified compartment.

        Applies to Exadata Cloud@Customer instances only. To list the Exadata Cloud Service infrastructure resources in a compartment, use the listCloudExadataInfrastructures operation.

        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/database/ListExadataInfrastructuresExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExadataInfrastructures API.

      • listExadbVmClusterUpdateHistoryEntries

        ListExadbVmClusterUpdateHistoryEntriesResponse listExadbVmClusterUpdateHistoryEntries​(ListExadbVmClusterUpdateHistoryEntriesRequest request)
        Gets the history of the maintenance update actions performed on the specified Exadata VM cluster on Exascale 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 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/database/ListExadbVmClusterUpdateHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExadbVmClusterUpdateHistoryEntries API.

      • listExadbVmClusterUpdates

        ListExadbVmClusterUpdatesResponse listExadbVmClusterUpdates​(ListExadbVmClusterUpdatesRequest request)
        Lists the maintenance updates that can be applied to the specified Exadata VM cluster on Exascale 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 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/database/ListExadbVmClusterUpdatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExadbVmClusterUpdates API.

      • listExadbVmClusters

        ListExadbVmClustersResponse listExadbVmClusters​(ListExadbVmClustersRequest request)
        Gets a list of the Exadata VM clusters on Exascale Infrastructure in the specified compartment.

        Applies to Exadata Database Service on Exascale Infrastructure only.

        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/database/ListExadbVmClustersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExadbVmClusters API.

      • listExascaleDbStorageVaults

        ListExascaleDbStorageVaultsResponse listExascaleDbStorageVaults​(ListExascaleDbStorageVaultsRequest request)
        Gets a list of the Exadata Database Storage Vaults 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 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/database/ListExascaleDbStorageVaultsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExascaleDbStorageVaults API.

      • listExecutionActions

        ListExecutionActionsResponse listExecutionActions​(ListExecutionActionsRequest request)
        Lists the execution action 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 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/database/ListExecutionActionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExecutionActions API.

      • listExecutionWindows

        ListExecutionWindowsResponse listExecutionWindows​(ListExecutionWindowsRequest request)
        Lists the execution window 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 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/database/ListExecutionWindowsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExecutionWindows API.

      • listExternalContainerDatabases

        ListExternalContainerDatabasesResponse listExternalContainerDatabases​(ListExternalContainerDatabasesRequest request)
        Gets a list of the external container databases 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 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/database/ListExternalContainerDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalContainerDatabases API.

      • listExternalDatabaseConnectors

        ListExternalDatabaseConnectorsResponse listExternalDatabaseConnectors​(ListExternalDatabaseConnectorsRequest request)
        Gets a list of the external database connectors 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 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/database/ListExternalDatabaseConnectorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalDatabaseConnectors API.

      • listExternalNonContainerDatabases

        ListExternalNonContainerDatabasesResponse listExternalNonContainerDatabases​(ListExternalNonContainerDatabasesRequest request)
        Gets a list of the ExternalNonContainerDatabases 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 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/database/ListExternalNonContainerDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalNonContainerDatabases API.

      • listExternalPluggableDatabases

        ListExternalPluggableDatabasesResponse listExternalPluggableDatabases​(ListExternalPluggableDatabasesRequest request)
        Gets a list of the createExternalPluggableDatabaseDetails 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 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/database/ListExternalPluggableDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalPluggableDatabases API.

      • listFlexComponents

        ListFlexComponentsResponse listFlexComponents​(ListFlexComponentsRequest request)
        Gets a list of the flex components that can be used to launch a new DB system.

        The flex component determines resources to allocate to the DB system - Database Servers and Storage Servers.

        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/database/ListFlexComponentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFlexComponents API.

      • listGiVersionMinorVersions

        ListGiVersionMinorVersionsResponse listGiVersionMinorVersions​(ListGiVersionMinorVersionsRequest request)
        Gets a list of supported Oracle Grid Infrastructure minor versions for the given major version and shape family.
        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/database/ListGiVersionMinorVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListGiVersionMinorVersions API.

      • listGiVersions

        ListGiVersionsResponse listGiVersions​(ListGiVersionsRequest request)
        Gets a list of supported GI versions.
        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/database/ListGiVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListGiVersions API.

      • listKeyStores

        ListKeyStoresResponse listKeyStores​(ListKeyStoresRequest request)
        Gets a list of key stores 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 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/database/ListKeyStoresExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListKeyStores API.

      • listMaintenanceRunHistory

        ListMaintenanceRunHistoryResponse listMaintenanceRunHistory​(ListMaintenanceRunHistoryRequest request)
        Gets a list of the maintenance run histories 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 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/database/ListMaintenanceRunHistoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaintenanceRunHistory API.

      • listMaintenanceRuns

        ListMaintenanceRunsResponse listMaintenanceRuns​(ListMaintenanceRunsRequest request)
        Gets a list of the maintenance runs 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 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/database/ListMaintenanceRunsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaintenanceRuns API.

      • listOneoffPatches

        ListOneoffPatchesResponse listOneoffPatches​(ListOneoffPatchesRequest request)
        Lists one-off patches 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 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/database/ListOneoffPatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOneoffPatches API.

      • listParamsForActionType

        ListParamsForActionTypeResponse listParamsForActionType​(ListParamsForActionTypeRequest request)
        List all the action params and their possible values for a given action type
        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/database/ListParamsForActionTypeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListParamsForActionType API.

      • listPdbConversionHistoryEntries

        ListPdbConversionHistoryEntriesResponse listPdbConversionHistoryEntries​(ListPdbConversionHistoryEntriesRequest request)
        Gets the pluggable database conversion history for a specified database in a bare metal or virtual machine 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 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/database/ListPdbConversionHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPdbConversionHistoryEntries API.

      • listPluggableDatabases

        ListPluggableDatabasesResponse listPluggableDatabases​(ListPluggableDatabasesRequest request)
        Gets a list of the pluggable databases in a database or compartment.

        You must provide either a databaseId or compartmentId value.

        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/database/ListPluggableDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPluggableDatabases API.

      • listRecommendedScheduledActions

        ListRecommendedScheduledActionsResponse listRecommendedScheduledActions​(ListRecommendedScheduledActionsRequest request)
        Returns a recommended Scheduled Actions configuration for a given resource, plan intent and scheduling policy.
        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/database/ListRecommendedScheduledActionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRecommendedScheduledActions API.

      • listScheduledActions

        ListScheduledActionsResponse listScheduledActions​(ListScheduledActionsRequest request)
        Lists the Scheduled Action 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 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/database/ListScheduledActionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListScheduledActions API.

      • listSchedulingPlans

        ListSchedulingPlansResponse listSchedulingPlans​(ListSchedulingPlansRequest request)
        Lists the Scheduling Plan 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 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/database/ListSchedulingPlansExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSchedulingPlans API.

      • listSchedulingPolicies

        ListSchedulingPoliciesResponse listSchedulingPolicies​(ListSchedulingPoliciesRequest request)
        Lists the Scheduling Policy 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 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/database/ListSchedulingPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSchedulingPolicies API.

      • listSchedulingWindows

        ListSchedulingWindowsResponse listSchedulingWindows​(ListSchedulingWindowsRequest request)
        Lists the Scheduling Window 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 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/database/ListSchedulingWindowsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSchedulingWindows API.

      • listSystemVersions

        ListSystemVersionsResponse listSystemVersions​(ListSystemVersionsRequest request)
        Gets a list of supported Exadata system versions for a given shape and GI version.
        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/database/ListSystemVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSystemVersions API.

      • listVmClusterNetworks

        ListVmClusterNetworksResponse listVmClusterNetworks​(ListVmClusterNetworksRequest request)
        Gets a list of the VM cluster networks in the specified compartment.

        Applies to Exadata Cloud@Customer instances only.

        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/database/ListVmClusterNetworksExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVmClusterNetworks API.

      • listVmClusterPatchHistoryEntries

        ListVmClusterPatchHistoryEntriesResponse listVmClusterPatchHistoryEntries​(ListVmClusterPatchHistoryEntriesRequest request)
        Gets the history of the patch actions performed on the specified VM cluster in an Exadata Cloud@Customer 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 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/database/ListVmClusterPatchHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVmClusterPatchHistoryEntries API.

      • listVmClusterPatches

        ListVmClusterPatchesResponse listVmClusterPatches​(ListVmClusterPatchesRequest request)
        Lists the patches applicable to the specified VM cluster in an Exadata Cloud@Customer 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 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/database/ListVmClusterPatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVmClusterPatches API.

      • listVmClusterUpdateHistoryEntries

        ListVmClusterUpdateHistoryEntriesResponse listVmClusterUpdateHistoryEntries​(ListVmClusterUpdateHistoryEntriesRequest request)
        Gets the history of the maintenance update actions performed on the specified VM cluster.

        Applies to Exadata Cloud@Customer instances only.

        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/database/ListVmClusterUpdateHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVmClusterUpdateHistoryEntries API.

      • listVmClusterUpdates

        ListVmClusterUpdatesResponse listVmClusterUpdates​(ListVmClusterUpdatesRequest request)
        Lists the maintenance updates that can be applied to the specified VM cluster.

        Applies to Exadata Cloud@Customer instances only.

        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/database/ListVmClusterUpdatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVmClusterUpdates API.

      • listVmClusters

        ListVmClustersResponse listVmClusters​(ListVmClustersRequest request)
        Lists the VM clusters in the specified compartment.

        Applies to Exadata Cloud@Customer instances only. To list the cloud VM clusters in an Exadata Cloud Service instance, use the listCloudVmClusters operation.

        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/database/ListVmClustersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVmClusters API.

      • localClonePluggableDatabase

        LocalClonePluggableDatabaseResponse localClonePluggableDatabase​(LocalClonePluggableDatabaseRequest request)
        Deprecated. Use createPluggableDatabase for Pluggable Database LocalClone Operation.

        Clones and starts a pluggable database (PDB) in the same database (CDB) as the source PDB. The source PDB must be in the READ_WRITE openMode to perform the clone operation.

        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/database/LocalClonePluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use LocalClonePluggableDatabase API.

      • migrateAutonomousContainerDatabaseDataguardAssociation

        MigrateAutonomousContainerDatabaseDataguardAssociationResponse migrateAutonomousContainerDatabaseDataguardAssociation​(MigrateAutonomousContainerDatabaseDataguardAssociationRequest request)
        Migrate Autonomous Container Database, identified by the autonomousContainerDatabaseId parameter.
        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/database/MigrateAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use MigrateAutonomousContainerDatabaseDataguardAssociation API.

      • migrateDataGuardAssociationToMultiDataGuards

        MigrateDataGuardAssociationToMultiDataGuardsResponse migrateDataGuardAssociationToMultiDataGuards​(MigrateDataGuardAssociationToMultiDataGuardsRequest request)
        Migrates the existing Data Guard association to new Data Guard model to support multiple standby databases functionality.

        This operation should always be performed on primary.

        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/database/MigrateDataGuardAssociationToMultiDataGuardsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use MigrateDataGuardAssociationToMultiDataGuards API.

      • migrateExadataDbSystemResourceModel

        MigrateExadataDbSystemResourceModelResponse migrateExadataDbSystemResourceModel​(MigrateExadataDbSystemResourceModelRequest request)
        Migrates the Exadata DB system to the new Exadata resource model.

        All related resources will be migrated.

        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/database/MigrateExadataDbSystemResourceModelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use MigrateExadataDbSystemResourceModel API.

      • migrateVaultKey

        MigrateVaultKeyResponse migrateVaultKey​(MigrateVaultKeyRequest request)
        Changes encryption key management from customer-managed, using the Vault service, to Oracle-managed.
        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/database/MigrateVaultKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use MigrateVaultKey API.

      • modifyDatabaseManagement

        ModifyDatabaseManagementResponse modifyDatabaseManagement​(ModifyDatabaseManagementRequest request)
        Updates one or more attributes of the Database Management service for the 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/database/ModifyDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ModifyDatabaseManagement API.

      • modifyPluggableDatabaseManagement

        ModifyPluggableDatabaseManagementResponse modifyPluggableDatabaseManagement​(ModifyPluggableDatabaseManagementRequest request)
        Updates one or more attributes of the Database Management service for the 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 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/database/ModifyPluggableDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ModifyPluggableDatabaseManagement API.

      • moveExecutionActionMember

        MoveExecutionActionMemberResponse moveExecutionActionMember​(MoveExecutionActionMemberRequest request)
        Moves an execution action member to this execution action resource from another.
        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/database/MoveExecutionActionMemberExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use MoveExecutionActionMember API.

      • refreshPluggableDatabase

        RefreshPluggableDatabaseResponse refreshPluggableDatabase​(RefreshPluggableDatabaseRequest request)
        Refreshes a pluggable database (PDB) Refreshable clone.
        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/database/RefreshPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RefreshPluggableDatabase API.

      • registerAutonomousDatabaseDataSafe

        RegisterAutonomousDatabaseDataSafeResponse registerAutonomousDatabaseDataSafe​(RegisterAutonomousDatabaseDataSafeRequest request)
        Asynchronously registers this Autonomous Database with Data Safe.
        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/database/RegisterAutonomousDatabaseDataSafeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RegisterAutonomousDatabaseDataSafe API.

      • reinstateAutonomousContainerDatabaseDataguard

        ReinstateAutonomousContainerDatabaseDataguardResponse reinstateAutonomousContainerDatabaseDataguard​(ReinstateAutonomousContainerDatabaseDataguardRequest request)
        Reinstates a disabled standby Autonomous Container Database, identified by the autonomousContainerDatabaseId parameter, to an active standby Autonomous 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 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/database/ReinstateAutonomousContainerDatabaseDataguardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ReinstateAutonomousContainerDatabaseDataguard API.

      • reinstateAutonomousContainerDatabaseDataguardAssociation

        ReinstateAutonomousContainerDatabaseDataguardAssociationResponse reinstateAutonomousContainerDatabaseDataguardAssociation​(ReinstateAutonomousContainerDatabaseDataguardAssociationRequest request)
        Reinstates a disabled standby Autonomous Container Database, identified by the autonomousContainerDatabaseId parameter, to an active standby Autonomous 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 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/database/ReinstateAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ReinstateAutonomousContainerDatabaseDataguardAssociation API.

      • reinstateDataGuard

        ReinstateDataGuardResponse reinstateDataGuard​(ReinstateDataGuardRequest request)
        Reinstates the database identified by the databaseId parameter into the standby role in a Data Guard association.

        This operation should be performed on disabled standby 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/database/ReinstateDataGuardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ReinstateDataGuard API.

      • reinstateDataGuardAssociation

        ReinstateDataGuardAssociationResponse reinstateDataGuardAssociation​(ReinstateDataGuardAssociationRequest request)
        Reinstates the database identified by the databaseId parameter into the standby role in a Data Guard association.
        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/database/ReinstateDataGuardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ReinstateDataGuardAssociation API.

      • remoteClonePluggableDatabase

        RemoteClonePluggableDatabaseResponse remoteClonePluggableDatabase​(RemoteClonePluggableDatabaseRequest request)
        Deprecated. Use createPluggableDatabase for Pluggable Database RemoteClone Operation.

        Clones a pluggable database (PDB) to a different database from the source PDB. The cloned PDB will be started upon completion of the clone operation. The source PDB must be in the READ_WRITE openMode when performing the clone. For Exadata Cloud@Customer instances, the source pluggable database (PDB) must be on the same Exadata Infrastructure as the target container database (CDB) to create a remote clone.

        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/database/RemoteClonePluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoteClonePluggableDatabase API.

      • removeVirtualMachineFromCloudVmCluster

        RemoveVirtualMachineFromCloudVmClusterResponse removeVirtualMachineFromCloudVmCluster​(RemoveVirtualMachineFromCloudVmClusterRequest request)
        Remove Virtual Machines from the Cloud VM cluster.

        Applies to Exadata Cloud instances only.

        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/database/RemoveVirtualMachineFromCloudVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveVirtualMachineFromCloudVmCluster API.

      • removeVirtualMachineFromExadbVmCluster

        RemoveVirtualMachineFromExadbVmClusterResponse removeVirtualMachineFromExadbVmCluster​(RemoveVirtualMachineFromExadbVmClusterRequest request)
        Remove Virtual Machines from the Exadata VM cluster on Exascale Infrastructure.

        Applies to Exadata Cloud instances only.

        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/database/RemoveVirtualMachineFromExadbVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveVirtualMachineFromExadbVmCluster API.

      • removeVirtualMachineFromVmCluster

        RemoveVirtualMachineFromVmClusterResponse removeVirtualMachineFromVmCluster​(RemoveVirtualMachineFromVmClusterRequest request)
        Remove Virtual Machines from the VM cluster.

        Applies to Exadata Cloud@Customer instances only.

        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/database/RemoveVirtualMachineFromVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveVirtualMachineFromVmCluster API.

      • reorderExecutionActions

        ReorderExecutionActionsResponse reorderExecutionActions​(ReorderExecutionActionsRequest request)
        Reorders the execution actions under this execution window 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 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/database/ReorderExecutionActionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ReorderExecutionActions API.

      • reorderScheduledActions

        ReorderScheduledActionsResponse reorderScheduledActions​(ReorderScheduledActionsRequest request)
        Re-order the scheduled actions under this scheduling plan 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 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/database/ReorderScheduledActionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ReorderScheduledActions API.

      • resizeVmClusterNetwork

        ResizeVmClusterNetworkResponse resizeVmClusterNetwork​(ResizeVmClusterNetworkRequest request)
        Adds or removes Db server network nodes to extend or shrink the existing VM cluster network.

        Applies to Exadata Cloud@Customer instances only.

        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/database/ResizeVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ResizeVmClusterNetwork API.

      • resourcePoolShapes

        ResourcePoolShapesResponse resourcePoolShapes​(ResourcePoolShapesRequest request)
        Lists available resource pools shapes.
        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/database/ResourcePoolShapesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ResourcePoolShapes API.

      • restartAutonomousContainerDatabase

        RestartAutonomousContainerDatabaseResponse restartAutonomousContainerDatabase​(RestartAutonomousContainerDatabaseRequest request)
        Rolling restarts the specified Autonomous 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 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/database/RestartAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RestartAutonomousContainerDatabase API.

      • restartAutonomousDatabase

        RestartAutonomousDatabaseResponse restartAutonomousDatabase​(RestartAutonomousDatabaseRequest request)
        Restarts 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 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/database/RestartAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RestartAutonomousDatabase API.

      • restoreAutonomousDatabase

        RestoreAutonomousDatabaseResponse restoreAutonomousDatabase​(RestoreAutonomousDatabaseRequest request)
        Restores an Autonomous Database based on the provided request 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/database/RestoreAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RestoreAutonomousDatabase API.

      • restoreDatabase

        RestoreDatabaseResponse restoreDatabase​(RestoreDatabaseRequest request)
        Restore a Database based on the request parameters you provide.
        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/database/RestoreDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RestoreDatabase API.

      • rotateAutonomousContainerDatabaseEncryptionKey

        RotateAutonomousContainerDatabaseEncryptionKeyResponse rotateAutonomousContainerDatabaseEncryptionKey​(RotateAutonomousContainerDatabaseEncryptionKeyRequest request)
        Creates a new version of an existing Vault service key.
        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/database/RotateAutonomousContainerDatabaseEncryptionKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateAutonomousContainerDatabaseEncryptionKey API.

      • rotateAutonomousDatabaseEncryptionKey

        RotateAutonomousDatabaseEncryptionKeyResponse rotateAutonomousDatabaseEncryptionKey​(RotateAutonomousDatabaseEncryptionKeyRequest request)
        Rotate existing AutonomousDatabase Vault service key.
        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/database/RotateAutonomousDatabaseEncryptionKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateAutonomousDatabaseEncryptionKey API.

      • rotateAutonomousVmClusterOrdsCerts

        RotateAutonomousVmClusterOrdsCertsResponse rotateAutonomousVmClusterOrdsCerts​(RotateAutonomousVmClusterOrdsCertsRequest request)
        Rotates the Oracle REST Data Services (ORDS) certificates for Autonomous Exadata VM 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 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/database/RotateAutonomousVmClusterOrdsCertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateAutonomousVmClusterOrdsCerts API.

      • rotateAutonomousVmClusterSslCerts

        RotateAutonomousVmClusterSslCertsResponse rotateAutonomousVmClusterSslCerts​(RotateAutonomousVmClusterSslCertsRequest request)
        Rotates the SSL certificates for Autonomous Exadata VM 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 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/database/RotateAutonomousVmClusterSslCertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateAutonomousVmClusterSslCerts API.

      • rotateCloudAutonomousVmClusterOrdsCerts

        RotateCloudAutonomousVmClusterOrdsCertsResponse rotateCloudAutonomousVmClusterOrdsCerts​(RotateCloudAutonomousVmClusterOrdsCertsRequest request)
        Rotates the Oracle REST Data Services (ORDS) certificates for a cloud Autonomous Exadata VM 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 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/database/RotateCloudAutonomousVmClusterOrdsCertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateCloudAutonomousVmClusterOrdsCerts API.

      • rotateCloudAutonomousVmClusterSslCerts

        RotateCloudAutonomousVmClusterSslCertsResponse rotateCloudAutonomousVmClusterSslCerts​(RotateCloudAutonomousVmClusterSslCertsRequest request)
        Rotates the SSL certficates for a cloud Autonomous Exadata VM 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 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/database/RotateCloudAutonomousVmClusterSslCertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateCloudAutonomousVmClusterSslCerts API.

      • rotateOrdsCerts

        RotateOrdsCertsResponse rotateOrdsCerts​(RotateOrdsCertsRequest request)
        Deprecated. Use the rotateCloudAutonomousVmClusterOrdsCerts to rotate Oracle REST Data Services (ORDS) certs for an Autonomous Exadata VM cluster instead.
        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/database/RotateOrdsCertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateOrdsCerts API.

      • rotatePluggableDatabaseEncryptionKey

        RotatePluggableDatabaseEncryptionKeyResponse rotatePluggableDatabaseEncryptionKey​(RotatePluggableDatabaseEncryptionKeyRequest request)
        Create a new version of the existing encryption key.
        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/database/RotatePluggableDatabaseEncryptionKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotatePluggableDatabaseEncryptionKey API.

      • rotateSslCerts

        RotateSslCertsResponse rotateSslCerts​(RotateSslCertsRequest request)
        Deprecated. Use the rotateCloudAutonomousVmClusterSslCerts to rotate SSL certs for an Autonomous Exadata VM cluster instead.
        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/database/RotateSslCertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateSslCerts API.

      • rotateVaultKey

        RotateVaultKeyResponse rotateVaultKey​(RotateVaultKeyRequest request)
        Creates a new version of an existing Vault service key.
        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/database/RotateVaultKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateVaultKey API.

      • saasAdminUserStatus

        SaasAdminUserStatusResponse saasAdminUserStatus​(SaasAdminUserStatusRequest request)
        This operation gets SaaS administrative user status of the 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 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/database/SaasAdminUserStatusExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SaasAdminUserStatus API.

      • scanExternalContainerDatabasePluggableDatabases

        ScanExternalContainerDatabasePluggableDatabasesResponse scanExternalContainerDatabasePluggableDatabases​(ScanExternalContainerDatabasePluggableDatabasesRequest request)
        Scans for pluggable databases in the specified external container database.

        This operation will return un-registered pluggable databases in the getWorkRequest operation.

        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/database/ScanExternalContainerDatabasePluggableDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ScanExternalContainerDatabasePluggableDatabases API.

      • setDbKeyVersion

        SetDbKeyVersionResponse setDbKeyVersion​(SetDbKeyVersionRequest request)
        Sets a new version of an existing Vault service key.
        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/database/SetDbKeyVersionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SetDbKeyVersion API.

      • setPdbKeyVersion

        SetPdbKeyVersionResponse setPdbKeyVersion​(SetPdbKeyVersionRequest request)
        Sets a new version of an existing Vault service key.
        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/database/SetPdbKeyVersionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SetPdbKeyVersion API.

      • shrinkAutonomousDatabase

        ShrinkAutonomousDatabaseResponse shrinkAutonomousDatabase​(ShrinkAutonomousDatabaseRequest request)
        This operation shrinks the current allocated storage down to the current actual used data storage (actualUsedDataStorageSizeInTBs).

        The if the base storage value for the database (dataStorageSizeInTBs) is larger than the actualUsedDataStorageSizeInTBs value, you are billed for the base storage value.

        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/database/ShrinkAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ShrinkAutonomousDatabase API.

      • startAutonomousDatabase

        StartAutonomousDatabaseResponse startAutonomousDatabase​(StartAutonomousDatabaseRequest request)
        Starts 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 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/database/StartAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StartAutonomousDatabase API.

      • startPluggableDatabase

        StartPluggableDatabaseResponse startPluggableDatabase​(StartPluggableDatabaseRequest request)
        Starts a stopped pluggable database.

        The openMode value of the pluggable database will be READ_WRITE upon completion.

        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/database/StartPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StartPluggableDatabase API.

      • stopAutonomousDatabase

        StopAutonomousDatabaseResponse stopAutonomousDatabase​(StopAutonomousDatabaseRequest request)
        Stops 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 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/database/StopAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopAutonomousDatabase API.

      • stopPluggableDatabase

        StopPluggableDatabaseResponse stopPluggableDatabase​(StopPluggableDatabaseRequest request)
        Stops a pluggable database.

        The openMode value of the pluggable database will be MOUNTED upon completion.

        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/database/StopPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopPluggableDatabase API.

      • switchOverDataGuard

        SwitchOverDataGuardResponse switchOverDataGuard​(SwitchOverDataGuardRequest request)
        Performs a switchover to transition primary database of this Data Guard association into a standby role.

        The standby database associated with the dataGuardAssociationId assumes the primary database role.

        A switchover guarantees no data loss.

        This operation should be performed on respective standby 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/database/SwitchOverDataGuardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SwitchOverDataGuard API.

      • switchoverAutonomousContainerDatabaseDataguard

        SwitchoverAutonomousContainerDatabaseDataguardResponse switchoverAutonomousContainerDatabaseDataguard​(SwitchoverAutonomousContainerDatabaseDataguardRequest request)
        Switchover Autonomous Container Database, identified by the autonomousContainerDatabaseId parameter, to an active standby Autonomous 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 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/database/SwitchoverAutonomousContainerDatabaseDataguardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SwitchoverAutonomousContainerDatabaseDataguard API.

      • switchoverAutonomousContainerDatabaseDataguardAssociation

        SwitchoverAutonomousContainerDatabaseDataguardAssociationResponse switchoverAutonomousContainerDatabaseDataguardAssociation​(SwitchoverAutonomousContainerDatabaseDataguardAssociationRequest request)
        Switches over the primary Autonomous Container Database of an Autonomous Data Guard peer association to standby role.

        The standby Autonomous Container Database associated with autonomousContainerDatabaseDataguardAssociationId assumes the primary Autonomous Container Database role.

        A switchover incurs no data loss.

        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/database/SwitchoverAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SwitchoverAutonomousContainerDatabaseDataguardAssociation API.

      • switchoverAutonomousDatabase

        SwitchoverAutonomousDatabaseResponse switchoverAutonomousDatabase​(SwitchoverAutonomousDatabaseRequest request)
        Initiates a switchover of the specified Autonomous Database to the associated peer database.

        Applicable only to databases with Disaster Recovery enabled. This API should be called in the remote region where the peer database resides. Below parameter is optional: - peerDbId Use this parameter to specify the database OCID of the Disaster Recovery peer, which is located in a different (remote) region from the current peer database. If this parameter is not provided, the switchover will happen in the same region.

        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/database/SwitchoverAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SwitchoverAutonomousDatabase API.

      • switchoverDataGuardAssociation

        SwitchoverDataGuardAssociationResponse switchoverDataGuardAssociation​(SwitchoverDataGuardAssociationRequest request)
        Performs a switchover to transition the primary database of a Data Guard association into a standby role.

        The standby database associated with the dataGuardAssociationId assumes the primary database role.

        A switchover guarantees no data loss.

        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/database/SwitchoverDataGuardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SwitchoverDataGuardAssociation API.

      • terminateAutonomousContainerDatabase

        TerminateAutonomousContainerDatabaseResponse terminateAutonomousContainerDatabase​(TerminateAutonomousContainerDatabaseRequest request)
        Terminates an Autonomous Container Database, which permanently deletes the container database and any databases within the container database.

        The database data is local to the Autonomous Exadata Infrastructure and will be lost when the container database is terminated. Oracle recommends that you back up any data in the Autonomous Container Database prior to terminating it.

        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/database/TerminateAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use TerminateAutonomousContainerDatabase API.

      • terminateAutonomousExadataInfrastructure

        TerminateAutonomousExadataInfrastructureResponse terminateAutonomousExadataInfrastructure​(TerminateAutonomousExadataInfrastructureRequest request)
        Deprecated. To terminate an Exadata Infrastructure resource in the Oracle cloud, use the deleteCloudExadataInfrastructure operation.

        To delete an Autonomous Exadata VM cluster in the Oracle cloud, use the deleteCloudAutonomousVmCluster operation.

        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/database/TerminateAutonomousExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use TerminateAutonomousExadataInfrastructure API.

      • terminateDbSystem

        TerminateDbSystemResponse terminateDbSystem​(TerminateDbSystemRequest request)
        Terminates a DB system and permanently deletes it and any databases running on it, and any storage volumes attached to it.

        The database data is local to the DB system and will be lost when the system is terminated. Oracle recommends that you back up any data in the DB system prior to terminating it.

        *Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead.

        For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model.

        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/database/TerminateDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use TerminateDbSystem API.

      • updateAutonomousContainerDatabase

        UpdateAutonomousContainerDatabaseResponse updateAutonomousContainerDatabase​(UpdateAutonomousContainerDatabaseRequest request)
        Updates the properties of an Autonomous Container Database, such as display name, maintenance preference, backup retention, and tags.
        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/database/UpdateAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousContainerDatabase API.

      • updateAutonomousContainerDatabaseDataguardAssociation

        UpdateAutonomousContainerDatabaseDataguardAssociationResponse updateAutonomousContainerDatabaseDataguardAssociation​(UpdateAutonomousContainerDatabaseDataguardAssociationRequest request)
        Update Autonomous Data Guard association.
        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/database/UpdateAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousContainerDatabaseDataguardAssociation API.

      • updateAutonomousDatabase

        UpdateAutonomousDatabaseResponse updateAutonomousDatabase​(UpdateAutonomousDatabaseRequest request)
        Updates one or more attributes of the specified Autonomous Database.

        See the UpdateAutonomousDatabaseDetails resource for a full list of attributes that can 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/database/UpdateAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousDatabase API.

      • updateAutonomousDatabaseBackup

        UpdateAutonomousDatabaseBackupResponse updateAutonomousDatabaseBackup​(UpdateAutonomousDatabaseBackupRequest request)
        Updates the Autonomous Database backup of the specified database based on the request 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/database/UpdateAutonomousDatabaseBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousDatabaseBackup API.

      • updateAutonomousDatabaseRegionalWallet

        UpdateAutonomousDatabaseRegionalWalletResponse updateAutonomousDatabaseRegionalWallet​(UpdateAutonomousDatabaseRegionalWalletRequest request)
        Updates the Autonomous Database regional wallet.
        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/database/UpdateAutonomousDatabaseRegionalWalletExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousDatabaseRegionalWallet API.

      • updateAutonomousDatabaseSoftwareImage

        UpdateAutonomousDatabaseSoftwareImageResponse updateAutonomousDatabaseSoftwareImage​(UpdateAutonomousDatabaseSoftwareImageRequest request)
        Updates the properties of an Autonomous Database Software Image, like add tags
        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/database/UpdateAutonomousDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousDatabaseSoftwareImage API.

      • updateAutonomousDatabaseWallet

        UpdateAutonomousDatabaseWalletResponse updateAutonomousDatabaseWallet​(UpdateAutonomousDatabaseWalletRequest request)
        Updates the wallet 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 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/database/UpdateAutonomousDatabaseWalletExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousDatabaseWallet API.

      • updateAutonomousExadataInfrastructure

        UpdateAutonomousExadataInfrastructureResponse updateAutonomousExadataInfrastructure​(UpdateAutonomousExadataInfrastructureRequest request)
        Deprecated. Use the updateCloudExadataInfrastructure operation to update an Exadata Infrastructure resource and updateCloudAutonomousVmCluster operation to update an Autonomous Exadata VM 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 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/database/UpdateAutonomousExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousExadataInfrastructure API.

      • updateAutonomousVmCluster

        UpdateAutonomousVmClusterResponse updateAutonomousVmCluster​(UpdateAutonomousVmClusterRequest request)
        Updates the specified Autonomous VM cluster for the Exadata Cloud@Customer system.To update an Autonomous VM Cluster in the Oracle cloud, see updateCloudAutonomousVmCluster.
        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/database/UpdateAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousVmCluster API.

      • updateBackup

        UpdateBackupResponse updateBackup​(UpdateBackupRequest request)
        Updates database backup details.
        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/database/UpdateBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateBackup API.

      • updateBackupDestination

        UpdateBackupDestinationResponse updateBackupDestination​(UpdateBackupDestinationRequest request)
        If no database is associated with the backup destination: - For a RECOVERY_APPLIANCE backup destination, updates the connection string and/or the list of VPC users.
        • For an NFS backup destination, updates the NFS location.
        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/database/UpdateBackupDestinationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateBackupDestination API.

      • updateCloudAutonomousVmCluster

        UpdateCloudAutonomousVmClusterResponse updateCloudAutonomousVmCluster​(UpdateCloudAutonomousVmClusterRequest request)
        Updates the specified Autonomous Exadata VM cluster in the Oracle cloud.

        For Exadata Cloud@Customer systems, see updateAutonomousVmCluster.

        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/database/UpdateCloudAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateCloudAutonomousVmCluster API.

      • updateCloudExadataInfrastructure

        UpdateCloudExadataInfrastructureResponse updateCloudExadataInfrastructure​(UpdateCloudExadataInfrastructureRequest request)
        Updates the Cloud Exadata infrastructure resource.

        Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.

        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/database/UpdateCloudExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateCloudExadataInfrastructure API.

      • updateCloudVmCluster

        UpdateCloudVmClusterResponse updateCloudVmCluster​(UpdateCloudVmClusterRequest request)
        Updates the specified cloud VM cluster.

        Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.

        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/database/UpdateCloudVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateCloudVmCluster API.

      • updateCloudVmClusterIormConfig

        UpdateCloudVmClusterIormConfigResponse updateCloudVmClusterIormConfig​(UpdateCloudVmClusterIormConfigRequest request)
        Updates the IORM settings for the specified cloud VM cluster in an Exadata Cloud Service 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/database/UpdateCloudVmClusterIormConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateCloudVmClusterIormConfig API.

      • updateConsoleConnection

        UpdateConsoleConnectionResponse updateConsoleConnection​(UpdateConsoleConnectionRequest request)
        Updates the specified database node console connection.
        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/database/UpdateConsoleConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateConsoleConnection API.

      • updateConsoleHistory

        UpdateConsoleHistoryResponse updateConsoleHistory​(UpdateConsoleHistoryRequest request)
        Updates the specified database node console history.
        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/database/UpdateConsoleHistoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateConsoleHistory API.

      • updateDataGuard

        UpdateDataGuardResponse updateDataGuard​(UpdateDataGuardRequest request)
        Update an existing Data Guard member.

        A Data Guard member represents the replication relationship between the specified database and a standby database. For more information, see Using Oracle Data Guard.

        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/database/UpdateDataGuardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDataGuard API.

      • updateDataGuardAssociation

        UpdateDataGuardAssociationResponse updateDataGuardAssociation​(UpdateDataGuardAssociationRequest request)
        Updates the Data Guard association the specified database.

        This API can be used to change the protectionMode and transportType of the Data Guard association.

        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/database/UpdateDataGuardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDataGuardAssociation API.

      • updateDatabase

        UpdateDatabaseResponse updateDatabase​(UpdateDatabaseRequest request)
        Update the specified database based on the request parameters 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/database/UpdateDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDatabase API.

      • updateDatabaseSoftwareImage

        UpdateDatabaseSoftwareImageResponse updateDatabaseSoftwareImage​(UpdateDatabaseSoftwareImageRequest request)
        Updates the properties of a Database Software Image, like Display Nmae
        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/database/UpdateDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDatabaseSoftwareImage API.

      • updateDbHome

        UpdateDbHomeResponse updateDbHome​(UpdateDbHomeRequest request)
        Patches the specified Database Home.
        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/database/UpdateDbHomeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDbHome API.

      • updateDbNode

        UpdateDbNodeResponse updateDbNode​(UpdateDbNodeRequest request)
        Updates the specified database node.
        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/database/UpdateDbNodeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDbNode API.

      • updateDbSystem

        UpdateDbSystemResponse updateDbSystem​(UpdateDbSystemRequest request)
        Updates the properties of the specified DB system.

        *Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead.

        For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model.

        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/database/UpdateDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDbSystem API.

      • updateExadataInfrastructure

        UpdateExadataInfrastructureResponse updateExadataInfrastructure​(UpdateExadataInfrastructureRequest request)
        Updates the Exadata infrastructure resource.

        Applies to Exadata Cloud@Customer instances only. To update an Exadata Cloud Service infrastructure resource, use the updateCloudExadataInfrastructure operation.

        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/database/UpdateExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExadataInfrastructure API.

      • updateExadataIormConfig

        UpdateExadataIormConfigResponse updateExadataIormConfig​(UpdateExadataIormConfigRequest request)
        Updates IORM settings for the specified Exadata DB system.

        *Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead.

        For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model.

        The updateCloudVmClusterIormConfig API is used for Exadata systems using the new resource model.

        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/database/UpdateExadataIormConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExadataIormConfig API.

      • updateExadbVmCluster

        UpdateExadbVmClusterResponse updateExadbVmCluster​(UpdateExadbVmClusterRequest request)
        Updates the specified Exadata VM cluster on Exascale Infrastructure.

        Applies to Exadata Database Service on Exascale Infrastructure only.

        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/database/UpdateExadbVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExadbVmCluster API.

      • updateExascaleDbStorageVault

        UpdateExascaleDbStorageVaultResponse updateExascaleDbStorageVault​(UpdateExascaleDbStorageVaultRequest request)
        Updates the specified Exadata Database Storage Vault.
        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/database/UpdateExascaleDbStorageVaultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExascaleDbStorageVault API.

      • updateExecutionAction

        UpdateExecutionActionResponse updateExecutionAction​(UpdateExecutionActionRequest request)
        Updates the execution action 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 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/database/UpdateExecutionActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExecutionAction API.

      • updateExecutionWindow

        UpdateExecutionWindowResponse updateExecutionWindow​(UpdateExecutionWindowRequest request)
        Updates the execution window 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 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/database/UpdateExecutionWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExecutionWindow API.

      • updateExternalContainerDatabase

        UpdateExternalContainerDatabaseResponse updateExternalContainerDatabase​(UpdateExternalContainerDatabaseRequest request)
        Updates the properties of an createExternalContainerDatabaseDetails resource, such as the display 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/database/UpdateExternalContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalContainerDatabase API.

      • updateExternalDatabaseConnector

        UpdateExternalDatabaseConnectorResponse updateExternalDatabaseConnector​(UpdateExternalDatabaseConnectorRequest request)
        Updates the properties of an external database connector, such as the display 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/database/UpdateExternalDatabaseConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalDatabaseConnector API.

      • updateExternalNonContainerDatabase

        UpdateExternalNonContainerDatabaseResponse updateExternalNonContainerDatabase​(UpdateExternalNonContainerDatabaseRequest request)
        Updates the properties of an external non-container database, such as the display 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/database/UpdateExternalNonContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalNonContainerDatabase API.

      • updateExternalPluggableDatabase

        UpdateExternalPluggableDatabaseResponse updateExternalPluggableDatabase​(UpdateExternalPluggableDatabaseRequest request)
        Updates the properties of an createExternalPluggableDatabaseDetails resource, such as the display 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/database/UpdateExternalPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalPluggableDatabase API.

      • updateKeyStore

        UpdateKeyStoreResponse updateKeyStore​(UpdateKeyStoreRequest request)
        Edit the key store.
        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/database/UpdateKeyStoreExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateKeyStore API.

      • updateMaintenanceRun

        UpdateMaintenanceRunResponse updateMaintenanceRun​(UpdateMaintenanceRunRequest request)
        Updates the properties of a maintenance run, such as the state of a maintenance run.
        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/database/UpdateMaintenanceRunExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMaintenanceRun API.

      • updateOneoffPatch

        UpdateOneoffPatchResponse updateOneoffPatch​(UpdateOneoffPatchRequest request)
        Updates the properties of the specified one-off patch.
        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/database/UpdateOneoffPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateOneoffPatch API.

      • updatePluggableDatabase

        UpdatePluggableDatabaseResponse updatePluggableDatabase​(UpdatePluggableDatabaseRequest request)
        Updates the specified 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 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/database/UpdatePluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdatePluggableDatabase API.

      • updateScheduledAction

        UpdateScheduledActionResponse updateScheduledAction​(UpdateScheduledActionRequest request)
        Updates the Scheduled Action 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 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/database/UpdateScheduledActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateScheduledAction API.

      • updateSchedulingPolicy

        UpdateSchedulingPolicyResponse updateSchedulingPolicy​(UpdateSchedulingPolicyRequest request)
        Updates the Scheduling Policy 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 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/database/UpdateSchedulingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSchedulingPolicy API.

      • updateSchedulingWindow

        UpdateSchedulingWindowResponse updateSchedulingWindow​(UpdateSchedulingWindowRequest request)
        Updates the Scheduling Window 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 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/database/UpdateSchedulingWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSchedulingWindow API.

      • updateVmCluster

        UpdateVmClusterResponse updateVmCluster​(UpdateVmClusterRequest request)
        Updates the specified VM cluster.

        Applies to Exadata Cloud@Customer instances only.

        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/database/UpdateVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateVmCluster API.

      • updateVmClusterNetwork

        UpdateVmClusterNetworkResponse updateVmClusterNetwork​(UpdateVmClusterNetworkRequest request)
        Updates the specified VM cluster network.

        Applies to Exadata Cloud@Customer instances only. To update a cloud VM cluster in an Exadata Cloud Service instance, use the updateCloudVmCluster operation.

        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/database/UpdateVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateVmClusterNetwork API.

      • upgradeDatabase

        UpgradeDatabaseResponse upgradeDatabase​(UpgradeDatabaseRequest request)
        Upgrades the specified Oracle Database 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/database/UpgradeDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpgradeDatabase API.

      • upgradeDbSystem

        UpgradeDbSystemResponse upgradeDbSystem​(UpgradeDbSystemRequest request)
        Upgrades the operating system and grid infrastructure of the 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 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/database/UpgradeDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpgradeDbSystem API.

      • validateVmClusterNetwork

        ValidateVmClusterNetworkResponse validateVmClusterNetwork​(ValidateVmClusterNetworkRequest request)
        Validates the specified VM cluster network.

        Applies to Exadata Cloud@Customer instances only.

        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/database/ValidateVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ValidateVmClusterNetwork API.

      • getWaiters

        @Deprecated
        DatabaseWaiters getWaiters()
        Deprecated.
        use newWaiters(WorkRequest) instead. Otherwise, a default one will be provided that does not support operations that rely on the WorkRequestClient for polling. An IllegalStateException will be thrown for such operations.
        Gets the pre-configured waiters available for resources for this service.
        Returns:
        The service waiters.
      • newWaiters

        DatabaseWaiters newWaiters​(WorkRequest workRequestClient)
        Creates a new DatabaseWaiters for resources for this service.
        Parameters:
        workRequestClient - The work request service client used to query for work request status
        Returns:
        The service waiters.
      • getPaginators

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