Creating an Always Free DB System
Use the Console or a command-line interface to create a HeatWave Always Free DB system.
Using the Console
Use the Console to create an Always Free DB system.
The DB system is created.
Note
If you encounter
If you encounter
OutOfHostCapacity
work request error while creating a DB system, see Resolving OutOfHostCapacity Error.
Related Topics
Using the CLI
Use the command-line interface to create an Always Free DB system.
This task requires the following:
- A compartment Oracle Cloud Identifier (OCID).
- A policy that permits you to create DB systems in the compartment or tenancy.
- A properly configured CLI installation and the requisite SSH keys. See Command Line Interface.
- A properly configured VCN. See Creating a Virtual Cloud Network.
The command creates an Always Free DB system and you get a response similar to the following, which summarizes the request and creates the DB system:
Note
This does not create a HeatWave cluster together with the DB system, you can add a HeatWave cluster to the DB system after it has been created successfully.
This does not create a HeatWave cluster together with the DB system, you can add a HeatWave cluster to the DB system after it has been created successfully.
{
"data": {
"availability-domain": "<AD-name>",
"backup-policy": {
"defined-tags": null,
"freeform-tags": null,
"is-enabled": true,
"pitr-policy": {
"is-enabled": false
},
"retention-in-days": 1,
"window-start-time": "19:37"
},
"channels": [],
"compartment-id": "ocid1.compartment.oc1..<alphaNumericString>",
"configuration-id": "ocid1.mysqlconfiguration.oc1..<alphaNumericString>",
"crash-recovery": "ENABLED",
"current-placement": {
"availability-domain": null,
"fault-domain": null
},
"data-storage-size-in-gbs": 50,
"database-management": "DISABLED",
"defined-tags": {},
"deletion-policy": {
"automatic-backup-retention": "RETAIN",
"final-backup": "SKIP_FINAL_BACKUP",
"is-delete-protected": false
},
"description": null,
"display-name": "<DBSystemName>",
"endpoints": [],
"fault-domain": null,
"freeform-tags": {},
"heat-wave-cluster": null,
"hostname-label": null,
"id": "ocid1.mysqldbsystem.oc1.iad.<alphaNumericString>",
"ip-address": null,
"is-heat-wave-cluster-attached": false,
"is-highly-available": false,
"lifecycle-details": "",
"lifecycle-state": "CREATING",
"maintenance": {
"window-start-time": "THURSDAY 09:06"
},
"mysql-version": "9.0.1",
"point-in-time-recovery-details": null,
"port": null,
"port-x": null,
"secure-connections": {
"certificate-generation-type": "SYSTEM",
"certificate-id": null
},
"shape-name": "MySQL.Free",
"source": null,
"subnet-id": "ocid1.subnet.oc1.iad.<alphaNumericString>",
"time-created": "2024-08-08T01:37:25.711000+00:00",
"time-updated": "2024-08-08T01:37:25.711000+00:00"
},
"etag": "<alphaNumericString>",
"opc-work-request-id": "ocid1.mysqlworkrequest.oc1.iad.<alphaNumericString>"
}
Related Topics