Show / Hide Table of Contents

Class OracleEngineVersion

The versions for the Oracle instance engines.

Inheritance
object
OracleEngineVersion
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OracleEngineVersion : DeputyBase
Syntax (vb)
Public Class OracleEngineVersion Inherits DeputyBase
Remarks

Those returned by the following list.

    ExampleMetadata: infused

    Examples
    Vpc vpc;
    
                 var instance = new DatabaseInstance(this, "Instance", new DatabaseInstanceProps {
                     Engine = DatabaseInstanceEngine.OracleSe2(new OracleSe2InstanceEngineProps { Version = OracleEngineVersion.VER_19_0_0_0_2020_04_R1 }),
                     // optional, defaults to m5.large
                     InstanceType = InstanceType.Of(InstanceClass.BURSTABLE3, InstanceSize.SMALL),
                     Credentials = Credentials.FromGeneratedSecret("syscdk"),  // Optional - will default to 'admin' username and generated password
                     Vpc = vpc,
                     VpcSubnets = new SubnetSelection {
                         SubnetType = SubnetType.PRIVATE_WITH_EGRESS
                     }
                 });

    Synopsis

    Properties

    OracleFullVersion

    The full version string, for example, "19.0.0.0.ru-2019-10.rur-2019-10.r1".

    OracleMajorVersion

    The major version of the engine, for example, "19".

    VER_12_1

    (deprecated) Version "12.1" (only a major version, without a specific minor version).

    VER_12_1_0_2_V1

    (deprecated) Version "12.1.0.2.v1".

    VER_12_1_0_2_V10

    (deprecated) Version "12.1.0.2.v10".

    VER_12_1_0_2_V11

    (deprecated) Version "12.1.0.2.v11".

    VER_12_1_0_2_V12

    (deprecated) Version "12.1.0.2.v12".

    VER_12_1_0_2_V13

    (deprecated) Version "12.1.0.2.v13".

    VER_12_1_0_2_V14

    (deprecated) Version "12.1.0.2.v14".

    VER_12_1_0_2_V15

    (deprecated) Version "12.1.0.2.v15".

    VER_12_1_0_2_V16

    (deprecated) Version "12.1.0.2.v16".

    VER_12_1_0_2_V17

    (deprecated) Version "12.1.0.2.v17".

    VER_12_1_0_2_V18

    (deprecated) Version "12.1.0.2.v18".

    VER_12_1_0_2_V19

    (deprecated) Version "12.1.0.2.v19".

    VER_12_1_0_2_V2

    (deprecated) Version "12.1.0.2.v2".

    VER_12_1_0_2_V20

    (deprecated) Version "12.1.0.2.v20".

    VER_12_1_0_2_V21

    (deprecated) Version "12.1.0.2.v21".

    VER_12_1_0_2_V22

    (deprecated) Version "12.1.0.2.v22".

    VER_12_1_0_2_V23

    (deprecated) Version "12.1.0.2.v23".

    VER_12_1_0_2_V24

    (deprecated) Version "12.1.0.2.v24".

    VER_12_1_0_2_V25

    (deprecated) Version "12.1.0.2.v25".

    VER_12_1_0_2_V26

    (deprecated) Version "12.1.0.2.v26".

    VER_12_1_0_2_V27

    (deprecated) Version "12.1.0.2.v27".

    VER_12_1_0_2_V28

    (deprecated) Version "12.1.0.2.v28".

    VER_12_1_0_2_V29

    (deprecated) Version "12.1.0.2.v29".

    VER_12_1_0_2_V3

    (deprecated) Version "12.1.0.2.v3".

    VER_12_1_0_2_V4

    (deprecated) Version "12.1.0.2.v4".

    VER_12_1_0_2_V5

    (deprecated) Version "12.1.0.2.v5".

    VER_12_1_0_2_V6

    (deprecated) Version "12.1.0.2.v6".

    VER_12_1_0_2_V7

    (deprecated) Version "12.1.0.2.v7".

    VER_12_1_0_2_V8

    (deprecated) Version "12.1.0.2.v8".

    VER_12_1_0_2_V9

    (deprecated) Version "12.1.0.2.v9".

    VER_12_2

    (deprecated) Version "12.1" (only a major version, without a specific minor version).

    VER_12_2_0_1_2018_10_R1

    (deprecated) Version "12.2.0.1.ru-2018-10.rur-2018-10.r1".

    VER_12_2_0_1_2019_01_R1

    (deprecated) Version "12.2.0.1.ru-2019-01.rur-2019-01.r1".

    VER_12_2_0_1_2019_04_R1

    (deprecated) Version "12.2.0.1.ru-2019-04.rur-2019-04.r1".

    VER_12_2_0_1_2019_07_R1

    (deprecated) Version "12.2.0.1.ru-2019-07.rur-2019-07.r1".

    VER_12_2_0_1_2019_10_R1

    (deprecated) Version "12.2.0.1.ru-2019-10.rur-2019-10.r1".

    VER_12_2_0_1_2020_01_R1

    (deprecated) Version "12.2.0.1.ru-2020-01.rur-2020-01.r1".

    VER_12_2_0_1_2020_04_R1

    (deprecated) Version "12.2.0.1.ru-2020-04.rur-2020-04.r1".

    VER_12_2_0_1_2020_07_R1

    (deprecated) Version "12.2.0.1.ru-2020-07.rur-2020-07.r1".

    VER_12_2_0_1_2020_10_R1

    (deprecated) Version "12.2.0.1.ru-2021-10.rur-2020-10.r1".

    VER_12_2_0_1_2021_01_R1

    (deprecated) Version "12.2.0.1.ru-2021-01.rur-2021-01.r1".

    VER_12_2_0_1_2021_04_R1

    (deprecated) Version "12.2.0.1.ru-2021-04.rur-2021-04.r1".

    VER_12_2_0_1_2021_07_R1

    (deprecated) Version "12.2.0.1.ru-2021-07.rur-2021-07.r1".

    VER_12_2_0_1_2021_10_R1

    (deprecated) Version "12.2.0.1.ru-2021-10.rur-2021-10.r1".

    VER_12_2_0_1_2022_01_R1

    (deprecated) Version "12.2.0.1.ru-2022-01.rur-2022-01.r1".

    VER_18

    (deprecated) Version "18" (only a major version, without a specific minor version).

    VER_18_0_0_0_2019_07_R1

    (deprecated) Version "18.0.0.0.ru-2019-07.rur-2019-07.r1".

    VER_18_0_0_0_2019_10_R1

    (deprecated) Version "18.0.0.0.ru-2019-10.rur-2019-10.r1".

    VER_18_0_0_0_2020_01_R1

    (deprecated) Version "18.0.0.0.ru-2020-01.rur-2020-01.r1".

    VER_18_0_0_0_2020_04_R1

    (deprecated) Version "18.0.0.0.ru-2020-04.rur-2020-04.r1".

    VER_18_0_0_0_2020_07_R1

    (deprecated) Version "18.0.0.0.ru-2020-07.rur-2020-07.r1".

    VER_18_0_0_0_2020_10_R1

    (deprecated) Version "18.0.0.0.ru-2020-10.rur-2020-10.r1".

    VER_18_0_0_0_2021_01_R1

    (deprecated) Version "18.0.0.0.ru-2021-01.rur-2021-01.r1".

    VER_18_0_0_0_2021_04_R1

    (deprecated) Version "18.0.0.0.ru-2021-04.rur-2021-04.r1".

    VER_19

    Version "19" (only a major version, without a specific minor version).

    VER_19_0_0_0_2019_07_R1

    Version "19.0.0.0.ru-2019-07.rur-2019-07.r1".

    VER_19_0_0_0_2019_10_R1

    Version "19.0.0.0.ru-2019-10.rur-2019-10.r1".

    VER_19_0_0_0_2020_01_R1

    Version "19.0.0.0.ru-2020-01.rur-2020-01.r1".

    VER_19_0_0_0_2020_04_R1

    Version "19.0.0.0.ru-2020-04.rur-2020-04.r1".

    VER_19_0_0_0_2020_07_R1

    Version "19.0.0.0.ru-2020-07.rur-2020-07.r1".

    VER_19_0_0_0_2020_10_R1

    Version "19.0.0.0.ru-2020-07.rur-2020-10.r1".

    VER_19_0_0_0_2021_01_R1

    Version "19.0.0.0.ru-2021-01.rur-2021-01.r1".

    VER_19_0_0_0_2021_01_R2

    Version "19.0.0.0.ru-2021-01.rur-2021-01.r2".

    VER_19_0_0_0_2021_04_R1

    Version "19.0.0.0.ru-2021-01.rur-2021-04.r1".

    VER_19_0_0_0_2021_07_R1

    Version "19.0.0.0.ru-2021-07.rur-2021-07.r1".

    VER_19_0_0_0_2021_10_R1

    Version "19.0.0.0.ru-2021-10.rur-2021-10.r1".

    VER_19_0_0_0_2022_01_R1

    Version "19.0.0.0.ru-2022-01.rur-2022-01.r1".

    VER_19_0_0_0_2022_04_R1

    Version "19.0.0.0.ru-2022-04.rur-2022-04.r1".

    VER_19_0_0_0_2022_07_R1

    Version "19.0.0.0.ru-2022-07.rur-2022-07.r1".

    VER_19_0_0_0_2022_10_R1

    Version "19.0.0.0.ru-2022-10.rur-2022-10.r1".

    VER_19_0_0_0_2023_01_R1

    Version "19.0.0.0.ru-2023-01.rur-2023-01.r1".

    VER_19_0_0_0_2023_01_R2

    Version "19.0.0.0.ru-2023-01.rur-2023-01.r2".

    VER_19_0_0_0_2023_04_R1

    Version "19.0.0.0.ru-2023-04.rur-2023-04.r1".

    VER_19_0_0_0_2023_07_R1

    Version "19.0.0.0.ru-2023-07.rur-2023-07.r1".

    VER_19_0_0_0_2023_10_R1

    Version "19.0.0.0.ru-2023-10.rur-2023-10.r1".

    VER_19_0_0_0_2024_01_R1

    Version "19.0.0.0.ru-2024-01.rur-2024-01.r1".

    VER_19_0_0_0_2024_04_R1

    Version "19.0.0.0.ru-2024-04.rur-2024-04.r1".

    VER_19_0_0_0_2024_07_R1

    Version "19.0.0.0.ru-2024-07.rur-2024-07.r1".

    VER_19_0_0_0_2024_10_R1

    Version "19.0.0.0.ru-2024-10.rur-2024-10.r1".

    VER_19_0_0_0_2025_01_R1

    Version "19.0.0.0.ru-2025-01.rur-2025-01.r1".

    VER_19_0_0_0_2025_07_R1

    Version "19.0.0.0.ru-2025-07.rur-2025-07.r1".

    VER_21

    Version "21" (only a major version, without a specific minor version).

    VER_21_0_0_0_2022_01_R1

    Version "21.0.0.0.ru-2022-01.rur-2022-01.r1".

    VER_21_0_0_0_2022_04_R1

    Version "21.0.0.0.ru-2022-04.rur-2022-04.r1".

    VER_21_0_0_0_2022_07_R1

    Version "21.0.0.0.ru-2022-07.rur-2022-07.r1".

    VER_21_0_0_0_2022_10_R1

    Version "21.0.0.0.ru-2022-10.rur-2022-10.r1".

    VER_21_0_0_0_2023_01_R1

    Version "21.0.0.0.ru-2023-01.rur-2023-01.r1".

    VER_21_0_0_0_2023_01_R2

    Version "21.0.0.0.ru-2023-01.rur-2023-01.r2".

    VER_21_0_0_0_2023_04_R1

    Version "21.0.0.0.ru-2023-04.rur-2023-04.r1".

    VER_21_0_0_0_2023_07_R1

    Version "21.0.0.0.ru-2023-07.rur-2023-07.r1".

    VER_21_0_0_0_2023_10_R1

    Version "21.0.0.0.ru-2023-10.rur-2023-10.r1".

    VER_21_0_0_0_2024_01_R1

    Version "21.0.0.0.ru-2024-01.rur-2024-01.r1".

    VER_21_0_0_0_2024_04_R1

    Version "21.0.0.0.ru-2024-04.rur-2024-04.r1".

    VER_21_0_0_0_2024_07_R1

    Version "21.0.0.0.ru-2024-07.rur-2024-07.r1".

    VER_21_0_0_0_2024_10_R1

    Version "21.0.0.0.ru-2024-10.rur-2024-10.r1".

    VER_21_0_0_0_2025_01_R1

    Version "21.0.0.0.ru-2025-01.rur-2025-01.r1".

    VER_21_0_0_0_2025_07_R1

    Version "21.0.0.0.ru-2025-07.rur-2025-07.r1".

    Methods

    Of(string, string)

    Creates a new OracleEngineVersion with an arbitrary version.

    Properties

    OracleFullVersion

    The full version string, for example, "19.0.0.0.ru-2019-10.rur-2019-10.r1".

    public virtual string OracleFullVersion { get; }
    Property Value

    string

    Remarks

    Those returned by the following list.

      ExampleMetadata: infused

      OracleMajorVersion

      The major version of the engine, for example, "19".

      public virtual string OracleMajorVersion { get; }
      Property Value

      string

      Remarks

      Those returned by the following list.

        ExampleMetadata: infused

        VER_12_1

        (deprecated) Version "12.1" (only a major version, without a specific minor version).

        [Obsolete("Oracle 12.1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V1

        (deprecated) Version "12.1.0.2.v1".

        [Obsolete("Oracle 12.1.0.2.v1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V10

        (deprecated) Version "12.1.0.2.v10".

        [Obsolete("Oracle 12.1.0.2.v10 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V10 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V11

        (deprecated) Version "12.1.0.2.v11".

        [Obsolete("Oracle 12.1.0.2.v11 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V11 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V12

        (deprecated) Version "12.1.0.2.v12".

        [Obsolete("Oracle 12.1.0.2.v12 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V12 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V13

        (deprecated) Version "12.1.0.2.v13".

        [Obsolete("Oracle 12.1.0.2.v13 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V13 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V14

        (deprecated) Version "12.1.0.2.v14".

        [Obsolete("Oracle 12.1.0.2.v14 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V14 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V15

        (deprecated) Version "12.1.0.2.v15".

        [Obsolete("Oracle 12.1.0.2.v15 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V15 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V16

        (deprecated) Version "12.1.0.2.v16".

        [Obsolete("Oracle 12.1.0.2.v16 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V16 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V17

        (deprecated) Version "12.1.0.2.v17".

        [Obsolete("Oracle 12.1.0.2.v17 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V17 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V18

        (deprecated) Version "12.1.0.2.v18".

        [Obsolete("Oracle 12.1.0.2.v18 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V18 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V19

        (deprecated) Version "12.1.0.2.v19".

        [Obsolete("Oracle 12.1.0.2.v19 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V19 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V2

        (deprecated) Version "12.1.0.2.v2".

        [Obsolete("Oracle 12.1.0.2.v2 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V2 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V20

        (deprecated) Version "12.1.0.2.v20".

        [Obsolete("Oracle 12.1.0.2.v20 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V20 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V21

        (deprecated) Version "12.1.0.2.v21".

        [Obsolete("Oracle 12.1.0.2.v21 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V21 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V22

        (deprecated) Version "12.1.0.2.v22".

        [Obsolete("Oracle 12.1.0.2.v22 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V22 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V23

        (deprecated) Version "12.1.0.2.v23".

        [Obsolete("Oracle 12.1.0.2.v23 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V23 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V24

        (deprecated) Version "12.1.0.2.v24".

        [Obsolete("Oracle 12.1.0.2.v24 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V24 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V25

        (deprecated) Version "12.1.0.2.v25".

        [Obsolete("Oracle 12.1.0.2.v25 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V25 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V26

        (deprecated) Version "12.1.0.2.v26".

        [Obsolete("Oracle 12.1.0.2.v26 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V26 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V27

        (deprecated) Version "12.1.0.2.v27".

        [Obsolete("Oracle 12.1.0.2.v27 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V27 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V28

        (deprecated) Version "12.1.0.2.v28".

        [Obsolete("Oracle 12.1.0.2.v28 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V28 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V29

        (deprecated) Version "12.1.0.2.v29".

        [Obsolete("Oracle 12.1.0.2.v29 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V29 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V3

        (deprecated) Version "12.1.0.2.v3".

        [Obsolete("Oracle 12.1.0.2.v3 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V3 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V4

        (deprecated) Version "12.1.0.2.v4".

        [Obsolete("Oracle 12.1.0.2.v4 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V4 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V5

        (deprecated) Version "12.1.0.2.v5".

        [Obsolete("Oracle 12.1.0.2.v5 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V5 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V6

        (deprecated) Version "12.1.0.2.v6".

        [Obsolete("Oracle 12.1.0.2.v6 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V6 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V7

        (deprecated) Version "12.1.0.2.v7".

        [Obsolete("Oracle 12.1.0.2.v7 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V7 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V8

        (deprecated) Version "12.1.0.2.v8".

        [Obsolete("Oracle 12.1.0.2.v8 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V8 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_1_0_2_V9

        (deprecated) Version "12.1.0.2.v9".

        [Obsolete("Oracle 12.1.0.2.v9 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_1_0_2_V9 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2

        (deprecated) Version "12.1" (only a major version, without a specific minor version).

        [Obsolete("Oracle 12.1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2018_10_R1

        (deprecated) Version "12.2.0.1.ru-2018-10.rur-2018-10.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2018-10.rur-2018-10.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2018_10_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2019_01_R1

        (deprecated) Version "12.2.0.1.ru-2019-01.rur-2019-01.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2019-01.rur-2019-01.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2019_01_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2019_04_R1

        (deprecated) Version "12.2.0.1.ru-2019-04.rur-2019-04.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2019-04.rur-2019-04.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2019_04_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2019_07_R1

        (deprecated) Version "12.2.0.1.ru-2019-07.rur-2019-07.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2019-07.rur-2019-07.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2019_07_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2019_10_R1

        (deprecated) Version "12.2.0.1.ru-2019-10.rur-2019-10.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2019-10.rur-2019-10.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2019_10_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2020_01_R1

        (deprecated) Version "12.2.0.1.ru-2020-01.rur-2020-01.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2020-01.rur-2020-01.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2020_01_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2020_04_R1

        (deprecated) Version "12.2.0.1.ru-2020-04.rur-2020-04.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2020-04.rur-2020-04.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2020_04_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2020_07_R1

        (deprecated) Version "12.2.0.1.ru-2020-07.rur-2020-07.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2020-07.rur-2020-07.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2020_07_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2020_10_R1

        (deprecated) Version "12.2.0.1.ru-2021-10.rur-2020-10.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2021-10.rur-2020-10.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2020_10_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2021_01_R1

        (deprecated) Version "12.2.0.1.ru-2021-01.rur-2021-01.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2021-01.rur-2021-01.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2021_01_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2021_04_R1

        (deprecated) Version "12.2.0.1.ru-2021-04.rur-2021-04.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2021-04.rur-2021-04.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2021_04_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2021_07_R1

        (deprecated) Version "12.2.0.1.ru-2021-07.rur-2021-07.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2021-07.rur-2021-07.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2021_07_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2021_10_R1

        (deprecated) Version "12.2.0.1.ru-2021-10.rur-2021-10.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2021-10.rur-2021-10.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2021_10_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_12_2_0_1_2022_01_R1

        (deprecated) Version "12.2.0.1.ru-2022-01.rur-2022-01.r1".

        [Obsolete("Oracle 12.2.0.1.ru-2022-01.rur-2022-01.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_12_2_0_1_2022_01_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_18

        (deprecated) Version "18" (only a major version, without a specific minor version).

        [Obsolete("Oracle 18 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_18 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_18_0_0_0_2019_07_R1

        (deprecated) Version "18.0.0.0.ru-2019-07.rur-2019-07.r1".

        [Obsolete("Oracle 18.0.0.0.ru-2019-07.rur-2019-07.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_18_0_0_0_2019_07_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_18_0_0_0_2019_10_R1

        (deprecated) Version "18.0.0.0.ru-2019-10.rur-2019-10.r1".

        [Obsolete("Oracle 18.0.0.0.ru-2019-10.rur-2019-10.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_18_0_0_0_2019_10_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_18_0_0_0_2020_01_R1

        (deprecated) Version "18.0.0.0.ru-2020-01.rur-2020-01.r1".

        [Obsolete("Oracle 18.0.0.0.ru-2020-01.rur-2020-01.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_18_0_0_0_2020_01_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_18_0_0_0_2020_04_R1

        (deprecated) Version "18.0.0.0.ru-2020-04.rur-2020-04.r1".

        [Obsolete("Oracle 18.0.0.0.ru-2020-04.rur-2020-04.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_18_0_0_0_2020_04_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_18_0_0_0_2020_07_R1

        (deprecated) Version "18.0.0.0.ru-2020-07.rur-2020-07.r1".

        [Obsolete("Oracle 18.0.0.0.ru-2020-07.rur-2020-07.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_18_0_0_0_2020_07_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_18_0_0_0_2020_10_R1

        (deprecated) Version "18.0.0.0.ru-2020-10.rur-2020-10.r1".

        [Obsolete("Oracle 18.0.0.0.ru-2020-10.rur-2020-10.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_18_0_0_0_2020_10_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_18_0_0_0_2021_01_R1

        (deprecated) Version "18.0.0.0.ru-2021-01.rur-2021-01.r1".

        [Obsolete("Oracle 18.0.0.0.ru-2021-01.rur-2021-01.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_18_0_0_0_2021_01_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_18_0_0_0_2021_04_R1

        (deprecated) Version "18.0.0.0.ru-2021-04.rur-2021-04.r1".

        [Obsolete("Oracle 18.0.0.0.ru-2021-04.rur-2021-04.r1 is no longer supported by Amazon RDS.")]
        public static OracleEngineVersion VER_18_0_0_0_2021_04_R1 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Stability: Deprecated

        VER_19

        Version "19" (only a major version, without a specific minor version).

        public static OracleEngineVersion VER_19 { get; }
        Property Value

        OracleEngineVersion

        Remarks

        Those returned by the following list.

          ExampleMetadata: infused

          VER_19_0_0_0_2019_07_R1

          Version "19.0.0.0.ru-2019-07.rur-2019-07.r1".

          public static OracleEngineVersion VER_19_0_0_0_2019_07_R1 { get; }
          Property Value

          OracleEngineVersion

          Remarks

          Those returned by the following list.

            ExampleMetadata: infused

            VER_19_0_0_0_2019_10_R1

            Version "19.0.0.0.ru-2019-10.rur-2019-10.r1".

            public static OracleEngineVersion VER_19_0_0_0_2019_10_R1 { get; }
            Property Value

            OracleEngineVersion

            Remarks

            Those returned by the following list.

              ExampleMetadata: infused

              VER_19_0_0_0_2020_01_R1

              Version "19.0.0.0.ru-2020-01.rur-2020-01.r1".

              public static OracleEngineVersion VER_19_0_0_0_2020_01_R1 { get; }
              Property Value

              OracleEngineVersion

              Remarks

              Those returned by the following list.

                ExampleMetadata: infused

                VER_19_0_0_0_2020_04_R1

                Version "19.0.0.0.ru-2020-04.rur-2020-04.r1".

                public static OracleEngineVersion VER_19_0_0_0_2020_04_R1 { get; }
                Property Value

                OracleEngineVersion

                Remarks

                Those returned by the following list.

                  ExampleMetadata: infused

                  VER_19_0_0_0_2020_07_R1

                  Version "19.0.0.0.ru-2020-07.rur-2020-07.r1".

                  public static OracleEngineVersion VER_19_0_0_0_2020_07_R1 { get; }
                  Property Value

                  OracleEngineVersion

                  Remarks

                  Those returned by the following list.

                    ExampleMetadata: infused

                    VER_19_0_0_0_2020_10_R1

                    Version "19.0.0.0.ru-2020-07.rur-2020-10.r1".

                    public static OracleEngineVersion VER_19_0_0_0_2020_10_R1 { get; }
                    Property Value

                    OracleEngineVersion

                    Remarks

                    Those returned by the following list.

                      ExampleMetadata: infused

                      VER_19_0_0_0_2021_01_R1

                      Version "19.0.0.0.ru-2021-01.rur-2021-01.r1".

                      public static OracleEngineVersion VER_19_0_0_0_2021_01_R1 { get; }
                      Property Value

                      OracleEngineVersion

                      Remarks

                      Those returned by the following list.

                        ExampleMetadata: infused

                        VER_19_0_0_0_2021_01_R2

                        Version "19.0.0.0.ru-2021-01.rur-2021-01.r2".

                        public static OracleEngineVersion VER_19_0_0_0_2021_01_R2 { get; }
                        Property Value

                        OracleEngineVersion

                        Remarks

                        Those returned by the following list.

                          ExampleMetadata: infused

                          VER_19_0_0_0_2021_04_R1

                          Version "19.0.0.0.ru-2021-01.rur-2021-04.r1".

                          public static OracleEngineVersion VER_19_0_0_0_2021_04_R1 { get; }
                          Property Value

                          OracleEngineVersion

                          Remarks

                          Those returned by the following list.

                            ExampleMetadata: infused

                            VER_19_0_0_0_2021_07_R1

                            Version "19.0.0.0.ru-2021-07.rur-2021-07.r1".

                            public static OracleEngineVersion VER_19_0_0_0_2021_07_R1 { get; }
                            Property Value

                            OracleEngineVersion

                            Remarks

                            Those returned by the following list.

                              ExampleMetadata: infused

                              VER_19_0_0_0_2021_10_R1

                              Version "19.0.0.0.ru-2021-10.rur-2021-10.r1".

                              public static OracleEngineVersion VER_19_0_0_0_2021_10_R1 { get; }
                              Property Value

                              OracleEngineVersion

                              Remarks

                              Those returned by the following list.

                                ExampleMetadata: infused

                                VER_19_0_0_0_2022_01_R1

                                Version "19.0.0.0.ru-2022-01.rur-2022-01.r1".

                                public static OracleEngineVersion VER_19_0_0_0_2022_01_R1 { get; }
                                Property Value

                                OracleEngineVersion

                                Remarks

                                Those returned by the following list.

                                  ExampleMetadata: infused

                                  VER_19_0_0_0_2022_04_R1

                                  Version "19.0.0.0.ru-2022-04.rur-2022-04.r1".

                                  public static OracleEngineVersion VER_19_0_0_0_2022_04_R1 { get; }
                                  Property Value

                                  OracleEngineVersion

                                  Remarks

                                  Those returned by the following list.

                                    ExampleMetadata: infused

                                    VER_19_0_0_0_2022_07_R1

                                    Version "19.0.0.0.ru-2022-07.rur-2022-07.r1".

                                    public static OracleEngineVersion VER_19_0_0_0_2022_07_R1 { get; }
                                    Property Value

                                    OracleEngineVersion

                                    Remarks

                                    Those returned by the following list.

                                      ExampleMetadata: infused

                                      VER_19_0_0_0_2022_10_R1

                                      Version "19.0.0.0.ru-2022-10.rur-2022-10.r1".

                                      public static OracleEngineVersion VER_19_0_0_0_2022_10_R1 { get; }
                                      Property Value

                                      OracleEngineVersion

                                      Remarks

                                      Those returned by the following list.

                                        ExampleMetadata: infused

                                        VER_19_0_0_0_2023_01_R1

                                        Version "19.0.0.0.ru-2023-01.rur-2023-01.r1".

                                        public static OracleEngineVersion VER_19_0_0_0_2023_01_R1 { get; }
                                        Property Value

                                        OracleEngineVersion

                                        Remarks

                                        Those returned by the following list.

                                          ExampleMetadata: infused

                                          VER_19_0_0_0_2023_01_R2

                                          Version "19.0.0.0.ru-2023-01.rur-2023-01.r2".

                                          public static OracleEngineVersion VER_19_0_0_0_2023_01_R2 { get; }
                                          Property Value

                                          OracleEngineVersion

                                          Remarks

                                          Those returned by the following list.

                                            ExampleMetadata: infused

                                            VER_19_0_0_0_2023_04_R1

                                            Version "19.0.0.0.ru-2023-04.rur-2023-04.r1".

                                            public static OracleEngineVersion VER_19_0_0_0_2023_04_R1 { get; }
                                            Property Value

                                            OracleEngineVersion

                                            Remarks

                                            Those returned by the following list.

                                              ExampleMetadata: infused

                                              VER_19_0_0_0_2023_07_R1

                                              Version "19.0.0.0.ru-2023-07.rur-2023-07.r1".

                                              public static OracleEngineVersion VER_19_0_0_0_2023_07_R1 { get; }
                                              Property Value

                                              OracleEngineVersion

                                              Remarks

                                              Those returned by the following list.

                                                ExampleMetadata: infused

                                                VER_19_0_0_0_2023_10_R1

                                                Version "19.0.0.0.ru-2023-10.rur-2023-10.r1".

                                                public static OracleEngineVersion VER_19_0_0_0_2023_10_R1 { get; }
                                                Property Value

                                                OracleEngineVersion

                                                Remarks

                                                Those returned by the following list.

                                                  ExampleMetadata: infused

                                                  VER_19_0_0_0_2024_01_R1

                                                  Version "19.0.0.0.ru-2024-01.rur-2024-01.r1".

                                                  public static OracleEngineVersion VER_19_0_0_0_2024_01_R1 { get; }
                                                  Property Value

                                                  OracleEngineVersion

                                                  Remarks

                                                  Those returned by the following list.

                                                    ExampleMetadata: infused

                                                    VER_19_0_0_0_2024_04_R1

                                                    Version "19.0.0.0.ru-2024-04.rur-2024-04.r1".

                                                    public static OracleEngineVersion VER_19_0_0_0_2024_04_R1 { get; }
                                                    Property Value

                                                    OracleEngineVersion

                                                    Remarks

                                                    Those returned by the following list.

                                                      ExampleMetadata: infused

                                                      VER_19_0_0_0_2024_07_R1

                                                      Version "19.0.0.0.ru-2024-07.rur-2024-07.r1".

                                                      public static OracleEngineVersion VER_19_0_0_0_2024_07_R1 { get; }
                                                      Property Value

                                                      OracleEngineVersion

                                                      Remarks

                                                      Those returned by the following list.

                                                        ExampleMetadata: infused

                                                        VER_19_0_0_0_2024_10_R1

                                                        Version "19.0.0.0.ru-2024-10.rur-2024-10.r1".

                                                        public static OracleEngineVersion VER_19_0_0_0_2024_10_R1 { get; }
                                                        Property Value

                                                        OracleEngineVersion

                                                        Remarks

                                                        Those returned by the following list.

                                                          ExampleMetadata: infused

                                                          VER_19_0_0_0_2025_01_R1

                                                          Version "19.0.0.0.ru-2025-01.rur-2025-01.r1".

                                                          public static OracleEngineVersion VER_19_0_0_0_2025_01_R1 { get; }
                                                          Property Value

                                                          OracleEngineVersion

                                                          Remarks

                                                          Those returned by the following list.

                                                            ExampleMetadata: infused

                                                            VER_19_0_0_0_2025_07_R1

                                                            Version "19.0.0.0.ru-2025-07.rur-2025-07.r1".

                                                            public static OracleEngineVersion VER_19_0_0_0_2025_07_R1 { get; }
                                                            Property Value

                                                            OracleEngineVersion

                                                            Remarks

                                                            Those returned by the following list.

                                                              ExampleMetadata: infused

                                                              VER_21

                                                              Version "21" (only a major version, without a specific minor version).

                                                              public static OracleEngineVersion VER_21 { get; }
                                                              Property Value

                                                              OracleEngineVersion

                                                              Remarks

                                                              Those returned by the following list.

                                                                ExampleMetadata: infused

                                                                VER_21_0_0_0_2022_01_R1

                                                                Version "21.0.0.0.ru-2022-01.rur-2022-01.r1".

                                                                public static OracleEngineVersion VER_21_0_0_0_2022_01_R1 { get; }
                                                                Property Value

                                                                OracleEngineVersion

                                                                Remarks

                                                                Those returned by the following list.

                                                                  ExampleMetadata: infused

                                                                  VER_21_0_0_0_2022_04_R1

                                                                  Version "21.0.0.0.ru-2022-04.rur-2022-04.r1".

                                                                  public static OracleEngineVersion VER_21_0_0_0_2022_04_R1 { get; }
                                                                  Property Value

                                                                  OracleEngineVersion

                                                                  Remarks

                                                                  Those returned by the following list.

                                                                    ExampleMetadata: infused

                                                                    VER_21_0_0_0_2022_07_R1

                                                                    Version "21.0.0.0.ru-2022-07.rur-2022-07.r1".

                                                                    public static OracleEngineVersion VER_21_0_0_0_2022_07_R1 { get; }
                                                                    Property Value

                                                                    OracleEngineVersion

                                                                    Remarks

                                                                    Those returned by the following list.

                                                                      ExampleMetadata: infused

                                                                      VER_21_0_0_0_2022_10_R1

                                                                      Version "21.0.0.0.ru-2022-10.rur-2022-10.r1".

                                                                      public static OracleEngineVersion VER_21_0_0_0_2022_10_R1 { get; }
                                                                      Property Value

                                                                      OracleEngineVersion

                                                                      Remarks

                                                                      Those returned by the following list.

                                                                        ExampleMetadata: infused

                                                                        VER_21_0_0_0_2023_01_R1

                                                                        Version "21.0.0.0.ru-2023-01.rur-2023-01.r1".

                                                                        public static OracleEngineVersion VER_21_0_0_0_2023_01_R1 { get; }
                                                                        Property Value

                                                                        OracleEngineVersion

                                                                        Remarks

                                                                        Those returned by the following list.

                                                                          ExampleMetadata: infused

                                                                          VER_21_0_0_0_2023_01_R2

                                                                          Version "21.0.0.0.ru-2023-01.rur-2023-01.r2".

                                                                          public static OracleEngineVersion VER_21_0_0_0_2023_01_R2 { get; }
                                                                          Property Value

                                                                          OracleEngineVersion

                                                                          Remarks

                                                                          Those returned by the following list.

                                                                            ExampleMetadata: infused

                                                                            VER_21_0_0_0_2023_04_R1

                                                                            Version "21.0.0.0.ru-2023-04.rur-2023-04.r1".

                                                                            public static OracleEngineVersion VER_21_0_0_0_2023_04_R1 { get; }
                                                                            Property Value

                                                                            OracleEngineVersion

                                                                            Remarks

                                                                            Those returned by the following list.

                                                                              ExampleMetadata: infused

                                                                              VER_21_0_0_0_2023_07_R1

                                                                              Version "21.0.0.0.ru-2023-07.rur-2023-07.r1".

                                                                              public static OracleEngineVersion VER_21_0_0_0_2023_07_R1 { get; }
                                                                              Property Value

                                                                              OracleEngineVersion

                                                                              Remarks

                                                                              Those returned by the following list.

                                                                                ExampleMetadata: infused

                                                                                VER_21_0_0_0_2023_10_R1

                                                                                Version "21.0.0.0.ru-2023-10.rur-2023-10.r1".

                                                                                public static OracleEngineVersion VER_21_0_0_0_2023_10_R1 { get; }
                                                                                Property Value

                                                                                OracleEngineVersion

                                                                                Remarks

                                                                                Those returned by the following list.

                                                                                  ExampleMetadata: infused

                                                                                  VER_21_0_0_0_2024_01_R1

                                                                                  Version "21.0.0.0.ru-2024-01.rur-2024-01.r1".

                                                                                  public static OracleEngineVersion VER_21_0_0_0_2024_01_R1 { get; }
                                                                                  Property Value

                                                                                  OracleEngineVersion

                                                                                  Remarks

                                                                                  Those returned by the following list.

                                                                                    ExampleMetadata: infused

                                                                                    VER_21_0_0_0_2024_04_R1

                                                                                    Version "21.0.0.0.ru-2024-04.rur-2024-04.r1".

                                                                                    public static OracleEngineVersion VER_21_0_0_0_2024_04_R1 { get; }
                                                                                    Property Value

                                                                                    OracleEngineVersion

                                                                                    Remarks

                                                                                    Those returned by the following list.

                                                                                      ExampleMetadata: infused

                                                                                      VER_21_0_0_0_2024_07_R1

                                                                                      Version "21.0.0.0.ru-2024-07.rur-2024-07.r1".

                                                                                      public static OracleEngineVersion VER_21_0_0_0_2024_07_R1 { get; }
                                                                                      Property Value

                                                                                      OracleEngineVersion

                                                                                      Remarks

                                                                                      Those returned by the following list.

                                                                                        ExampleMetadata: infused

                                                                                        VER_21_0_0_0_2024_10_R1

                                                                                        Version "21.0.0.0.ru-2024-10.rur-2024-10.r1".

                                                                                        public static OracleEngineVersion VER_21_0_0_0_2024_10_R1 { get; }
                                                                                        Property Value

                                                                                        OracleEngineVersion

                                                                                        Remarks

                                                                                        Those returned by the following list.

                                                                                          ExampleMetadata: infused

                                                                                          VER_21_0_0_0_2025_01_R1

                                                                                          Version "21.0.0.0.ru-2025-01.rur-2025-01.r1".

                                                                                          public static OracleEngineVersion VER_21_0_0_0_2025_01_R1 { get; }
                                                                                          Property Value

                                                                                          OracleEngineVersion

                                                                                          Remarks

                                                                                          Those returned by the following list.

                                                                                            ExampleMetadata: infused

                                                                                            VER_21_0_0_0_2025_07_R1

                                                                                            Version "21.0.0.0.ru-2025-07.rur-2025-07.r1".

                                                                                            public static OracleEngineVersion VER_21_0_0_0_2025_07_R1 { get; }
                                                                                            Property Value

                                                                                            OracleEngineVersion

                                                                                            Remarks

                                                                                            Those returned by the following list.

                                                                                              ExampleMetadata: infused

                                                                                              Methods

                                                                                              Of(string, string)

                                                                                              Creates a new OracleEngineVersion with an arbitrary version.

                                                                                              public static OracleEngineVersion Of(string oracleFullVersion, string oracleMajorVersion)
                                                                                              Parameters
                                                                                              oracleFullVersion string

                                                                                              the full version string, for example "19.0.0.0.ru-2019-10.rur-2019-10.r1".

                                                                                              oracleMajorVersion string

                                                                                              the major version of the engine, for example "19".

                                                                                              Returns

                                                                                              OracleEngineVersion

                                                                                              Remarks

                                                                                              Those returned by the following list.

                                                                                                ExampleMetadata: infused

                                                                                                Back to top Generated by DocFX