create connection

Creates a database connection profile, which includes the agent and the JDBC parameters.

Syntax

create connection connection_name 
set type [{to|=}] {ASE | ASE_CLUSTER | RSSD | ORACLE | IQ | HANADB}
and set agent [{to|=}]agent_name 
and set host  [{to|=}] host 
and set port [{to|=}] port
and set database [{to|=}] database_name
and set user [{to|=}] user
[and set password [{to|=}] password]
[and set desc [{to|=}] description]
[with node set host [{to|=}] host and set port [{to|=}] port
[and node set host [{to|=}] host 
and set port [{to|=}] port]…]
[with properties set property_name [{to|=}] property_value
[and set property_name [{to|=}] property_value ]…]

Parameters

Examples

Related concepts
Heterogeneous Comparison Configuration
Related tasks
Configuring DA Server to Use the Oracle JDBC Driver
Configuring DA Server to Use the SAP HANA JDBC Driver
Related reference
create compareset
create schema job
show agent connection
test connection