Enable statement caching to improve performance.

This commit is contained in:
Anthony Tuininga 2017-01-12 11:50:47 -07:00
parent 647198bd88
commit 5126c7456e

View File

@ -899,7 +899,7 @@ static int Connection_Init(
// parse arguments
pool = NULL;
handle = NULL;
connectMode = OCI_DEFAULT;
connectMode = OCI_STMT_CACHE;
threadedObj = twophaseObj = eventsObj = newPasswordObj = NULL;
usernameObj = passwordObj = dsnObj = cclassObj = editionObj = NULL;
moduleObj = actionObj = clientinfoObj = NULL;