removeCosConn stored procedure in Data Virtualization

Removes a Cloud Object Storage (COS) 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 the diagnostic output if a failure occurs.

Syntax

Use the following syntax and replace the parameters for this stored procedure:
call DVSYS.removeCosConn('<connection_ID>', ?)

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