SourcePro DB : DB Access Module for Oracle OCIUser’s Guide : Technical Information : System and Environment Handles to Oracle OCI Specific Resources
System and Environment Handles to Oracle OCI Specific Resources
Two custom classes provide an interface to resources specific to an Oracle OCI database. Note that using these classes reduces your database's portability.
*RWDBOCIEnvironmentHandle is an environment handle returned by RWDBDatabase that provides methods allowing you to access or set various connect time and configuration parameters.
*RWDBOCISystemHandle is a system handle returned by RWDBConnection that contains the OCI handles associated with the RWDBConnection, providing direct access to the Oracle OCI API.