Show / Hide Table of Contents

Class DatabaseUpgradeSourceBase

Details for the database upgrade source.

Inheritance
object
DatabaseUpgradeSourceBase
DatabaseUpgradeWithDatabaseSoftwareImageDetails
DatabaseUpgradeWithDbHomeDetails
DatabaseUpgradeWithDbVersionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
[JsonConverter(typeof(DatabaseUpgradeSourceBaseModelConverter))]
public class DatabaseUpgradeSourceBase

Properties

Options

Declaration
[JsonProperty(PropertyName = "options")]
public string Options { get; set; }
Property Value
Type Description
string

Additional upgrade options supported by DBUA(Database Upgrade Assistant). Example: "-upgradeTimezone false -keepEvents"

In this article
Back to top