Class PdbConversionToNewDatabaseDetails
Details of the new container database in which the converted pluggable database will be located.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class PdbConversionToNewDatabaseDetails : ConvertToPdbTargetBaseProperties
AdditionalCdbParams
Declaration
[JsonProperty(PropertyName = "additionalCdbParams")]
public string AdditionalCdbParams { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Additional container database parameters. Example: "_pdb_name_case_sensitive=true" | 
CdbAdminPassword
Declaration
[Required(ErrorMessage = "CdbAdminPassword is required.")]
[JsonProperty(PropertyName = "cdbAdminPassword")]
public string CdbAdminPassword { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A strong password for SYS, SYSTEM, and the plugbable database ADMIN user of the container database after conversion. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \#, or -. | 
Remarks
Required
CdbName
Declaration
[Required(ErrorMessage = "CdbName is required.")]
[JsonProperty(PropertyName = "cdbName")]
public string CdbName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The database name. The name must begin with an alphabetic character and can contain a maximum of 8 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. | 
Remarks
Required
CdbTdeWalletPassword
Declaration
[JsonProperty(PropertyName = "cdbTdeWalletPassword")]
public string CdbTdeWalletPassword { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The password to open the TDE wallet of the container database after conversion. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \#, or -. | 
NonCdbTdeWalletPassword
Declaration
[Required(ErrorMessage = "NonCdbTdeWalletPassword is required.")]
[JsonProperty(PropertyName = "nonCdbTdeWalletPassword")]
public string NonCdbTdeWalletPassword { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The existing TDE wallet password of the non-container database. | 
Remarks
Required
PdbAdminPassword
Declaration
[JsonProperty(PropertyName = "pdbAdminPassword")]
public string PdbAdminPassword { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A strong password for plugbable database ADMIN user of the container database after conversion. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \#, or -. |