DbVersionProperties interface
DbVersion resource model
Properties
| is |
True if this version of the Oracle Database software is the latest version for a release. |
| is |
True if this version of the Oracle Database software is the preview version. |
| is |
True if this version of the Oracle Database software is supported for Upgrade. |
| supports |
True if this version of the Oracle Database software supports pluggable databases. |
| version | A valid Oracle Database version. |
Property Details
isLatestForMajorVersion
True if this version of the Oracle Database software is the latest version for a release.
isLatestForMajorVersion?: boolean
Property Value
boolean
isPreviewDbVersion
True if this version of the Oracle Database software is the preview version.
isPreviewDbVersion?: boolean
Property Value
boolean
isUpgradeSupported
True if this version of the Oracle Database software is supported for Upgrade.
isUpgradeSupported?: boolean
Property Value
boolean
supportsPdb
True if this version of the Oracle Database software supports pluggable databases.
supportsPdb?: boolean
Property Value
boolean
version
A valid Oracle Database version.
version: string
Property Value
string