| Oracle Call Interface Programmer's Guide Release 9.0.1 Part Number A89857-01 |
|
OCI Relational Functions, 7 of 39
This function is used to terminate a connection and session created with OCILogon().
sword OCILogoff ( OCISvcCtx *svchp OCIError *errhp );
The service context handle which was used in the call to OCILogon().
An error handle you can pass to OCIErrorGet() for diagnostic information in the event of an error.
This call is used to terminate a session and connection which were created with OCILogon(). This call implicitly deallocates the server, user session, and service context handles.
|
See Also:
For more information on logging on and off in an application, refer to the section "Application Initialization, Connection, and Session Creation". |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|