Data Source: oci_database_db_homes

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

Lists the 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

	#Optional
	backup_id = oci_database_backup.test_backup.id
	db_system_id = oci_database_db_system.test_db_system.id
	db_version {
	}
	display_name = var.db_home_display_name
	state = var.db_home_state
	vm_cluster_id = oci_database_vm_cluster.test_vm_cluster.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DbHome Reference

The following attributes are exported: