Edit report at https://bugs.php.net/bug.php?id=54654&edit=1
ID: 54654
User updated by: mikhail dot v dot gavrilov at gmail dot com
Reported by: mikhail dot v dot gavrilov at gmail dot com
Summary: pdo_oci connection after some time begin except
error
-Status: Feedback
+Status: Open
Type: Bug
Package: PDO related
Operating System: CentOS 5.6
PHP Version: 5.3.6
Block user comment: N
Private report: N
New Comment:
Sorry, I am already write patch and fix it here:
https://bugs.php.net/bug.php?id=55768
Previous Comments:
------------------------------------------------------------------------
[2012-06-26 22:34:57] [email protected]
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves.
A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external
resources such as databases, etc. If the script requires a
database to demonstrate the issue, please make sure it creates
all necessary tables, stored procedures etc.
Please avoid embedding huge scripts into the report.
------------------------------------------------------------------------
[2011-05-04 10:29:20] mikhail dot v dot gavrilov at gmail dot com
Description:
------------
pdo_oci connection after some time begin except follow error: SQLSTATE[HY000]:
General error: 3114 OCIStmtExecute: Error while trying to retrieve text for
error ORA-03114
(/builddir/build/BUILD/php-5.3.6/ext/pdo_oci/oci_statement.c:148)
Test script:
---------------
$db = new PDO('oci:dbname=my-sid', 'user', 'pass', array(
PDO::ATTR_PERSISTENT => true,
PDO::ATTR_AUTOCOMMIT => false,
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION)
);
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=54654&edit=1