From: Maxim Maletsky Date: Mon, 25 Nov 2002 18:14:45 +0000 (+0000) Subject: Bug# 16798. Tests appreciated by someone with Oracle 8.0 X-Git-Tag: RELEASE_1_0b2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9cf3c2a0ead71dd9d803f122da723089c0440de;p=php Bug# 16798. Tests appreciated by someone with Oracle 8.0 --- 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);