az oracle-database autonomous-database
Note
This reference is part of the oracle-database extension for the Azure CLI (version 2.57.0 or higher). The extension will automatically install the first time you run an az oracle-database autonomous-database command. Learn more about extensions.
Oracle Autonomous Databases.
Commands
Name | Description | Type | Status |
---|---|---|---|
az oracle-database autonomous-database backup |
Autonomous Databases Backup. |
Extension | GA |
az oracle-database autonomous-database backup create |
Create a AutonomousDatabaseBackup. |
Extension | GA |
az oracle-database autonomous-database backup delete |
Delete a AutonomousDatabaseBackup. |
Extension | GA |
az oracle-database autonomous-database backup list |
List AutonomousDatabaseBackup resources by AutonomousDatabase. |
Extension | GA |
az oracle-database autonomous-database backup show |
Get a AutonomousDatabaseBackup. |
Extension | GA |
az oracle-database autonomous-database backup update |
Update a AutonomousDatabaseBackup. |
Extension | GA |
az oracle-database autonomous-database backup wait |
Place the CLI in a waiting state until a condition is met. |
Extension | GA |
az oracle-database autonomous-database character-set |
Autonomous Databases Character Set. |
Extension | GA |
az oracle-database autonomous-database character-set list |
List AutonomousDatabaseCharacterSet resources by Location. |
Extension | GA |
az oracle-database autonomous-database create |
Create a AutonomousDatabase. |
Extension | GA |
az oracle-database autonomous-database delete |
Delete a AutonomousDatabase. |
Extension | GA |
az oracle-database autonomous-database failover |
Perform failover action on Autonomous Database. |
Extension | GA |
az oracle-database autonomous-database list |
List AutonomousDatabase resources by subscription ID. |
Extension | GA |
az oracle-database autonomous-database national-character-set |
Autonomous Databases National Character Set. |
Extension | GA |
az oracle-database autonomous-database national-character-set list |
List AutonomousDatabaseNationalCharacterSet resources by Location. |
Extension | GA |
az oracle-database autonomous-database restore |
Restores an Autonomous Database based on the provided request parameters. |
Extension | GA |
az oracle-database autonomous-database show |
Get a AutonomousDatabase. |
Extension | GA |
az oracle-database autonomous-database switchover |
Perform switchover action on Autonomous Database. |
Extension | GA |
az oracle-database autonomous-database update |
Update a AutonomousDatabase. |
Extension | GA |
az oracle-database autonomous-database version |
Autonomous Databases Version. |
Extension | GA |
az oracle-database autonomous-database version list |
List AutonomousDbVersion resources by Location. |
Extension | GA |
az oracle-database autonomous-database wait |
Place the CLI in a waiting state until a condition is met. |
Extension | GA |
az oracle-database autonomous-database create
Create a AutonomousDatabase.
az oracle-database autonomous-database create --autonomousdatabasename --name
--resource-group
[--admin-password]
[--autonomous-database-id]
[--autonomous-maintenance-schedule-type --schedule-type {Early, Regular}]
[--backup-retention-period-in-days --retention-days]
[--character-set]
[--clone]
[--compute-count]
[--compute-model {ECPU, OCPU}]
[--cpu-auto-scaling --is-auto-scaling-enabled {0, 1, f, false, n, no, t, true, y, yes}]
[--cpu-core-count]
[--customer-contacts]
[--data-storage-size-in-gbs --storage-gbs]
[--data-storage-size-in-tbs --storage-tbs]
[--database-edition {EnterpriseEdition, StandardEdition}]
[--db-version]
[--db-workload {AJD, APEX, DW, OLTP}]
[--display-name]
[--is-auto-scaling-for-storage-enabled --store-auto-scaling {0, 1, f, false, n, no, t, true, y, yes}]
[--is-local-data-guard-enabled --local-data-guard {0, 1, f, false, n, no, t, true, y, yes}]
[--is-mtls-connection-required --mtls-reqd {0, 1, f, false, n, no, t, true, y, yes}]
[--is-preview-version-with-service-terms-accepted --preview-accepted {0, 1, f, false, n, no, t, true, y, yes}]
[--license-model {BringYourOwnLicense, LicenseIncluded}]
[--location]
[--ncharacter-set]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--private-endpoint-ip]
[--private-endpoint-label]
[--regular]
[--scheduled-operations]
[--subnet-id]
[--tags]
[--vnet-id]
[--whitelisted-ips]
Examples
Create an Autonomous database
az oracle-database autonomous-database create --location <location> --autonomousdatabasename <name> --resource-group <resource_group> --subnet-id /<subnet_id> --display-name <display_name> --compute-model ECPU --compute-count <compute_count> --data-storage-size-in-gbs <storage_size> --license-model <BringYourOwnLicense/LicenseIncluded> --db-workload <OLTP> --admin-password <password> --db-version 19c --character-set AL32UTF8 --ncharacter-set AL16UTF16 --vnet-id <virtual network id> --regular
Required Parameters
The database name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Admin password. If value is blank it's asked from the tty.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Autonomous Database ID.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The maintenance schedule type of the Autonomous Database Serverless.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | Early, Regular |
Retention period, in days, for long-term backups.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The character set for the autonomous database.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The compute amount (CPUs) available to the database.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The compute model of the Autonomous Database.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | ECPU, OCPU |
Indicates if auto scaling is enabled for the Autonomous Database CPU core count.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
The number of CPU cores to be made available to the database.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Customer Contacts. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The size, in gigabytes, of the data volume that will be created and attached to the database.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The quantity of data in the database, in terabytes.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The Oracle Database Edition that applies to the Autonomous databases.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | EnterpriseEdition, StandardEdition |
A valid Oracle Database version for Autonomous Database.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The Autonomous Database workload type.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | AJD, APEX, DW, OLTP |
The user-friendly name for the Autonomous Database.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Indicates if auto scaling is enabled for the Autonomous Database storage.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
Indicates whether the Autonomous Database has local or called in-region Data Guard enabled.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
Specifies if the Autonomous Database requires mTLS connections.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
Specifies if the Autonomous Database preview version is being provisioned.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
The Oracle license model that applies to the Oracle Autonomous Database. The default is LICENSE_INCLUDED.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | BringYourOwnLicense, LicenseIncluded |
The geo-location where the resource lives When not specified, the location of the resource group will be used.
Property | Value |
---|---|
Parameter group: | Resource Arguments |
The character set for the Autonomous Database.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
The private endpoint Ip address for the resource.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The resource's private endpoint label.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The list of scheduled operations. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Client subnet.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Resource Arguments |
VNET for network connectivity.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The client IP access control list (ACL). This is an array of CIDR notations and/or IP addresses. Values should be separate strings, separated by commas. Example: ['1.1.1.1','1.1.1.0/24','1.1.2.25'] Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az oracle-database autonomous-database delete
Delete a AutonomousDatabase.
az oracle-database autonomous-database delete [--autonomousdatabasename --name]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
[--yes]
Examples
Delete an Autonomous database
az oracle-database autonomous-database delete --name <ADBS name> --resource-group <resource_group>
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The database name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not prompt for confirmation.
Property | Value |
---|---|
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az oracle-database autonomous-database failover
Perform failover action on Autonomous Database.
az oracle-database autonomous-database failover [--autonomousdatabasename]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--peer-db-id]
[--resource-group]
[--subscription]
Examples
Failover
az oracle-database autonomous-database failover --autonomousdatabasename <ADBS name> --resource-group <resource_group> --peer-db-id <id>
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The database name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
The database OCID of the Disaster Recovery peer database, which is located in a different region from the current peer database.
Property | Value |
---|---|
Parameter group: | Body Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az oracle-database autonomous-database list
List AutonomousDatabase resources by subscription ID.
az oracle-database autonomous-database list [--max-items]
[--next-token]
[--resource-group]
Examples
List Autonomous databases
az oracle-database autonomous-database list --resource-group <resource_group>
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Property | Value |
---|---|
Parameter group: | Pagination Arguments |
Token to specify where to start paginating. This is the token value from a previously truncated response.
Property | Value |
---|---|
Parameter group: | Pagination Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az oracle-database autonomous-database restore
Restores an Autonomous Database based on the provided request parameters.
az oracle-database autonomous-database restore --timestamp
[--autonomousdatabasename]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
Examples
Restore Autonomous database
az oracle-database autonomous-database restore --autonomousdatabasename <ADBS name> --resource-group <resource_group> --timestamp <timestamp>
Required Parameters
The time to restore the database to.
Property | Value |
---|---|
Parameter group: | Body Arguments |
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The database name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az oracle-database autonomous-database show
Get a AutonomousDatabase.
az oracle-database autonomous-database show [--autonomousdatabasename --name]
[--ids]
[--resource-group]
[--subscription]
Examples
Get Autonomous database
az oracle-database autonomous-database show --autonomousdatabasename <ADBS name> --resource-group <resource_group>
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The database name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az oracle-database autonomous-database switchover
Perform switchover action on Autonomous Database.
az oracle-database autonomous-database switchover [--autonomousdatabasename]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--peer-db-id]
[--resource-group]
[--subscription]
Examples
Switchover
az oracle-database autonomous-database switchover --autonomousdatabasename <ADBS name> --resource-group <resource_group> --peer-db-id <id>
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The database name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
The database OCID of the Disaster Recovery peer database, which is located in a different region from the current peer database.
Property | Value |
---|---|
Parameter group: | Body Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az oracle-database autonomous-database update
Update a AutonomousDatabase.
az oracle-database autonomous-database update [--add]
[--admin-password]
[--autonomous-maintenance-schedule-type --schedule-type {Early, Regular}]
[--autonomousdatabasename --name]
[--backup-retention-period-in-days --retention-days]
[--backup-schedule --long-term-backup-schedule]
[--clone]
[--compute-count]
[--cpu-auto-scaling --is-auto-scaling-enabled {0, 1, f, false, n, no, t, true, y, yes}]
[--cpu-core-count]
[--customer-contacts]
[--data-storage-size-in-gbs --storage-gbs]
[--data-storage-size-in-tbs --storage-tbs]
[--database-edition {EnterpriseEdition, StandardEdition}]
[--display-name]
[--failover-limit --local-adg-auto-failover-max-data-loss-limit]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--is-auto-scaling-for-storage-enabled --store-auto-scaling {0, 1, f, false, n, no, t, true, y, yes}]
[--is-local-data-guard-enabled --local-data-guard {0, 1, f, false, n, no, t, true, y, yes}]
[--is-mtls-connection-required --mtls-reqd {0, 1, f, false, n, no, t, true, y, yes}]
[--license-model {BringYourOwnLicense, LicenseIncluded}]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--open-mode {ReadOnly, ReadWrite}]
[--peer-db-id]
[--permission-level {Restricted, Unrestricted}]
[--regular]
[--remove]
[--resource-group]
[--role {BackupCopy, DisabledStandby, Primary, SnapshotStandby, Standby}]
[--scheduled-operations]
[--set]
[--subscription]
[--tags]
[--whitelisted-ips]
Examples
Update Autonomous database
az oracle-database autonomous-database update --autonomousdatabasename <ADBS name> --resource-group <resource_group> --tags {Tagkey:TagValue}
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Admin password. If value is blank it's asked from the tty.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The maintenance schedule type of the Autonomous Database Serverless.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | Early, Regular |
The database name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Retention period, in days, for long-term backups.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Details for the long-term backup schedule. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The compute amount (CPUs) available to the database.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Indicates if auto scaling is enabled for the Autonomous Database CPU core count.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
The number of CPU cores to be made available to the database.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Customer Contacts. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The size, in gigabytes, of the data volume that will be created and attached to the database.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The quantity of data in the database, in terabytes.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The Oracle Database Edition that applies to the Autonomous databases.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | EnterpriseEdition, StandardEdition |
The user-friendly name for the Autonomous Database.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Indicates if auto scaling is enabled for the Autonomous Database storage.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
Indicates whether the Autonomous Database has local or called in-region Data Guard enabled.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
Specifies if the Autonomous Database requires mTLS connections.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
The Oracle license model that applies to the Oracle Autonomous Database. The default is LICENSE_INCLUDED.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | BringYourOwnLicense, LicenseIncluded |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
Indicates the Autonomous Database mode.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | ReadOnly, ReadWrite |
The database OCID of the Disaster Recovery peer database, which is located in a different region from the current peer database.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The Autonomous Database permission level.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | Restricted, Unrestricted |
Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | BackupCopy, DisabledStandby, Primary, SnapshotStandby, Standby |
The list of scheduled operations. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Resource Arguments |
The client IP access control list (ACL). This is an array of CIDR notations and/or IP addresses. Values should be separate strings, separated by commas. Example: ['1.1.1.1','1.1.1.0/24','1.1.2.25'] Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az oracle-database autonomous-database wait
Place the CLI in a waiting state until a condition is met.
az oracle-database autonomous-database wait [--autonomousdatabasename --name]
[--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The database name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Wait until created with 'provisioningState' at 'Succeeded'.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Wait until deleted.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
Wait until the resource exists.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Polling interval in seconds.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | 30 |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Maximum wait in seconds.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | 3600 |
Wait until updated with provisioningState at 'Succeeded'.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |