OCI_ologof

function

Library: Oracle Call Interface database support (OMOCI legacy)
Include: omoci.xin

Returns: OCI_SUCCESS if the function completes without error.


Declaration
define external integer function OCI_ologof (  value OCI_Handle_type lda  )


Purpose

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 )