Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace 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.

Properties

clonedPdbName

clonedPdbName: string

The name for the pluggable database (PDB). The name is unique in the context of a 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.

Optional pdbAdminPassword

pdbAdminPassword: undefined | 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 -.

Optional shouldPdbAdminAccountBeLocked

shouldPdbAdminAccountBeLocked: undefined | false | true

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

sourceContainerDbAdminPassword: string

The DB system administrator password of the source CDB.

targetContainerDatabaseId

targetContainerDatabaseId: string

The OCID of the target CDB

Optional targetTdeWalletPassword

targetTdeWalletPassword: undefined | string

The existing TDE wallet password of the target CDB.

Functions

getDeserializedJsonObj

getJsonObj