Skip to content

Commit 0631ce7

Browse files
authored
Merge pull request #906 from mihretkidane-OCI/oracledatabse
oracle database changes
2 parents 1eb81b6 + 4fcbfd0 commit 0631ce7

File tree

262 files changed

+25651
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+25651
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [Command] _oracle-database autonomous-database action_
2+
3+
Perform Lifecycle Management Action on Autonomous Database
4+
5+
## Versions
6+
7+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L2FjdGlvbg==/2025-09-01.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/action 2025-09-01 -->
10+
11+
#### examples
12+
13+
- AutonomousDatabases_Action
14+
```bash
15+
oracle-database autonomous-database action --resource-group rgopenapi --autonomousdatabasename databasedb1 --action Start
16+
```
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [Command] _oracle-database autonomous-database change-disaster-recovery-configuration_
2+
3+
Perform ChangeDisasterRecoveryConfiguration action on Autonomous Database
4+
5+
## Versions
6+
7+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L2NoYW5nZWRpc2FzdGVycmVjb3Zlcnljb25maWd1cmF0aW9u/2025-09-01.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/changedisasterrecoveryconfiguration 2025-09-01 -->
10+
11+
#### examples
12+
13+
- AutonomousDatabases_ChangeDisasterRecoveryConfiguration
14+
```bash
15+
oracle-database autonomous-database change-disaster-recovery-configuration --resource-group rg000 --autonomousdatabasename databasedb1 --disaster-recovery-type Adg --is-replicate-automatic-backups False
16+
```

Commands/oracle-database/autonomous-database/_create.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ Create a AutonomousDatabase
1414
```bash
1515
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
1616
```
17+
18+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9/2025-09-01.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{} 2025-09-01 -->
21+
22+
#### examples
23+
24+
- Create an Autonomous database
25+
```bash
26+
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
27+
```

Commands/oracle-database/autonomous-database/_delete.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ Delete a AutonomousDatabase
1414
```bash
1515
oracle-database autonomous-database delete --name <ADBS name> --resource-group <resource_group>
1616
```
17+
18+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9/2025-09-01.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{} 2025-09-01 -->
21+
22+
#### examples
23+
24+
- Delete an Autonomous database
25+
```bash
26+
oracle-database autonomous-database delete --name <ADBS name> --resource-group <resource_group>
27+
```

Commands/oracle-database/autonomous-database/_failover.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ Perform failover action on Autonomous Database
1414
```bash
1515
oracle-database autonomous-database failover --autonomousdatabasename <ADBS name> --resource-group <resource_group> --peer-db-id <id>
1616
```
17+
18+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L2ZhaWxvdmVy/2025-09-01.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/failover 2025-09-01 -->
21+
22+
#### examples
23+
24+
- Failover
25+
```bash
26+
oracle-database autonomous-database failover --autonomousdatabasename <ADBS name> --resource-group <resource_group> --peer-db-id <id>
27+
```

Commands/oracle-database/autonomous-database/_generate-wallet.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ Generate wallet action on Autonomous Database
1414
```bash
1515
oracle-database autonomous-database generate-wallet --autonomousdatabasename <ADBS name> --resource-group <resource_group> --password <password> --is-regional True
1616
```
17+
18+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L2dlbmVyYXRld2FsbGV0/2025-09-01.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/generatewallet 2025-09-01 -->
21+
22+
#### examples
23+
24+
- Generate Wallet
25+
```bash
26+
oracle-database autonomous-database generate-wallet --autonomousdatabasename <ADBS name> --resource-group <resource_group> --password <password> --is-regional True
27+
```

Commands/oracle-database/autonomous-database/_list.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,15 @@ List AutonomousDatabase resources by subscription ID
1515
```bash
1616
oracle-database autonomous-database list --resource-group <resource_group>
1717
```
18+
19+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2Vz/2025-09-01.xml) **Stable**
20+
21+
<!-- mgmt-plane /subscriptions/{}/providers/oracle.database/autonomousdatabases 2025-09-01 -->
22+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases 2025-09-01 -->
23+
24+
#### examples
25+
26+
- List Autonomous databases
27+
```bash
28+
oracle-database autonomous-database list --resource-group <resource_group>
29+
```

Commands/oracle-database/autonomous-database/_restore.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ Restores an Autonomous Database based on the provided request parameters.
1414
```bash
1515
oracle-database autonomous-database restore --autonomousdatabasename <ADBS name> --resource-group <resource_group> --timestamp <timestamp>
1616
```
17+
18+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L3Jlc3RvcmU=/2025-09-01.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/restore 2025-09-01 -->
21+
22+
#### examples
23+
24+
- Restore Autonomous database
25+
```bash
26+
oracle-database autonomous-database restore --autonomousdatabasename <ADBS name> --resource-group <resource_group> --timestamp <timestamp>
27+
```

Commands/oracle-database/autonomous-database/_show.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ Get a AutonomousDatabase
1414
```bash
1515
oracle-database autonomous-database show --autonomousdatabasename <ADBS name> --resource-group <resource_group>
1616
```
17+
18+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9/2025-09-01.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{} 2025-09-01 -->
21+
22+
#### examples
23+
24+
- Get Autonomous database
25+
```bash
26+
oracle-database autonomous-database show --autonomousdatabasename <ADBS name> --resource-group <resource_group>
27+
```

Commands/oracle-database/autonomous-database/_shrink.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ This operation shrinks the current allocated storage down to the current actual
1414
```bash
1515
oracle-database autonomous-database shrink --autonomousdatabasename <ADBS name> --resource-group <resource_group>
1616
```
17+
18+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9hdXRvbm9tb3VzZGF0YWJhc2VzL3t9L3Nocmluaw==/2025-09-01.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/autonomousdatabases/{}/shrink 2025-09-01 -->
21+
22+
#### examples
23+
24+
- Shrink
25+
```bash
26+
oracle-database autonomous-database shrink --autonomousdatabasename <ADBS name> --resource-group <resource_group>
27+
```

0 commit comments

Comments
 (0)