» Data Source: oci_database_db_home
This data source provides details about a specific Db Home resource in Oracle Cloud Infrastructure Database service.
Gets information about the specified database home.
» Example Usage
data "oci_database_db_home" "test_db_home" {
#Required
db_home_id = "${var.db_home_id}"
}
» Argument Reference
The following arguments are supported:
-
db_home_id- (Required) The database home OCID.
» Attributes Reference
The following attributes are exported:
-
compartment_id- The OCID of the compartment. -
db_system_id- The OCID of the DB system. -
db_version- The Oracle Database version. -
display_name- The user-provided name for the database home. The name does not need to be unique. -
id- The OCID of the database home. -
last_patch_history_entry_id- The OCID of the last patch history. This value is updated as soon as a patch operation is started. -
state- The current state of the database home. -
time_created- The date and time the database home was created.