skip to main content
Connection property descriptions : SupportLinks
  

Try DataDirect Drivers Now

SupportLinks

Purpose

Determines whether the driver supports Oracle linked servers, which means a mapping has been defined in one Oracle server to another Oracle server.

Valid values

true | false

Behavior

If set to true, the driver supports Oracle linked servers. When Oracle linked servers are supported, the driver does not support distributed transactions.
If set to false, the driver does not support Oracle linked servers. In addition, the driver supports distributed transactions. In most cases, setting this property to false provides the best performance.

Data source method

setSupportLinks

Default

false

Data type

boolean