removeCosConn stored procedure in Data Virtualization
Last updated: Mar 17, 2025
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.
Syntax
Use the following syntax and replace the parameters below 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
Was the topic helpful?
0/1000