Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateDatabaseFromAnotherDatabaseDetails

Properties

adminPassword

adminPassword: string

A strong password for SYS, SYSTEM, PDB Admin and TDE Wallet. 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 backupTDEPassword

backupTDEPassword: undefined | string

The password to open the TDE wallet.

databaseId

databaseId: string

The database OCID.

Optional dbName

dbName: undefined | string

The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.

Optional dbUniqueName

dbUniqueName: undefined | string

The {@code DB_UNIQUE_NAME} of the Oracle Database being backed up.

Optional pluggableDatabases

pluggableDatabases: Array<string>

The list of pluggable databases that needs to be restored into new database.

Optional timeStampForPointInTimeRecovery

timeStampForPointInTimeRecovery: Date

The point in time of the original database from which the new database is created. If not specifed, the latest backup is used to create the database.

Functions

getDeserializedJsonObj

getJsonObj