OCITerminate
Purpose : You can call this function to dissociate a process from the shared memory and release the occupied memory space.
Syntax :
sword OCITerminate ( ub4 mode);
Parameters :
mode (IN): The call mode. The valid value is OCI_DEFAULT, which indicates a default call.
Return value : None.