ListDbVersions
GET {{baseUrl}}/dbVersions?compartmentId=<string>&limit=10&page=<string>&dbSystemShape=<string>&dbSystemId=<string>&storageManagement=<string>&isUpgradeSupported=<boolean>&isDatabaseSoftwareImageSupported=<boolean>
Gets a list of supported Oracle Database versions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
compartmentId | string | (Required) The compartment OCID. | |
limit | number | The maximum number of items to return per page. | |
page | string | The pagination token to continue listing from. | |
dbSystemShape | string | If provided, filters the results to the set of database versions which are supported for the given shape. | |
dbSystemId | string | The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system. | |
storageManagement | string | The DB system storage management option. Used to list database versions available for that storage manager. Valid values are ASM and LVM . |
- ASM specifies Oracle Automatic Storage Management
- LVM specifies logical volume manager, sometimes called logical disk manager.
|
|
isUpgradeSupported
| string | | If provided, filters the results to the set of database versions which are supported for Upgrade. | |isDatabaseSoftwareImageSupported
| string | | If true, filters the results to the set of Oracle Database versions that are supported for OCI database software images. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"version":"\u003cstring\u003e","isLatestForMajorVersion":"\u003cboolean\u003e","isPreviewDbVersion":"\u003cboolean\u003e","isUpgradeSupported":"\u003cboolean\u003e","supportsPdb":"\u003cboolean\u003e"},{"version":"\u003cstring\u003e","isLatestForMajorVersion":"\u003cboolean\u003e","isPreviewDbVersion":"\u003cboolean\u003e","isUpgradeSupported":"\u003cboolean\u003e","supportsPdb":"\u003cboolean\u003e"}]