Parameters

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18
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 Enumeration, one of:
  • NONE

  • READ_COMMITTED

  • READ_UNCOMMITTED

  • REPEATABLE_READ

  • SERIALIZABLE

  • NOT_CONFIGURED
  • 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.