Skip to content

Commit 4fcbfd0

Browse files
oracle database changes
1 parent 39fa812 commit 4fcbfd0

File tree

207 files changed

+25036
-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.

207 files changed

+25036
-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+
```
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [Command] _oracle-database cloud-exadata-infrastructure configure-exascale_
2+
3+
Configures Exascale on Cloud exadata infrastructure resource
4+
5+
## Versions
6+
7+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9jbG91ZGV4YWRhdGFpbmZyYXN0cnVjdHVyZXMve30vY29uZmlndXJlZXhhc2NhbGU=/2025-09-01.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/cloudexadatainfrastructures/{}/configureexascale 2025-09-01 -->
10+
11+
#### examples
12+
13+
- CloudExadataInfrastructures_ConfigureExascale
14+
```bash
15+
oracle-database cloud-exadata-infrastructure configure-exascale --resource-group rgopenapi --cloudexadatainfrastructurename OfakeTest RegExp .* --total-storage-in-gbs 19
16+
```
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [Command] _oracle-database db-system-db-version list_
2+
3+
List DbVersion resources by SubscriptionLocationResource
4+
5+
## Versions
6+
7+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9sb2NhdGlvbnMve30vZGJzeXN0ZW1kYnZlcnNpb25z/2025-09-01.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/providers/oracle.database/locations/{}/dbsystemdbversions 2025-09-01 -->
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [Command] _oracle-database db-system-db-version show_
2+
3+
Get a DbVersion
4+
5+
## Versions
6+
7+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9sb2NhdGlvbnMve30vZGJzeXN0ZW1kYnZlcnNpb25zL3t9/2025-09-01.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/providers/oracle.database/locations/{}/dbsystemdbversions/{} 2025-09-01 -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# [Group] _oracle-database db-system-db-version_
2+
3+
Manage Db System Db Version
4+
5+
## Commands
6+
7+
- [list](/Commands/oracle-database/db-system-db-version/_list.md)
8+
: List DbVersion resources by SubscriptionLocationResource
9+
10+
- [show](/Commands/oracle-database/db-system-db-version/_show.md)
11+
: Get a DbVersion
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [Command] _oracle-database db-system create_
2+
3+
Create a DbSystem
4+
5+
## Versions
6+
7+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9kYnN5c3RlbXMve30=/2025-09-01.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/dbsystems/{} 2025-09-01 -->
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [Command] _oracle-database db-system delete_
2+
3+
Delete a DbSystem
4+
5+
## Versions
6+
7+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9kYnN5c3RlbXMve30=/2025-09-01.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/dbsystems/{} 2025-09-01 -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# [Command] _oracle-database db-system list_
2+
3+
List DbSystem resources by subscription ID
4+
5+
## Versions
6+
7+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9kYnN5c3RlbXM=/2025-09-01.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/providers/oracle.database/dbsystems 2025-09-01 -->
10+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/dbsystems 2025-09-01 -->
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [Command] _oracle-database db-system show_
2+
3+
Get a DbSystem
4+
5+
## Versions
6+
7+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL29yYWNsZS5kYXRhYmFzZS9kYnN5c3RlbXMve30=/2025-09-01.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/oracle.database/dbsystems/{} 2025-09-01 -->

0 commit comments

Comments
 (0)