Table of Contents |
---|
...
<project_name>.project.tsv.txt | |
Field Headers (case-sensitive) | Description |
autoGenSQL | A TRUE or FALSE value that determines if SQL is automatically generated from Datical functions |
deployThreshold | Pick one of the 3 available options:
|
externalStoredLogic | A TRUE or FALSE value that determines if storedLogic is inline or in external files |
invalidsCheck Oracle, SQL Server, or DB2 only | Determines the type of validity check for compiled objects limited - Only check objects targeted by a deployment and their dependencies local - Check objects in all schemas specified in the deployment plan |
invalidsAction Oracle, SQL Server, or DB2 only | Determines what to do when the Stored Logic Validity Check fails. Both existing objects already in the database and new objects being deployed are checked.
|
requireOptions | A TRUE or FALSE value that determines if Forecast and Deploy Options are always required |
deployMode | Datical DB can optionally perform a full set of rules validations and deployment simulation prior to deploying the changes to the database. This is called a "Full" deploy. If you typically do a Forecast and then a deploy, you can set the deployMode to "quick" to skip the forecast and rules validation steps that happen during a Full deploy. Valid values for this setting are:
|
dbSchemaDefinition | The value of this setting determines whether the schema managed by this Plan are defined once for all Deployment Steps in the Plan (value: 'project') or specified independently with each Deployment Step (value:'dbDef') . For multi-schema projects, this value should always be 'project'. |
multiCatalog SQL Server only | A TRUE or FALSE value to indicate whether this Deployment Plan manages more than one catalog/database (MSSQL Server only). |
multiSchema | A TRUE or FALSE value to indicate whether this Deployment Plan manages more than one schema. |
trackingSchema | The schema that should host the Datical Tracking Tables for the Deployment Steps in this Plan. |
managedSchema | A comma-separated list of the schema to be managed by the Deployment Plan. They must be valid and available for the database specified by schemaSelectionStep. |
schemaSelectionStep | DbDef to use for the list of managed schema in managedSchema. |
limitForecast | A TRUE or FALSE value that optimizes the forecast by limiting the objects under consideration to the ones that are getting deployed (instead of the entire database) |
enableRowCount | Pick one of the 3 available options:
Before v5.7, the semantics were true|false. When read in v5.7 or later, true is mapped to exact and false is mapped to disabled. |
forecastDML | A TRUE or FALSE value that enables DML forecasting. |
enableDdlLockTimeout Oracle only | A TRUE or FALSE value that enables the Oracle DDL_LOCK_TIMEOUT. The actual value |
ddlLockTimeoutValue Oracle only | DDL commands require exclusive locks on internal structures. If these locks are not available some commands return with an "ORA-00054: resource busy" error message, which can be frustrating when trying to modify objects that are accessed frequently. To get round this Oracle 11g includes the The |
runtimeCredentials | Do not use this field, it does not have any effect. |
enableSqlParser Oracle only | Enable use of the SQL Parser for scripts in the ddl_direct, sql, and sql_direct folders. For eligible databases and restrictions on usage, see Using SQL Parser. |
...
<project_name>.dbdefs.tsv.txt | |||
Field Headers (case-sensitive) | Description | ||
name | The name for the dbDef. Used in the as an alias for this connection. | ||
DbDefClass |
| ||
hostname | The hostname/ip of the target database server. | ||
port | The port number for JDBC connections to the target database server. | ||
username | The database user name to use for the connection. | ||
password | The password for the database user specified. We strongly recommend to use runtime credentials because it is more secure than stored credentials (due to the possibility of the stored password being decoded). | ||
integratedSecurity | Enable Active Directory for SQL Server. When this is set, the username and password fields should be empty. | ||
database | The type of the database you wish to manage. | ||
databaseName | The name of the database you wish to manage. | ||
instanceName | The name of the instance you wish to manage. | ||
applicationName | The name of the database application you wish to manage. | ||
azureClientId Azure SQL Managed Instance only Reference DB only | The Microsoft Azure Client ID associated with the account with which you wish to manage the Azure SQL Managed Instance. | ||
azureTenantId Azure SQL Managed Instance only Reference DB only | The Microsoft Azure Tenant ID associated with the account for the Azure SQL Managed Instance you wish to manage. | ||
azureClientSecret Azure SQL Managed Instance only
| The Microsoft Azure Client Secret used to authenticate with the Azure REST.
| ||
azureResourceGroup Azure SQL Managed Instance only Reference DB only | The Microsoft Azure Resource Group associated with the Azure SQL Managed Instance you wish to manage. | ||
azureSubscriptionId Azure SQL Managed Instance only Reference DB only | The Microsoft Azure Subscription ID associated with the Azure SQL Managed Instance you wish to manage. | ||
platformType | Platform type, one of LUW or ZOS. LUW is the default. | ||
sid | The name of the Oracle SID to which you wish connect. | ||
serviceName | The name of the Oracle Service to which you wish connect. | ||
useWallet Oracle only | Use Oracle Wallet to connect to the Oracle database through an SSL connection. See Using Oracle Wallet for SSL Connections to Oracle Databases. | ||
tnsName Oracle only Directory that | contains configuration files for Oracle WalletThe tnsalias for your database found in your tnsnames.ora file. | ||
defaultSchemaName | The name of the schema/catalog you wish to manage. Only used with single schema project configurations. | ||
contexts | A comma separated list of contexts to associate with the new dbDef. | ||
labels | A comma separated list of labels to associate with the new dbDef. | ||
storageOptions | A TRUE or FALSE value that determines if the Datical collects Storage Options. | ||
dbDefType | Set to | ||
scriptExecutionTimeout | Limit the time to wait for a script to execute, in seconds. Default value is 0, which means there is no limit. |
...