|
||||||||||
|
||||||||||
Other Library Functions |
function | OCI_ologof |
Available in:
Sold separately |
Library: omoci - Oracle Call Interface database support
Include: omoci.xin |
Return type: Integer Returns: OCI_SUCCESS if the function completes without error. |
define external integer function OCI_ologof ( value OCI_Handle_type lda )
This function disconnects 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 )
---- |