Data Source: oci_database_db_systems

This data source provides the list of Db Systems in Oracle Cloud Infrastructure Database service.

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 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 for details on converting existing Exadata DB systems to the new resource model.

Example Usage

data "oci_database_db_systems" "test_db_systems" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    availability_domain = var.db_system_availability_domain
    backup_id = oci_database_backup.test_backup.id
    display_name = var.db_system_display_name
    state = var.db_system_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DbSystem Reference

The following attributes are exported: