Enable Redrive

EnableRedrive

Key Name Default Value Required

EnableRedrive

Default

No

Description

This option specifies whether the connector uses the Redrive feature. Redrive enables the connector to attempt to reconnect to the database and resume activities after an interruption has occurred, such as from a network error, database failure, or database restart.

Note:

  • In order for the connector to use Redrive, the feature must also be enabled on the database that you are connecting to. For more information, see "Redrive Protection for Queries" in Teradata Database Administration: https://docs.teradata.com/reader/B7Lgdw6r3719WUyiCSJcgw/tGnoclQ5P79MZYUu52NDdw.
  • When you connect with Redrive enabled, you can enable or disable the feature on the statement level by using the SQL_ATTR_REDRIVE(13009) statement attribute. For more information, see Redrive Support.

Set this option to one of the following values:

  • Yes: The connector attempts to reconnect and resume activities after the connection is interrupted.
  • No: The connector does not attempt to reconnect to the database after the connection is interrupted.
  • Default: The connector determines whether or not to use Redrive based on the configuration of the database. For example, if Redrive is enabled on the database, then the connector uses Redrive.

For information about configuring the behavior of the connector during reconnection attempts, see Reconnect Count and Reconnect Interval.