Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PdbConversionToNewDatabaseDetails

Details of the new container database in which the converted pluggable database will be located.

Properties

Optional additionalCdbParams

additionalCdbParams: undefined | string

Additional container database parameters. Example: "_pdb_name_case_sensitive=true"

cdbAdminPassword

cdbAdminPassword: 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 -.

cdbName

cdbName: 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.

Optional cdbTdeWalletPassword

cdbTdeWalletPassword: undefined | 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

nonCdbTdeWalletPassword: string

The existing TDE wallet password of the non-container database.

Optional pdbAdminPassword

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

Const target

target: string = "NEW_DATABASE"

Methods

getDeserializedJsonObj

getJsonObj