Data Source: oci_database_pluggable_databases

This data source provides the list of Pluggable Databases in Oracle Cloud Infrastructure Database service.

Gets a list of the pluggable databases in a database or compartment. You must provide either a databaseId or compartmentId value.

Example Usage

data "oci_database_pluggable_databases" "test_pluggable_databases" {

	#Optional
	compartment_id = var.compartment_id
	database_id = oci_database_database.test_database.id
	pdb_name = var.pluggable_database_pdb_name
	state = var.pluggable_database_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

PluggableDatabase Reference

The following attributes are exported: