0 / 0
removeCosConn stored procedure in Data Virtualization

removeCosConn stored procedure in Data Virtualization

Removes a cloud object store connection from Data Virtualization. The schema is DVSYS.

Input parameters

connection_ID
The type of this required parameter is VARCHAR(20). Specifies the connection ID that is to be removed from Data Virtualization.

Output parameters

diagnostics
The type of this parameter is VARCHAR(32672). Represents diagnostic output if a failure occurs.

Example

call DVSYS.removeCosConn('AWS310001', ?)
The output might look like the following text.
  Value of output parameters
  --------------------------
  Parameter Name  : DIAGS
  Parameter Value : 

  Return Status = 0
Generative AI search and answer
These answers are generated by a large language model in watsonx.ai based on content from the product documentation. Learn more