alter connection

Changes the attributes of an existing connection profile.

Syntax

alter connection connection_name 
[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|=}] username]
[and set password [{to|=}] password]
[and set desc [{to|=}] description]
To alter node information for a cluster connection:
alter connection  connection_name
with node 
set host [{to|=}] host and set port [{to|=}] port
[and node set host [{to|=}] host and set port [{to|=}] port] ...
To alter information properties:
alter connection connection_name
with properties
set property_name [{to|=}] property_value
[and set property_name [{to|=}] property_value ]…]
To drop information about properties:
alter connection connection_name
with properties drop property_name | ALL

Parameters

Examples