Initializing help system before first use

OCIautocommit

Description
Enable/disable "commit on success" in OCI.
Type
Boolean, read/write
Values
true 
Changes to the database are committed automatically.
false 
transactions have to be explicitly committed (or rolled back) using OCIcommit (or OCIrollback).
Default value
true
Module