...
Package Method Name | Description | ||
---|---|---|---|
BackupRestoreOracleEphemeralInternalPdb | This is the same container that holds the dbDef to be copied. Eg. if I want to use the DEV database, the cloned db will be created on the same container as the DEV database.
| ||
BackupRestoreOracleEphemeralExternalPdb | This container is different and separate from the cloned dbDef.
|
...
External container user privileges:
On the external database we will create a new user on oracle CDB with the following privileges. This allows us Liquibase to create an ephemeral copy and create a link to the source database.
...