skip to main content
Configuring Hybrid Data Pipeline for JDBC : Connection properties reference : HybridDataPipelineDataSource
  

Try Now

HybridDataPipelineDataSource

Purpose

REQUIRED. Specifies which Hybrid Data Pipeline Data Source the driver uses for the connection. A Hybrid Data Pipeline Data Source specifies the data store to connect to and the information required to establish a connection to the data store.
The name of the DataSource must be the name of a data source defined in your Hybrid Data Pipeline account. Data Source names are unique within each Hybrid Data Pipeline account; for example, more than one account can have a data source named test.
You can create one or more Hybrid Data Pipeline Data Sources in your Hybrid Data Pipeline account. You can create and manage these Data Sources using the Hybrid Data Pipeline Dashboard.

Valid Values

datasource_name
where:
datasource_name
is the name of a valid Hybrid Data Pipeline Data Source.

Default

None

Data Type

String

See also

Connecting using the JDBC Driver Manager