Teradata Connector Reference - Mule 4
Release Notes: Teradata Connector Release Notes
Configurations
Default Configuration
Use these parameters to configure the default configuration.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Name | String | The name for this configuration. Connectors reference the configuration with this name. | x | |
Connection | The connection types to provide to this configuration. | x | ||
Expiration Policy | Expiration Policy | Configures the minimum amount of time that a dynamic configuration instance can remain idle before Mule considers it eligible for expiration. This does not mean that the platform expires the instance at the exact moment that it becomes eligible. Mule purges the instances as appropriate. |
Connection Types
Data Source Reference Connection
Configure the connection provider implementation that creates database connections from a referenced data source.
When you use a provider's custom type in a Data Source Reference Connection, define the type inside the Column Types form of the Advanced section in the Database config.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Pooling Profile | Pooling Profile | Provides a way to configure database connection pooling | ||
Column Types | Array of Column Type | Specifies non-standard column types | ||
Reconnection | Reconnection | When the application is deployed, a connectivity test is performed on all connectors. If set to true , deployment fails if the test doesn't pass after exhausting the associated reconnection strategy. |
Teradata Connection
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Pooling Profile | Pooling Profile | Provides a way to configure database connection pooling | ||
Column Types | Array of Column Type | Specifies non-standard column types | ||
Transaction Isolation a | Enumeration, one of: | The transaction isolation level to set on the driver when connecting the database | NOT_CONFIGURED | |
Use XA Transactions | Boolean | Indicates whether or not the created datasource must support XA transactions | false | |
URL | String | JDBC URL to use to connect to the database | x | |
User | String | Database username | ||
Password | String | Database password | ||
Reconnection | Reconnection | When the application is deployed, a connectivity test is performed on all connectors. If set to true , deployment fails if the test doesn't pass after exhausting the associated reconnection strategy. |