Class LocalClonePluggableDatabaseDetails
Deprecated. Use {@link #createPluggableDatabaseDetails(CreatePluggableDatabaseDetailsRequest) createPluggableDatabaseDetails} for Pluggable Database LocalClone Operation.
Parameters for cloning a pluggable database (PDB) within the same database (CDB).
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class LocalClonePluggableDatabaseDetails
Properties
ClonedPdbName
Declaration
[Required(ErrorMessage = "ClonedPdbName is required.")]
[JsonProperty(PropertyName = "clonedPdbName")]
public string ClonedPdbName { get; set; }
Property Value
Type | Description |
---|---|
string | The name for the pluggable database (PDB). The name is unique in the context of a {@link Database}. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. The pluggable database name should not be same as the container database name. |
Remarks
Required
PdbAdminPassword
Declaration
[JsonProperty(PropertyName = "pdbAdminPassword")]
public string PdbAdminPassword { get; set; }
Property Value
Type | Description |
---|---|
string | A strong password for PDB Admin of the newly cloned PDB. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, \#, or -. |
ShouldPdbAdminAccountBeLocked
Declaration
[JsonProperty(PropertyName = "shouldPdbAdminAccountBeLocked")]
public bool? ShouldPdbAdminAccountBeLocked { get; set; }
Property Value
Type | Description |
---|---|
bool? | The locked mode of the pluggable database admin account. If false, the user needs to provide the PDB Admin Password to connect to it. If true, the pluggable database will be locked and user cannot login to it. |
TargetTdeWalletPassword
Declaration
[JsonProperty(PropertyName = "targetTdeWalletPassword")]
public string TargetTdeWalletPassword { get; set; }
Property Value
Type | Description |
---|---|
string | The existing TDE wallet password of the target CDB. |