Show / Hide Table of Contents

Class ConvertToRegularPluggableDatabaseDetails

Parameters for converting Refreshable Clone Pluggable Database into Regular Pluggable Database.

Inheritance
object
ConvertToRegularPluggableDatabaseDetails
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
public class ConvertToRegularPluggableDatabaseDetails

Properties

ContainerDatabaseAdminPassword

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

The DB system administrator password of the Container Database.

ShouldCreatePdbBackup

Declaration
[JsonProperty(PropertyName = "shouldCreatePdbBackup")]
public bool? ShouldCreatePdbBackup { get; set; }
Property Value
Type Description
bool?

Indicates whether to take Pluggable Database Backup after the operation.

TdeWalletPassword

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

The existing TDE wallet password of the Container Database.

In this article
Back to top