replace connection

replaces a current database connection definition, which includes the agent and the JDBC parameters with a new connection definition.

Syntax

replace connection connection_name 
set type [{to|=}] {ASE | ASE_CLUSTER | RSSD | IQ | MSSQL | Oracle | HANADB | UDB}
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