Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreatePluggableDatabaseDetails

Parameters for creating a pluggable database in a specified container database (CDB). Additional option {@code pdbCreationTypeDetails} can be used for creating Pluggable Database using different operations, e.g. LocalClone, Remote Clone, Relocate. Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Properties

Optional containerDatabaseAdminPassword

containerDatabaseAdminPassword: undefined | string

The DB system administrator password of the Container Database.

containerDatabaseId

containerDatabaseId: string

The OCID of the CDB

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Optional freeformTags

freeformTags: undefined | object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {@code {\"Department\": \"Finance\"}}

Optional pdbAdminPassword

pdbAdminPassword: undefined | string

A strong password for PDB Admin. 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 pdbCreationTypeDetails

pdbName

pdbName: 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 shouldCreatePdbBackup

shouldCreatePdbBackup: undefined | false | true

Indicates whether to take Pluggable Database Backup after the operation.

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.

Optional tdeWalletPassword

tdeWalletPassword: undefined | string

The existing TDE wallet password of the CDB.

Functions

getDeserializedJsonObj

getJsonObj