Go back to the English version of the documentationremoveRdbcX存储过程(变体 1)
Data Virtualization中的removeRdbcX存储过程
Last updated: 2024年11月26日
从一个或多个端点节点中除去数据源连接。 模式为 DVSYS。
输入参数
- connection_id
- 此必需参数的类型为 VARCHAR (20)。 指定要移除的连接标识。
- node_name
- 此必需参数的类型为 VARCHAR (32672)。 指定将从其除去数据源的节点的名称。
输出参数
- number_of_defined_connections
- 此参数的类型为 INTEGER。 表示已移除的连接总数。
- 诊断
- 此参数的类型为 VARCHAR (32672)。 表示发生故障时的诊断输出。
示例
call DVSYS.removeRdbcX('DB210060', 'qpendpoint_2:6416', ?, ?)