-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
83 changed files
with
3,344 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database create_ | ||
|
||
Create a AutonomousDatabase | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{} 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Create an Autonomous database | ||
```bash | ||
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database delete_ | ||
|
||
Delete a AutonomousDatabase | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{} 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Delete an Autonomous database | ||
```bash | ||
oracle-database autonomous-database delete --name <ADBS name> --resource-group <resource_group> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database failover_ | ||
|
||
Perform failover action on Autonomous Database | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L2ZhaWxvdmVy/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/failover 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Failover | ||
```bash | ||
oracle-database autonomous-database failover --autonomousdatabasename <ADBS name> --resource-group <resource_group> --peer-db-id <id> | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/oracle-database/autonomous-database/_generate-wallet.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database generate-wallet_ | ||
|
||
Generate wallet action on Autonomous Database | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L2dlbmVyYXRld2FsbGV0/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/generatewallet 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Generate Wallet | ||
```bash | ||
oracle-database autonomous-database generate-wallet --autonomousdatabasename <ADBS name> --resource-group <resource_group> --password <password> --is-regional True | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# [Command] _oracle-database autonomous-database list_ | ||
|
||
List AutonomousDatabase resources by subscription ID | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2Vz/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/oracle.database/autonomousdatabases 2023-09-01 --> | ||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- List Autonomous databases | ||
```bash | ||
oracle-database autonomous-database list --resource-group <resource_group> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database restore_ | ||
|
||
Restores an Autonomous Database based on the provided request parameters. | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L3Jlc3RvcmU=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/restore 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Restore Autonomous database | ||
```bash | ||
oracle-database autonomous-database restore --autonomousdatabasename <ADBS name> --resource-group <resource_group> --timestamp <timestamp> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database show_ | ||
|
||
Get a AutonomousDatabase | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{} 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Get Autonomous database | ||
```bash | ||
oracle-database autonomous-database show --autonomousdatabasename <ADBS name> --resource-group <resource_group> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database shrink_ | ||
|
||
This operation shrinks the current allocated storage down to the current actual used data storage. | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L3Nocmluaw==/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/shrink 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Shrink | ||
```bash | ||
oracle-database autonomous-database shrink --autonomousdatabasename <ADBS name> --resource-group <resource_group> | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/oracle-database/autonomous-database/_switchover.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database switchover_ | ||
|
||
Perform switchover action on Autonomous Database | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L3N3aXRjaG92ZXI=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/switchover 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Switchover | ||
```bash | ||
oracle-database autonomous-database switchover --autonomousdatabasename <ADBS name> --resource-group <resource_group> --peer-db-id <id> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database update_ | ||
|
||
Update a AutonomousDatabase | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{} 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Update Autonomous database | ||
```bash | ||
oracle-database autonomous-database update --autonomousdatabasename <ADBS name> --resource-group <resource_group> --tags {Tagkey:TagValue} | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/oracle-database/autonomous-database/backup/_create.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database backup create_ | ||
|
||
Create a AutonomousDatabaseBackup | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L2F1dG9ub21vdXNkYXRhYmFzZWJhY2t1cHMve30=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/autonomousdatabasebackups/{} 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- ADBS Backup Create | ||
```bash | ||
oracle-database autonomous-database backup create --autonomousdatabasename <ADBS name> --resource-group <resource_group> --adbbackupid <id> --display-name <display name> --retention-period-in-days <days> | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/oracle-database/autonomous-database/backup/_delete.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database backup delete_ | ||
|
||
Delete a AutonomousDatabaseBackup | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L2F1dG9ub21vdXNkYXRhYmFzZWJhY2t1cHMve30=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/autonomousdatabasebackups/{} 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- ADBS Backup Delete | ||
```bash | ||
oracle-database autonomous-database backup delete --autonomousdatabasename <ADBS name> --resource-group <resource_group> --adbbackupid <id> | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/oracle-database/autonomous-database/backup/_list.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database backup list_ | ||
|
||
List AutonomousDatabaseBackup resources by AutonomousDatabase | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L2F1dG9ub21vdXNkYXRhYmFzZWJhY2t1cHM=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/autonomousdatabasebackups 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- List ADBS Backups | ||
```bash | ||
az oracle-database autonomous-database backup list --autonomousdatabasename <ADBS name> --resource-group <resource_group> | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/oracle-database/autonomous-database/backup/_show.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database backup show_ | ||
|
||
Get a AutonomousDatabaseBackup | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L2F1dG9ub21vdXNkYXRhYmFzZWJhY2t1cHMve30=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/autonomousdatabasebackups/{} 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Get ADBS Backup | ||
```bash | ||
oracle-database autonomous-database backup show --autonomousdatabasename <ADBS name> --resource-group <resource_group> --adbbackupid <id> | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/oracle-database/autonomous-database/backup/_update.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database backup update_ | ||
|
||
Update a AutonomousDatabaseBackup | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L2F1dG9ub21vdXNkYXRhYmFzZWJhY2t1cHMve30=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/autonomousdatabasebackups/{} 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- ADBS Backup Update | ||
```bash | ||
oracle-database autonomous-database backup create --autonomousdatabasename <ADBS name> --resource-group <resource_group> --adbbackupid <id> --retention-period-in-days <days> | ||
``` |
20 changes: 20 additions & 0 deletions
20
Commands/oracle-database/autonomous-database/backup/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# [Group] _oracle-database autonomous-database backup_ | ||
|
||
Autonomous Databases Backup | ||
|
||
## Commands | ||
|
||
- [create](/Commands/oracle-database/autonomous-database/backup/_create.md) | ||
: Create a AutonomousDatabaseBackup | ||
|
||
- [delete](/Commands/oracle-database/autonomous-database/backup/_delete.md) | ||
: Delete a AutonomousDatabaseBackup | ||
|
||
- [list](/Commands/oracle-database/autonomous-database/backup/_list.md) | ||
: List AutonomousDatabaseBackup resources by AutonomousDatabase | ||
|
||
- [show](/Commands/oracle-database/autonomous-database/backup/_show.md) | ||
: Get a AutonomousDatabaseBackup | ||
|
||
- [update](/Commands/oracle-database/autonomous-database/backup/_update.md) | ||
: Update a AutonomousDatabaseBackup |
16 changes: 16 additions & 0 deletions
16
Commands/oracle-database/autonomous-database/character-set/_list.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database character-set list_ | ||
|
||
List AutonomousDatabaseCharacterSet resources by Location | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9sb2NhdGlvbnMve30vYXV0b25vbW91c2RhdGFiYXNlY2hhcmFjdGVyc2V0cw==/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/oracle.database/locations/{}/autonomousdatabasecharactersets 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- ADBS Character Set List | ||
```bash | ||
oracle-database autonomous-database character-set list --location <location> | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/oracle-database/autonomous-database/character-set/_show.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database character-set show_ | ||
|
||
Get a AutonomousDatabaseCharacterSet | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9sb2NhdGlvbnMve30vYXV0b25vbW91c2RhdGFiYXNlY2hhcmFjdGVyc2V0cy97fQ==/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/oracle.database/locations/{}/autonomousdatabasecharactersets/{} 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Get ADBS Character Set | ||
```bash | ||
oracle-database autonomous-database character-set show --location <location> --name <charset name> | ||
``` |
11 changes: 11 additions & 0 deletions
11
Commands/oracle-database/autonomous-database/character-set/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# [Group] _oracle-database autonomous-database character-set_ | ||
|
||
Autonomous Databases Character Set | ||
|
||
## Commands | ||
|
||
- [list](/Commands/oracle-database/autonomous-database/character-set/_list.md) | ||
: List AutonomousDatabaseCharacterSet resources by Location | ||
|
||
- [show](/Commands/oracle-database/autonomous-database/character-set/_show.md) | ||
: Get a AutonomousDatabaseCharacterSet |
16 changes: 16 additions & 0 deletions
16
Commands/oracle-database/autonomous-database/national-character-set/_list.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database national-character-set list_ | ||
|
||
List AutonomousDatabaseNationalCharacterSet resources by Location | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9sb2NhdGlvbnMve30vYXV0b25vbW91c2RhdGFiYXNlbmF0aW9uYWxjaGFyYWN0ZXJzZXRz/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/oracle.database/locations/{}/autonomousdatabasenationalcharactersets 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- List ADBS National Character Set | ||
```bash | ||
oracle-database autonomous-database national-character-set list --location <location> | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/oracle-database/autonomous-database/national-character-set/_show.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _oracle-database autonomous-database national-character-set show_ | ||
|
||
Get a AutonomousDatabaseNationalCharacterSet | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9sb2NhdGlvbnMve30vYXV0b25vbW91c2RhdGFiYXNlbmF0aW9uYWxjaGFyYWN0ZXJzZXRzL3t9/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/oracle.database/locations/{}/autonomousdatabasenationalcharactersets/{} 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Get ADBS National Character Set | ||
```bash | ||
oracle-database autonomous-database national-character-set show --location <location> --name <charset name> | ||
``` |
11 changes: 11 additions & 0 deletions
11
Commands/oracle-database/autonomous-database/national-character-set/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# [Group] _oracle-database autonomous-database national-character-set_ | ||
|
||
Autonomous Databases National Character Set | ||
|
||
## Commands | ||
|
||
- [list](/Commands/oracle-database/autonomous-database/national-character-set/_list.md) | ||
: List AutonomousDatabaseNationalCharacterSet resources by Location | ||
|
||
- [show](/Commands/oracle-database/autonomous-database/national-character-set/_show.md) | ||
: Get a AutonomousDatabaseNationalCharacterSet |
Oops, something went wrong.