...
Property Name | Description |
---|---|
oracleEphemeralSourceName | [Optional] Defines a source name for an Oracle source PDB in the event Liquibase has not been granted the necessary permissions to query for this name. Necessary permissions are included below. If these grants are not present, oracleEphemeralSourceName will be required.
Property Validation: Source name should up to 30 characters long, contain no spaces [ ], slashes [/] and semicolons [;] , and cannot begin with a number. |
oracleEphemeralCopyName | [Optional] Defines a name for an Oracle copy PDB in the event the default name is not desired. Default PDB name for the ephemeral copy will be source PDB name with Property Validation: Copy name should be up to 30 characters long, contain no spaces [ ], slashes [/] and semicolons [;] , and cannot begin with a number. |
oracleEphemeralDatabaseLinkName | [Optional] definesDefines a name for a database link which is used inBackupRestoreOracleEphemeralExternalPdb if not provided a default name is used which is with PackageMethod Default link name will be . Property Validation: Database link name should up to 128 characters long, contain no spaces [ ], slashes [/] and semicolons [;] , also it can’t start fromand cannot begin with a number. |
oracleEphemeralCopyWithData | [Optional] By default we do not Liquibase will copy databases with without data. (*) If you would like to copy both the structure and data, you will use this boolean property. a boolean flag to turn on making a copy with data DATABASECHANGELOG table)(*) There is one exception in that the data from the Property Validation: true/false |
oracleEphemeralSkipFinalDeploy | [Optional] This property allows you to:
|
...