start_db_system
Start all nodes of an Oracle Cloud Infrastructure database system to activate database services and make them available for connections and operations.
Instructions
Start all nodes of a DB System.
Note: compartment_id required to enumerate nodes correctly.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| compartment_id | Yes | ||
| db_system_id | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "compartment_id": {
      "title": "Compartment Id",
      "type": "string"
    },
    "db_system_id": {
      "title": "Db System Id",
      "type": "string"
    }
  },
  "required": [
    "db_system_id",
    "compartment_id"
  ],
  "type": "object"
}