Enable statement caching to improve performance.
This commit is contained in:
parent
647198bd88
commit
5126c7456e
@ -899,7 +899,7 @@ static int Connection_Init(
|
|||||||
// parse arguments
|
// parse arguments
|
||||||
pool = NULL;
|
pool = NULL;
|
||||||
handle = NULL;
|
handle = NULL;
|
||||||
connectMode = OCI_DEFAULT;
|
connectMode = OCI_STMT_CACHE;
|
||||||
threadedObj = twophaseObj = eventsObj = newPasswordObj = NULL;
|
threadedObj = twophaseObj = eventsObj = newPasswordObj = NULL;
|
||||||
usernameObj = passwordObj = dsnObj = cclassObj = editionObj = NULL;
|
usernameObj = passwordObj = dsnObj = cclassObj = editionObj = NULL;
|
||||||
moduleObj = actionObj = clientinfoObj = NULL;
|
moduleObj = actionObj = clientinfoObj = NULL;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user