|
|||||
function | OCI_ologof |
Other Library Functions |
Library: OCI
Include: omoci.xin |
Returns: Numeric
Returns OCI_SUCCESS if the function completes without error. |
define external counter function OCI_ologof ( value OCI_Handle_type lda )
This function disconects a login data area from the Oracle program global area and frees all Oracle resources owned by the Oracle user process.
Input argument:
Example:
set RetCode to OCI_ologof( ConnectionHandle )
---- |