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

KeyDatatypeRequiredDescription
compartmentIdstring(Required) The compartment OCID.
limitnumberThe maximum number of items to return per page.
pagestringThe pagination token to continue listing from.
dbSystemShapestringIf provided, filters the results to the set of database versions which are supported for the given shape.
dbSystemIdstringThe DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
storageManagementstringThe 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{&quot;version&quot;:&quot;\u003cstring\u003e&quot;,&quot;isLatestForMajorVersion&quot;:&quot;\u003cboolean\u003e&quot;,&quot;isPreviewDbVersion&quot;:&quot;\u003cboolean\u003e&quot;,&quot;isUpgradeSupported&quot;:&quot;\u003cboolean\u003e&quot;,&quot;supportsPdb&quot;:&quot;\u003cboolean\u003e&quot;},{&quot;version&quot;:&quot;\u003cstring\u003e&quot;,&quot;isLatestForMajorVersion&quot;:&quot;\u003cboolean\u003e&quot;,&quot;isPreviewDbVersion&quot;:&quot;\u003cboolean\u003e&quot;,&quot;isUpgradeSupported&quot;:&quot;\u003cboolean\u003e&quot;,&quot;supportsPdb&quot;:&quot;\u003cboolean\u003e&quot;}]