From d9cf3c2a0ead71dd9d803f122da723089c0440de Mon Sep 17 00:00:00 2001 From: Maxim Maletsky Date: Mon, 25 Nov 2002 18:14:45 +0000 Subject: [PATCH] Bug# 16798. Tests appreciated by someone with Oracle 8.0 --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 924e6e8543..2d79890f6f 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -3391,7 +3391,7 @@ PHP_FUNCTION(ociwritetemporarylob) OCI_DEFAULT, OCI_TEMP_CLOB, OCI_ATTR_NOCACHE, - OCI_DURATION_STATEMENT)); + OCI_DURATION_SESSION)); if (connection->error) { oci_error(connection->pError, "OCILobCreateTemporary", connection->error); -- 2.50.1