OCI_ocof

function

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

Returns: Returns OCI_SUCCESS if the function completes without error.


Declaration
define external integer function OCI_ocof (  value OCI_Handle_type lda  )


Purpose

This function disables the automatic commit of every SQL data manipulation statement.

Input argument:

Example:

  set RetCode to OCI_ocof( Connection )