OCILIB (C and C++ Driver for Oracle)  4.0.0
OCI_Connection Struct Reference

Oracle physical connection. More...

#include <ocilib.h>

Detailed Description

Oracle physical connection.

It holds all information about a connection such as error handling, associated statements, ... Error handling and transactions are embedded within a connection object.

Warning
Multi threaded applications that use multiple connections should use one connection per thread as all statements associated with a connection share the same context.