select db_name, id, lifecycle_state, time_createdfrom oci_database_db;
select db_name, id, lifecycle_state, time_createdfrom oci_database_dbwhere lifecycle_state <> 'AVAILABLE';
select id as volume_id, display_name, lifecycle_state, tenant_id, compartment_idfrom oci_core_volumewhere compartment_id = tenant_id;
Parameter | Description |
---|---|
SQL statement | The SQL statement we wish to use to query the resource. |
Output format | Representation of the output result. The possible options are “Table”, “CSV” or “JSON”. |
Was this page helpful?