Siebel Data Quality Administration Guide > Universal Connector API > Session Initialization and Termination Functions >

sdq_close_session Function


This function is called when a particular data cleansing or data matching operation is finished and it is required to close the session. Any necessary cleanup tasks are performed.

Syntax

int sdq_close_session (int * session_id)

Parameters

session_id: The session ID obtained by initializing the session.

Return Value

A return value of 0 indicates successful execution. Any other value is a vendor error code. The error message details from the vendor are obtained by calling the sdq_get_error_message function.

Siebel Data Quality Administration Guide Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.