db_systems
Creates, updates, deletes, gets or lists a db_systems resource.
Overview
| Name | db_systems |
| Type | Resource |
| Id | azure_isv.oracledatabase.db_systems |
Fields
The following fields are returned by SELECT queries:
- get
- list_by_resource_group
- list_by_subscription
| Name | Datatype | Description |
|---|---|---|
id | string | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name | string | The name of the resource. |
adminPassword | string | A strong password for SYS, SYSTEM, and PDB Admin. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, #, or -. |
clusterName | string | The cluster name for Exadata and 2-node RAC virtual machine DB systems. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive. |
computeCount | integer | The number of compute servers for the DB system. |
computeModel | string | The compute model for Base Database Service. This is required if using the computeCount parameter. If using cpuCoreCount then it is an error to specify computeModel to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy. Known values are: "ECPU" and "OCPU". (ECPU, OCPU) |
dataStorageSizeInGbs | integer | The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems. |
databaseEdition | string | The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require EnterpriseEditionExtremePerformance. Required. Known values are: "StandardEdition", "EnterpriseEdition", "EnterpriseEditionHighPerformance", "EnterpriseEditionExtreme", and "EnterpriseEditionDeveloper". (StandardEdition, EnterpriseEdition, EnterpriseEditionHighPerformance, EnterpriseEditionExtreme, EnterpriseEditionDeveloper) |
dbSystemOptions | object | The DB system options. |
dbVersion | string | A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation. Required. |
diskRedundancy | string | The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy. Known values are: "High" and "Normal". (High, Normal) |
displayName | string | The user-friendly name for the DB system. The name does not have to be unique. |
domain | string | The domain name for the DB system. |
gridImageOcid | string | The OCID of a grid infrastructure software image. This is a database software image of the type GRID_IMAGE. |
hostname | string | The hostname for the DB system. Required. |
initialDataStorageSizeInGb | integer | Size in GB of the initial data volume that will be created and attached to a virtual machine DB system. You can scale up storage after provisioning, as needed. Note that the total storage size attached will be more than the amount you specify to allow for REDO/RECO space and software volume. |
licenseModel | string | The Oracle license model that applies to all the databases on the DB system. The default is LicenseIncluded. Known values are: "LicenseIncluded" and "BringYourOwnLicense". (LicenseIncluded, BringYourOwnLicense) |
lifecycleDetails | string | Additional information about the current lifecycle state. |
lifecycleState | string | The current state of the DB system. Known values are: "Provisioning", "Available", "Updating", "Terminating", "Terminated", "Failed", "Migrated", "MaintenanceInProgress", "NeedsAttention", and "Upgrading". (Provisioning, Available, Updating, Terminating, Terminated, Failed, Migrated, MaintenanceInProgress, NeedsAttention, Upgrading) |
listenerPort | integer | The port number configured for the listener on the DB system. |
location | string | The geo-location where the resource lives. Required. |
memorySizeInGbs | integer | Memory allocated to the DB system, in gigabytes. |
networkAnchorId | string | Azure Network Anchor ID. Required. |
nodeCount | integer | The number of nodes in the DB system. For RAC DB systems, the value is greater than 1. |
ociUrl | string | HTTPS link to OCI resources exposed to Azure Customer via Azure Interface. |
ocid | string | The OCID of the DB system. |
pdbName | string | The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name. |
provisioningState | string | dbSystem provisioning state. Known values are: "Succeeded", "Failed", "Canceled", and "Provisioning". (Succeeded, Failed, Canceled, Provisioning) |
resourceAnchorId | string | Azure Resource Anchor ID. Required. |
scanDnsName | string | The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system. |
scanIps | array | The list of Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster. Note: For a single-node DB system, this list is empty. |
shape | string | The shape of the DB system. The shape determines resources to allocate to the DB system. For virtual machine shapes, the number of CPU cores and memory. For bare metal and Exadata shapes, the number of CPU cores, storage, and memory. Required. |
source | string | The source of the database for creating a new database. Required. for creating a new database. |
sshPublicKeys | array | The public key portion of one or more key pairs used for SSH access to the DB system. Required. |
storageVolumePerformanceMode | string | The block storage volume performance level. Valid values are Balanced and HighPerformance. See Block Volume Performance _ for more information. Known values are: "Balanced" and "HighPerformance". (Balanced, HighPerformance) |
systemData | object | Azure Resource Manager metadata containing createdBy and modifiedBy information. |
tags | object | Resource tags. |
timeZone | string | The time zone of the DB system, e.g., UTC, to set the timeZone as UTC. |
type | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
version | string | The Oracle Database version of the DB system. |
zones | array | The availability zones. |
| Name | Datatype | Description |
|---|---|---|
id | string | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name | string | The name of the resource. |
adminPassword | string | A strong password for SYS, SYSTEM, and PDB Admin. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, #, or -. |
clusterName | string | The cluster name for Exadata and 2-node RAC virtual machine DB systems. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive. |
computeCount | integer | The number of compute servers for the DB system. |
computeModel | string | The compute model for Base Database Service. This is required if using the computeCount parameter. If using cpuCoreCount then it is an error to specify computeModel to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy. Known values are: "ECPU" and "OCPU". (ECPU, OCPU) |
dataStorageSizeInGbs | integer | The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems. |
databaseEdition | string | The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require EnterpriseEditionExtremePerformance. Required. Known values are: "StandardEdition", "EnterpriseEdition", "EnterpriseEditionHighPerformance", "EnterpriseEditionExtreme", and "EnterpriseEditionDeveloper". (StandardEdition, EnterpriseEdition, EnterpriseEditionHighPerformance, EnterpriseEditionExtreme, EnterpriseEditionDeveloper) |
dbSystemOptions | object | The DB system options. |
dbVersion | string | A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation. Required. |
diskRedundancy | string | The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy. Known values are: "High" and "Normal". (High, Normal) |
displayName | string | The user-friendly name for the DB system. The name does not have to be unique. |
domain | string | The domain name for the DB system. |
gridImageOcid | string | The OCID of a grid infrastructure software image. This is a database software image of the type GRID_IMAGE. |
hostname | string | The hostname for the DB system. Required. |
initialDataStorageSizeInGb | integer | Size in GB of the initial data volume that will be created and attached to a virtual machine DB system. You can scale up storage after provisioning, as needed. Note that the total storage size attached will be more than the amount you specify to allow for REDO/RECO space and software volume. |
licenseModel | string | The Oracle license model that applies to all the databases on the DB system. The default is LicenseIncluded. Known values are: "LicenseIncluded" and "BringYourOwnLicense". (LicenseIncluded, BringYourOwnLicense) |
lifecycleDetails | string | Additional information about the current lifecycle state. |
lifecycleState | string | The current state of the DB system. Known values are: "Provisioning", "Available", "Updating", "Terminating", "Terminated", "Failed", "Migrated", "MaintenanceInProgress", "NeedsAttention", and "Upgrading". (Provisioning, Available, Updating, Terminating, Terminated, Failed, Migrated, MaintenanceInProgress, NeedsAttention, Upgrading) |
listenerPort | integer | The port number configured for the listener on the DB system. |
location | string | The geo-location where the resource lives. Required. |
memorySizeInGbs | integer | Memory allocated to the DB system, in gigabytes. |
networkAnchorId | string | Azure Network Anchor ID. Required. |
nodeCount | integer | The number of nodes in the DB system. For RAC DB systems, the value is greater than 1. |
ociUrl | string | HTTPS link to OCI resources exposed to Azure Customer via Azure Interface. |
ocid | string | The OCID of the DB system. |
pdbName | string | The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name. |
provisioningState | string | dbSystem provisioning state. Known values are: "Succeeded", "Failed", "Canceled", and "Provisioning". (Succeeded, Failed, Canceled, Provisioning) |
resourceAnchorId | string | Azure Resource Anchor ID. Required. |
scanDnsName | string | The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system. |
scanIps | array | The list of Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster. Note: For a single-node DB system, this list is empty. |
shape | string | The shape of the DB system. The shape determines resources to allocate to the DB system. For virtual machine shapes, the number of CPU cores and memory. For bare metal and Exadata shapes, the number of CPU cores, storage, and memory. Required. |
source | string | The source of the database for creating a new database. Required. for creating a new database. |
sshPublicKeys | array | The public key portion of one or more key pairs used for SSH access to the DB system. Required. |
storageVolumePerformanceMode | string | The block storage volume performance level. Valid values are Balanced and HighPerformance. See Block Volume Performance _ for more information. Known values are: "Balanced" and "HighPerformance". (Balanced, HighPerformance) |
systemData | object | Azure Resource Manager metadata containing createdBy and modifiedBy information. |
tags | object | Resource tags. |
timeZone | string | The time zone of the DB system, e.g., UTC, to set the timeZone as UTC. |
type | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
version | string | The Oracle Database version of the DB system. |
zones | array | The availability zones. |
| Name | Datatype | Description |
|---|---|---|
id | string | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name | string | The name of the resource. |
adminPassword | string | A strong password for SYS, SYSTEM, and PDB Admin. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, #, or -. |
clusterName | string | The cluster name for Exadata and 2-node RAC virtual machine DB systems. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive. |
computeCount | integer | The number of compute servers for the DB system. |
computeModel | string | The compute model for Base Database Service. This is required if using the computeCount parameter. If using cpuCoreCount then it is an error to specify computeModel to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy. Known values are: "ECPU" and "OCPU". (ECPU, OCPU) |
dataStorageSizeInGbs | integer | The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems. |
databaseEdition | string | The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require EnterpriseEditionExtremePerformance. Required. Known values are: "StandardEdition", "EnterpriseEdition", "EnterpriseEditionHighPerformance", "EnterpriseEditionExtreme", and "EnterpriseEditionDeveloper". (StandardEdition, EnterpriseEdition, EnterpriseEditionHighPerformance, EnterpriseEditionExtreme, EnterpriseEditionDeveloper) |
dbSystemOptions | object | The DB system options. |
dbVersion | string | A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation. Required. |
diskRedundancy | string | The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy. Known values are: "High" and "Normal". (High, Normal) |
displayName | string | The user-friendly name for the DB system. The name does not have to be unique. |
domain | string | The domain name for the DB system. |
gridImageOcid | string | The OCID of a grid infrastructure software image. This is a database software image of the type GRID_IMAGE. |
hostname | string | The hostname for the DB system. Required. |
initialDataStorageSizeInGb | integer | Size in GB of the initial data volume that will be created and attached to a virtual machine DB system. You can scale up storage after provisioning, as needed. Note that the total storage size attached will be more than the amount you specify to allow for REDO/RECO space and software volume. |
licenseModel | string | The Oracle license model that applies to all the databases on the DB system. The default is LicenseIncluded. Known values are: "LicenseIncluded" and "BringYourOwnLicense". (LicenseIncluded, BringYourOwnLicense) |
lifecycleDetails | string | Additional information about the current lifecycle state. |
lifecycleState | string | The current state of the DB system. Known values are: "Provisioning", "Available", "Updating", "Terminating", "Terminated", "Failed", "Migrated", "MaintenanceInProgress", "NeedsAttention", and "Upgrading". (Provisioning, Available, Updating, Terminating, Terminated, Failed, Migrated, MaintenanceInProgress, NeedsAttention, Upgrading) |
listenerPort | integer | The port number configured for the listener on the DB system. |
location | string | The geo-location where the resource lives. Required. |
memorySizeInGbs | integer | Memory allocated to the DB system, in gigabytes. |
networkAnchorId | string | Azure Network Anchor ID. Required. |
nodeCount | integer | The number of nodes in the DB system. For RAC DB systems, the value is greater than 1. |
ociUrl | string | HTTPS link to OCI resources exposed to Azure Customer via Azure Interface. |
ocid | string | The OCID of the DB system. |
pdbName | string | The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name. |
provisioningState | string | dbSystem provisioning state. Known values are: "Succeeded", "Failed", "Canceled", and "Provisioning". (Succeeded, Failed, Canceled, Provisioning) |
resourceAnchorId | string | Azure Resource Anchor ID. Required. |
scanDnsName | string | The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system. |
scanIps | array | The list of Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster. Note: For a single-node DB system, this list is empty. |
shape | string | The shape of the DB system. The shape determines resources to allocate to the DB system. For virtual machine shapes, the number of CPU cores and memory. For bare metal and Exadata shapes, the number of CPU cores, storage, and memory. Required. |
source | string | The source of the database for creating a new database. Required. for creating a new database. |
sshPublicKeys | array | The public key portion of one or more key pairs used for SSH access to the DB system. Required. |
storageVolumePerformanceMode | string | The block storage volume performance level. Valid values are Balanced and HighPerformance. See Block Volume Performance _ for more information. Known values are: "Balanced" and "HighPerformance". (Balanced, HighPerformance) |
systemData | object | Azure Resource Manager metadata containing createdBy and modifiedBy information. |
tags | object | Resource tags. |
timeZone | string | The time zone of the DB system, e.g., UTC, to set the timeZone as UTC. |
type | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
version | string | The Oracle Database version of the DB system. |
zones | array | The availability zones. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | select | resource_group_name, db_system_name, subscription_id | Get a DbSystem. | |
list_by_resource_group | select | resource_group_name, subscription_id | List DbSystem resources by resource group. | |
list_by_subscription | select | subscription_id | List DbSystem resources by subscription ID. | |
create_or_update | insert | resource_group_name, db_system_name, subscription_id, location | Create a DbSystem. | |
update | update | resource_group_name, db_system_name, subscription_id | Update a DbSystem. | |
create_or_update | replace | resource_group_name, db_system_name, subscription_id, location | Create a DbSystem. | |
delete | delete | resource_group_name, db_system_name, subscription_id | Delete a DbSystem. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
db_system_name | string | The name of the DbSystem. Required. |
resource_group_name | string | The name of the resource group. The name is case insensitive. Required. |
subscription_id | string |
SELECT examples
- get
- list_by_resource_group
- list_by_subscription
Get a DbSystem.
SELECT
id,
name,
adminPassword,
clusterName,
computeCount,
computeModel,
dataStorageSizeInGbs,
databaseEdition,
dbSystemOptions,
dbVersion,
diskRedundancy,
displayName,
domain,
gridImageOcid,
hostname,
initialDataStorageSizeInGb,
licenseModel,
lifecycleDetails,
lifecycleState,
listenerPort,
location,
memorySizeInGbs,
networkAnchorId,
nodeCount,
ociUrl,
ocid,
pdbName,
provisioningState,
resourceAnchorId,
scanDnsName,
scanIps,
shape,
source,
sshPublicKeys,
storageVolumePerformanceMode,
systemData,
tags,
timeZone,
type,
version,
zones
FROM azure_isv.oracledatabase.db_systems
WHERE resource_group_name = '{{ resource_group_name }}' -- required
AND db_system_name = '{{ db_system_name }}' -- required
AND subscription_id = '{{ subscription_id }}' -- required
;
List DbSystem resources by resource group.
SELECT
id,
name,
adminPassword,
clusterName,
computeCount,
computeModel,
dataStorageSizeInGbs,
databaseEdition,
dbSystemOptions,
dbVersion,
diskRedundancy,
displayName,
domain,
gridImageOcid,
hostname,
initialDataStorageSizeInGb,
licenseModel,
lifecycleDetails,
lifecycleState,
listenerPort,
location,
memorySizeInGbs,
networkAnchorId,
nodeCount,
ociUrl,
ocid,
pdbName,
provisioningState,
resourceAnchorId,
scanDnsName,
scanIps,
shape,
source,
sshPublicKeys,
storageVolumePerformanceMode,
systemData,
tags,
timeZone,
type,
version,
zones
FROM azure_isv.oracledatabase.db_systems
WHERE resource_group_name = '{{ resource_group_name }}' -- required
AND subscription_id = '{{ subscription_id }}' -- required
;
List DbSystem resources by subscription ID.
SELECT
id,
name,
adminPassword,
clusterName,
computeCount,
computeModel,
dataStorageSizeInGbs,
databaseEdition,
dbSystemOptions,
dbVersion,
diskRedundancy,
displayName,
domain,
gridImageOcid,
hostname,
initialDataStorageSizeInGb,
licenseModel,
lifecycleDetails,
lifecycleState,
listenerPort,
location,
memorySizeInGbs,
networkAnchorId,
nodeCount,
ociUrl,
ocid,
pdbName,
provisioningState,
resourceAnchorId,
scanDnsName,
scanIps,
shape,
source,
sshPublicKeys,
storageVolumePerformanceMode,
systemData,
tags,
timeZone,
type,
version,
zones
FROM azure_isv.oracledatabase.db_systems
WHERE subscription_id = '{{ subscription_id }}' -- required
;
INSERT examples
- create_or_update
- Manifest
Create a DbSystem.
INSERT INTO azure_isv.oracledatabase.db_systems (
tags,
location,
properties,
zones,
resource_group_name,
db_system_name,
subscription_id
)
SELECT
'{{ tags }}',
'{{ location }}' /* required */,
'{{ properties }}',
'{{ zones }}',
'{{ resource_group_name }}',
'{{ db_system_name }}',
'{{ subscription_id }}'
RETURNING
id,
name,
location,
properties,
systemData,
tags,
type,
zones
;
# Description fields are for documentation purposes
- name: db_systems
props:
- name: resource_group_name
value: "{{ resource_group_name }}"
description: Required parameter for the db_systems resource.
- name: db_system_name
value: "{{ db_system_name }}"
description: Required parameter for the db_systems resource.
- name: subscription_id
value: "{{ subscription_id }}"
description: Required parameter for the db_systems resource.
- name: tags
value: "{{ tags }}"
description: |
Resource tags.
- name: location
value: "{{ location }}"
description: |
The geo-location where the resource lives. Required.
- name: properties
description: |
The resource-specific properties for this resource.
value:
source: "{{ source }}"
provisioningState: "{{ provisioningState }}"
ociUrl: "{{ ociUrl }}"
resourceAnchorId: "{{ resourceAnchorId }}"
networkAnchorId: "{{ networkAnchorId }}"
clusterName: "{{ clusterName }}"
displayName: "{{ displayName }}"
initialDataStorageSizeInGb: {{ initialDataStorageSizeInGb }}
dataStorageSizeInGbs: {{ dataStorageSizeInGbs }}
dbSystemOptions:
storageManagement: "{{ storageManagement }}"
diskRedundancy: "{{ diskRedundancy }}"
domain: "{{ domain }}"
gridImageOcid: "{{ gridImageOcid }}"
hostname: "{{ hostname }}"
ocid: "{{ ocid }}"
licenseModel: "{{ licenseModel }}"
lifecycleDetails: "{{ lifecycleDetails }}"
lifecycleState: "{{ lifecycleState }}"
listenerPort: {{ listenerPort }}
memorySizeInGbs: {{ memorySizeInGbs }}
nodeCount: {{ nodeCount }}
scanDnsName: "{{ scanDnsName }}"
scanIps:
- "{{ scanIps }}"
shape: "{{ shape }}"
sshPublicKeys:
- "{{ sshPublicKeys }}"
storageVolumePerformanceMode: "{{ storageVolumePerformanceMode }}"
timeZone: "{{ timeZone }}"
version: "{{ version }}"
computeModel: "{{ computeModel }}"
computeCount: {{ computeCount }}
databaseEdition: "{{ databaseEdition }}"
adminPassword: "{{ adminPassword }}"
dbVersion: "{{ dbVersion }}"
pdbName: "{{ pdbName }}"
- name: zones
value:
- "{{ zones }}"
description: |
The availability zones.
UPDATE examples
- update
Update a DbSystem.
UPDATE azure_isv.oracledatabase.db_systems
SET
zones = '{{ zones }}',
tags = '{{ tags }}',
properties = '{{ properties }}'
WHERE
resource_group_name = '{{ resource_group_name }}' --required
AND db_system_name = '{{ db_system_name }}' --required
AND subscription_id = '{{ subscription_id }}' --required
RETURNING
id,
name,
location,
properties,
systemData,
tags,
type,
zones;
REPLACE examples
- create_or_update
Create a DbSystem.
REPLACE azure_isv.oracledatabase.db_systems
SET
tags = '{{ tags }}',
location = '{{ location }}',
properties = '{{ properties }}',
zones = '{{ zones }}'
WHERE
resource_group_name = '{{ resource_group_name }}' --required
AND db_system_name = '{{ db_system_name }}' --required
AND subscription_id = '{{ subscription_id }}' --required
AND location = '{{ location }}' --required
RETURNING
id,
name,
location,
properties,
systemData,
tags,
type,
zones;
DELETE examples
- delete
Delete a DbSystem.
DELETE FROM azure_isv.oracledatabase.db_systems
WHERE resource_group_name = '{{ resource_group_name }}' --required
AND db_system_name = '{{ db_system_name }}' --required
AND subscription_id = '{{ subscription_id }}' --required
;