» Data Source: oci_database_db_homes

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

Gets a list of database homes in the specified DB system and compartment. A database home is a directory where Oracle Database software is installed.

» Example Usage

data "oci_database_db_homes" "test_db_homes" {
    #Required
    compartment_id = "${var.compartment_id}"
    db_system_id = "${oci_database_db_system.test_db_system.id}"

    #Optional
    display_name = "${var.db_home_display_name}"
    state = "${var.db_home_state}"
}

» Argument Reference

The following arguments are supported:

  • compartment_id - (Required) The compartment OCID.
  • db_system_id - (Required) The OCID of the DB system.
  • display_name - (Optional) A filter to return only resources that match the entire display name given. The match is not case sensitive.
  • state - (Optional) A filter to return only resources that match the given lifecycle state exactly.

» Attributes Reference

The following attributes are exported:

» DbHome Reference

The following attributes are exported: