Class RemoteClonePluggableDatabaseDetails
Deprecated. Use {@link #createPluggableDatabaseDetails(CreatePluggableDatabaseDetailsRequest) createPluggableDatabaseDetails} for Pluggable Database RemoteClone Operation.
Parameters for cloning a pluggable database (PDB) in a remote database (CDB). A remote CDB is one that does not contain the source PDB.
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 RemoteClonePluggableDatabaseDetails
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. |
SourceContainerDbAdminPassword
Declaration
[Required(ErrorMessage = "SourceContainerDbAdminPassword is required.")]
[JsonProperty(PropertyName = "sourceContainerDbAdminPassword")]
public string SourceContainerDbAdminPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The DB system administrator password of the source CDB. |
Remarks
Required
TargetContainerDatabaseId
Declaration
[Required(ErrorMessage = "TargetContainerDatabaseId is required.")]
[JsonProperty(PropertyName = "targetContainerDatabaseId")]
public string TargetContainerDatabaseId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the target CDB |
Remarks
Required
TargetTdeWalletPassword
Declaration
[JsonProperty(PropertyName = "targetTdeWalletPassword")]
public string TargetTdeWalletPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The existing TDE wallet password of the target CDB. |