...
Two new package methods are supported. You can use an internal or external container depending on your needs. If your internal container is secured and permissions do not allow you to make changes within it, the external package method is recommended.
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.
|
See: Use the Required deployPackager.properties File
...